Searched defs:glActiveTexture (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dtexture.cpp854 void glActiveTexture(GLenum texture) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java70 public void glActiveTexture(int texture) { method in class:GLErrorWrapper
72 mgl.glActiveTexture(texture);
H A DGLES10.java273 // C function void glActiveTexture ( GLenum texture )
275 public static native void glActiveTexture( method in class:GLES10
H A DGLLogWrapper.java1177 public void glActiveTexture(int texture) { method in class:GLLogWrapper
1178 begin("glActiveTexture");
1181 mgl.glActiveTexture(texture);
H A DGLES20.java336 // C function void glActiveTexture ( GLenum texture )
338 public static native void glActiveTexture( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java87 // C function void glActiveTexture ( GLenum texture )
89 public native void glActiveTexture( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java261 void glActiveTexture( method in interface:GL10
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp832 const GLMessage_Function GLMessage::glActiveTexture; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1180 static const Function glActiveTexture = GLMessage_Function_glActiveTexture; member in class:android::gltrace::GLMessage

Completed in 189 milliseconds