Searched refs:glClientActiveTexture (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec12 void glClientActiveTexture ( GLenum texture )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java349 // C function void glClientActiveTexture ( GLenum texture )
351 public static native void glClientActiveTexture( method in class:GLES10
H A DGLErrorWrapper.java136 public void glClientActiveTexture(int texture) { method in class:GLErrorWrapper
138 mgl.glClientActiveTexture(texture);
H A DGLLogWrapper.java1282 public void glClientActiveTexture(int texture) { method in class:GLLogWrapper
1283 begin("glClientActiveTexture");
1287 mgl.glClientActiveTexture(texture);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java315 void glClientActiveTexture( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h99 #undef glClientActiveTexture macro
H A Dwrap_gles.h99 #define glClientActiveTexture wrap_glClientActiveTexture macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java163 // C function void glClientActiveTexture ( GLenum texture )
165 public native void glClientActiveTexture( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h644 GL_API void GL_APIENTRY glClientActiveTexture (GLenum texture);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h484 GLAPI void APIENTRY glClientActiveTexture (GLenum texture);
/frameworks/native/opengl/libagl/
H A Darray.cpp1335 void glClientActiveTexture(GLenum texture) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp554 /* void glClientActiveTexture ( GLenum texture ) */
558 glClientActiveTexture(
3200 {"glClientActiveTexture", "(I)V", (void *) android_glClientActiveTexture__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp374 /* void glClientActiveTexture ( GLenum texture ) */
378 glClientActiveTexture(
8506 {"glClientActiveTexture", "(I)V", (void *) android_glClientActiveTexture__I },

Completed in 106 milliseconds