Searched refs:glBindSampler (Results 1 – 16 of 16) sorted by relevance
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 16 glBindSampler;
|
H A D | entries.in | 29 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES30.spec | 89 void glBindSampler ( GLuint unit, GLuint sampler )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES30.java | 1545 public static native void glBindSampler( in glBindSampler() method in GLES30
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindSampler); 891 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindSampler); in init_stub_library()
|
H A D | stubs_arm64.cc | 43 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 D | stubs_arm.cc | 43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindSampler); 891 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindSampler); in init_stub_library()
|
H A D | stubs_arm64.cc | 43 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 D | gl2_api.in | 673 void API_ENTRY(glBindSampler)(GLuint unit, GLuint sampler) { 674 CALL_GL_API(glBindSampler, unit, sampler);
|
/aosp12/frameworks/native/opengl/include/GLES3/ |
H A D | gl3.h | 1182 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
H A D | gl31.h | 1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
H A D | gl32.h | 1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES30.cpp | 4818 glBindSampler( in android_glBindSampler__II()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 29231 method public static void glBindSampler(int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 20179 method public static void glBindSampler(int, int);
|