Searched defs:glClientActiveTexture (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp1335 void glClientActiveTexture(GLenum texture) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java136 public void glClientActiveTexture(int texture) { method in class:GLErrorWrapper
138 mgl.glClientActiveTexture(texture);
H A DGLES10.java349 // C function void glClientActiveTexture ( GLenum texture )
351 public static native void glClientActiveTexture( method in class:GLES10
H A DGLLogWrapper.java1282 public void glClientActiveTexture(int texture) { method in class:GLLogWrapper
1283 begin("glClientActiveTexture");
1287 mgl.glClientActiveTexture(texture);
/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/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java315 void glClientActiveTexture( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h96 #define glClientActiveTexture wrap_glClientActiveTexture macro
H A Dgles_undefine.h96 #undef glClientActiveTexture macro

Completed in 3733 milliseconds