Home
last modified time | relevance | path

Searched defs:glActiveTexture (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libagl/
Dtexture.cpp854 void glActiveTexture(GLenum texture) in glActiveTexture() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto26 glActiveTexture = 0; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp537 const GLMessage_Function GLMessage::glActiveTexture; member in android::gltrace::GLMessage
Dgltrace.pb.h870 static const Function glActiveTexture = GLMessage_Function_glActiveTexture; variable
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java261 void glActiveTexture( in glActiveTexture() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java275 public static native void glActiveTexture( in glActiveTexture() method in GLES10
DGLErrorWrapper.java70 public void glActiveTexture(int texture) { in glActiveTexture() method in GLErrorWrapper
DGLES20.java334 public static native void glActiveTexture( in glActiveTexture() method in GLES20
DGLLogWrapper.java1177 public void glActiveTexture(int texture) { in glActiveTexture() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java89 public native void glActiveTexture( in glActiveTexture() method in GLImpl