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

/frameworks/native/opengl/libagl/
H A Darray.cpp1450 void glBindBuffer(GLenum target, GLuint buffer) function
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java154 // C function void glBindBuffer ( GLenum target, GLuint buffer )
156 public static native void glBindBuffer( method in class:GLES11
H A DGLErrorWrapper.java962 public void glBindBuffer(int target, int buffer) { method in class:GLErrorWrapper
964 mgl11.glBindBuffer(target, buffer);
H A DGLLogWrapper.java2770 public void glBindBuffer(int target, int buffer) { method in class:GLLogWrapper
2771 begin("glBindBuffer");
2775 mgl11.glBindBuffer(target, buffer);
H A DGLES20.java353 // C function void glBindBuffer ( GLenum target, GLuint buffer )
355 public static native void glBindBuffer( method in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java147 void glBindBuffer( method in interface:GL11
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1166 // C function void glBindBuffer ( GLenum target, GLuint buffer )
1168 public native void glBindBuffer( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp544 const GLMessage_Function GLMessage::glBindBuffer; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h877 static const Function glBindBuffer = GLMessage_Function_glBindBuffer; member in class:android::gltrace::GLMessage

Completed in 99 milliseconds