Home
last modified time | relevance | path

Searched refs:DisableVertexAttribArray (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp141 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i)); in enableVertexArrays()
DGrGLAssembleInterface.cpp127 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLInterface()
503 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp159 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i)); in enableVertexArrays()
DGrGLAssembleInterface.cpp127 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLInterface()
500 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h68 void DisableVertexAttribArray(GLuint index);
Dentry_points.cpp262 return gl::DisableVertexAttribArray(index); in glDisableVertexAttribArray()
1587 this->glDisableVertexAttribArray = gl::DisableVertexAttribArray; in LibGLESv2exports()
DlibGLESv2.cpp1446 void DisableVertexAttribArray(GLuint index) in DisableVertexAttribArray() function
6388 FUNCTION(DisableVertexAttribArray), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1014 { "glDisableVertexAttribArray", _O(DisableVertexAttribArray) },
/external/mesa3d/include/GL/
Dgl_mangle.h476 #define glDisableVertexAttribArray MANGLE(DisableVertexAttribArray)