Searched defs:glBindTexture (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java120 void glBindTexture( method in interface:GL11ExtensionPack
H A DGL10.java275 void glBindTexture( method in interface:GL10
/frameworks/base/opengl/libagl/
H A Dtexture.cpp866 void glBindTexture(GLenum target, GLuint texture) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java88 public void glBindTexture(int target, int texture) { method in class:GLErrorWrapper
90 mgl.glBindTexture(target, texture);
H A DGLES10.java293 // C function void glBindTexture ( GLenum target, GLuint texture )
295 public static native void glBindTexture( method in class:GLES10
H A DGLLogWrapper.java1203 public void glBindTexture(int target, int texture) { method in class:GLLogWrapper
1204 begin("glBindTexture");
1208 mgl.glBindTexture(target, texture);
H A DGLES20.java374 // C function void glBindTexture ( GLenum target, GLuint texture )
376 public static native void glBindTexture( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java106 // C function void glBindTexture ( GLenum target, GLuint texture )
108 public native void glBindTexture( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp245 const Message_Function Message::glBindTexture; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h319 static const Function glBindTexture = Message_Function_glBindTexture; member in class:com::android::glesv2debugger::Message

Completed in 133 milliseconds