Searched refs:BindVertexArray (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 266 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()
|
D | GrGLGpu.h | 520 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID)); in setVertexArrayID()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 263 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()
|
D | GrGLGpu.h | 532 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID)); in setVertexArrayID()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 360 callgl(BindVertexArray, 0); in drawSDFGlyphs()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 360 callgl(BindVertexArray, 0); in drawSDFGlyphs()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 252 void BindVertexArray(GLuint array);
|
D | libGLESv3.cpp | 1442 void BindVertexArray(GLuint array) in BindVertexArray() function 1461 BindVertexArray(array); in BindVertexArrayOES()
|
D | entry_points.cpp | 1137 return gl::BindVertexArray(array); in glBindVertexArray()
|
D | libGLESv2.cpp | 6332 FUNCTION(BindVertexArray), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1143 { "glBindVertexArray", _O(BindVertexArray) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 114 #define glBindVertexArray MANGLE(BindVertexArray)
|