Home
last modified time | relevance | path

Searched refs:glBindSampler (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt16 glBindSampler;
H A Dentries.in29 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec89 void glBindSampler ( GLuint unit, GLuint sampler )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1545 public static native void glBindSampler( in glBindSampler() method in GLES30
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindSampler);
891 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindSampler); in init_stub_library()
H A Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindSampler);
891 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindSampler); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindSampler);
891 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindSampler); in init_stub_library()
H A Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindSampler);
891 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindSampler); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in673 void API_ENTRY(glBindSampler)(GLuint unit, GLuint sampler) {
674 CALL_GL_API(glBindSampler, unit, sampler);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1182 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
H A Dgl31.h1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
H A Dgl32.h1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4818 glBindSampler( in android_glBindSampler__II()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29231 method public static void glBindSampler(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20179 method public static void glBindSampler(int, int);