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

/frameworks/native/opengl/libagl/
H A Darray.cpp1454 void glBindBuffer(GLenum target, GLuint buffer) function
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp157 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.java357 // C function void glBindBuffer ( GLenum target, GLuint buffer )
359 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

Completed in 8342 milliseconds