Home
last modified time | relevance | path

Searched refs:glBindBuffer (Results 1 – 17 of 17) sorted by relevance

/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp323 glBindBuffer(GL_ARRAY_BUFFER, ui32Vbo); in WinMain()
337 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, ui32IndexVbo); in WinMain()
424 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); in WinMain()
427 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, ui32IndexVbo); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp60 LOAD_GL_FUNC(glBindBuffer); in dispatchFuncs()
DGLDispatch.h37 void (GLAPIENTRY *glBindBuffer) (GLenum target, GLuint buffer);
DGLEScmImp.cpp286 GL_API void GL_APIENTRY glBindBuffer( GLenum target, GLuint buffer) { in glBindBuffer() function
2265 ctx->dispatcher().glBindBuffer(GL_ARRAY_BUFFER,0); in glDrawTexOES()
2266 ctx->dispatcher().glBindBuffer(GL_ELEMENT_ARRAY_BUFFER,0); in glDrawTexOES()
2311 ctx->dispatcher().glBindBuffer(GL_ARRAY_BUFFER,array_buffer); in glDrawTexOES()
2312 ctx->dispatcher().glBindBuffer(GL_ELEMENT_ARRAY_BUFFER,element_array_buffer); in glDrawTexOES()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatterTest.java62 GLMessage msg = constructGLMessage(null, Function.glBindBuffer, in testBindBuffer()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h63 glBindBuffer_t glBindBuffer; member
DGLDispatch.cpp80 s_gl.glBindBuffer = (glBindBuffer_t) s_gles_lib->findSymbol("glBindBuffer"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp72 void (GLAPIENTRY *GLDispatch::glBindBuffer)(GLenum,GLuint) = NULL;
307 LOAD_GL_FUNC(glBindBuffer); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h635 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h37 static void (GLAPIENTRY *glBindBuffer) (GLenum target, GLuint buffer);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in4 GL_ENTRY(void, glBindBuffer, GLenum target, GLuint buffer)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java38 glBindBuffer(7, 7), enumConstant
531 case 7: return glBindBuffer; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in41 GL_ENTRY(void, glBindBuffer, GLenum target, GLuint buffer)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java66 case glBindBuffer: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in18 void, glBindBuffer, GLenum target, GLuint buffer
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp186 GL_APICALL void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer){ in glBindBuffer() function