Home
last modified time | relevance | path

Searched refs:BindVertexArray (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp266 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLInterface()
270 GET_PROC_SUFFIX(BindVertexArray, APPLE); in GrGLMakeAssembledGLInterface()
457 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLESInterface()
461 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.h520 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID)); in setVertexArrayID()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp263 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLInterface()
267 GET_PROC_SUFFIX(BindVertexArray, APPLE); in GrGLMakeAssembledGLInterface()
454 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLESInterface()
458 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.h532 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID)); in setVertexArrayID()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp360 callgl(BindVertexArray, 0); in drawSDFGlyphs()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp360 callgl(BindVertexArray, 0); in drawSDFGlyphs()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h252 void BindVertexArray(GLuint array);
DlibGLESv3.cpp1442 void BindVertexArray(GLuint array) in BindVertexArray() function
1461 BindVertexArray(array); in BindVertexArrayOES()
Dentry_points.cpp1137 return gl::BindVertexArray(array); in glBindVertexArray()
DlibGLESv2.cpp6332 FUNCTION(BindVertexArray), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1143 { "glBindVertexArray", _O(BindVertexArray) },
/external/mesa3d/include/GL/
Dgl_mangle.h114 #define glBindVertexArray MANGLE(BindVertexArray)