Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp159 GET_PROC(BindVertexArray); in GrGLMakeAssembledWebGLInterface()
163 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledWebGLInterface()
167 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp162 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLInterface()
166 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLInterface()
170 GET_PROC_SUFFIX(BindVertexArray, APPLE); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp156 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLESInterface()
160 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.h617 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID)); in setVertexArrayID()
/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/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp360 callgl(BindVertexArray, 0); in drawSDFGlyphs()
/external/skia/tools/gpu/gl/interface/
Dinterface.json594 "BindVertexArray", "DeleteVertexArrays", "GenVertexArrays",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1143 { "glBindVertexArray", _O(BindVertexArray) },
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp1444 void GL_APIENTRY BindVertexArray(GLuint array) in BindVertexArray() function
1463 BindVertexArray(array); in BindVertexArrayOES()
Dentry_points.h252 void GL_APIENTRY BindVertexArray(GLuint array);
Dentry_points.cpp1137 return gl::BindVertexArray(array); in glBindVertexArray()
DlibGLESv2.cpp6297 FUNCTION(BindVertexArray), in es2GetProcAddress()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp192 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in GL_BindVertexArray()
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp223 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in GL_BindVertexArray()