Searched refs:glBindBuffer (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/libs/rs/
H A DrsSimpleMesh.cpp68 glBindBuffer(GL_ARRAY_BUFFER, mVertexBuffers[ct]->getBufferObjectID());
73 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer->getBufferObjectID());
H A DrsAllocation.cpp137 glBindBuffer(GL_ARRAY_BUFFER, mBufferID);
139 glBindBuffer(GL_ARRAY_BUFFER, 0);
H A DrsScriptC_Lib.cpp687 glBindBuffer(GL_ARRAY_BUFFER, 0);
704 glBindBuffer(GL_ARRAY_BUFFER, 0);
736 glBindBuffer(GL_ARRAY_BUFFER, 0);
737 //glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, tm->mBufferObjects[1]);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec1 void glBindBuffer ( GLenum target, GLuint buffer )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java153 // C function void glBindBuffer ( GLenum target, GLuint buffer )
155 public static native void glBindBuffer( method in class:GLES11
H A DGLWrapperBase.java84 public void glBindBuffer(int target, int buffer) { method in class:GLWrapperBase
H A DGLLogWrapper.java2772 public void glBindBuffer(int target, int buffer) { method in class:GLLogWrapper
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java147 void glBindBuffer( method in interface:GL11
/frameworks/base/opengl/include/GLES/
H A Dgl.h634 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h476 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1156 // C function void glBindBuffer ( GLenum target, GLuint buffer )
1158 public native void glBindBuffer( method in class:GLImpl
/frameworks/base/opengl/libagl/
H A Darray.cpp1459 void glBindBuffer(GLenum target, GLuint buffer) function
H A Degl.cpp923 { "glBindBuffer",
924 (__eglMustCastToProperFunctionPointerType)&glBindBuffer },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp127 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
131 glBindBuffer(
2401 {"glBindBuffer", "(II)V", (void *) android_glBindBuffer__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp3576 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
3580 glBindBuffer(
6533 {"glBindBuffer", "(II)V", (void *) android_glBindBuffer__II },

Completed in 224 milliseconds