/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClientActiveTexture); 325 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClientActiveTexture); in init_stub_library()
|
H A D | stubs_arm.cc | 45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClientActiveTexture); 325 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClientActiveTexture); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 28 glClientActiveTexture;
|
H A D | entries_gles1.in | 26 GL_ENTRY(void, glClientActiveTexture, GLenum texture)
|
H A D | entries.in | 85 GL_ENTRY(void, glClientActiveTexture, GLenum texture)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES10.spec | 12 void glClientActiveTexture ( GLenum texture )
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 315 void glClientActiveTexture( in glClientActiveTexture() method
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl_api.in | 148 void API_ENTRY(glClientActiveTexture)(GLenum texture) { 149 CALL_GL_API(glClientActiveTexture, texture);
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | GLES11Canvas.java | 117 gl.glClientActiveTexture(GL11.GL_TEXTURE1); in GLES11Canvas() 119 gl.glClientActiveTexture(GL11.GL_TEXTURE0); in GLES11Canvas()
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.0 | 12 void glClientActiveTexture ( GLenum texture )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 351 public static native void glClientActiveTexture( in glClientActiveTexture() method in GLES10
|
H A D | GLErrorWrapper.java | 136 public void glClientActiveTexture(int texture) { in glClientActiveTexture() method in GLErrorWrapper 138 mgl.glClientActiveTexture(texture); in glClientActiveTexture()
|
H A D | GLLogWrapper.java | 1282 public void glClientActiveTexture(int texture) { in glClientActiveTexture() method in GLLogWrapper 1287 mgl.glClientActiveTexture(texture); in glClientActiveTexture()
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 484 GLAPI void APIENTRY glClientActiveTexture (GLenum texture);
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 168 public native void glClientActiveTexture( in glClientActiveTexture() method in GLImpl
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | gl.h | 454 GL_API void GL_APIENTRY glClientActiveTexture (GLenum texture);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 536 glClientActiveTexture( in android_glClientActiveTexture__I()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 320 glClientActiveTexture( in android_glClientActiveTexture__I()
|
/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 | 27946 method public static void glClientActiveTexture(int); 57069 method public void glClientActiveTexture(int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18894 method public static void glClientActiveTexture(int); 51816 method public abstract void glClientActiveTexture(int);
|