Home
last modified time | relevance | path

Searched defs:glClientActiveTexture (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
Darray.cpp1331 void glClientActiveTexture(GLenum texture) in glClientActiveTexture() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto61 glClientActiveTexture = 35; enumerator
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java315 void glClientActiveTexture( in glClientActiveTexture() method
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp676 const GLMessage_Function GLMessage::glClientActiveTexture; member in android::gltrace::GLMessage
Dgltrace.pb.h1024 static const Function glClientActiveTexture = GLMessage_Function_glClientActiveTexture; variable
/frameworks/base/opengl/java/android/opengl/
DGLES10.java351 public static native void glClientActiveTexture( in glClientActiveTexture() method in GLES10
DGLErrorWrapper.java136 public void glClientActiveTexture(int texture) { in glClientActiveTexture() method in GLErrorWrapper
DGLLogWrapper.java1282 public void glClientActiveTexture(int texture) { in glClientActiveTexture() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java165 public native void glClientActiveTexture( in glClientActiveTexture() method in GLImpl