Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp89 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i)); in disableUnusedArrays()
DGrGLAssembleInterface.cpp136 GET_PROC(DisableVertexAttribArray); in GrGLAssembleGLInterface()
583 GET_PROC(DisableVertexAttribArray); in GrGLAssembleGLESInterface()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp593 PFNDISABLEVERTEXATTRIBARRAYPROC DisableVertexAttribArray; variable
1491DisableVertexAttribArray = (PFNDISABLEVERTEXATTRIBARRAYPROC)IntGetProcAddress("glDisableVertexAttr… in Switch_DisableVertexAttribArray()
1492 DisableVertexAttribArray(index); in Switch_DisableVertexAttribArray()
2581 DisableVertexAttribArray = Switch_DisableVertexAttribArray; in InitializeVariables()
Dgl_core_3_1.hpp1196 extern void (CODEGEN_FUNCPTR *DisableVertexAttribArray)(GLuint index);
/external/mesa3d/include/GL/
Dgl_mangle.h397 #define glDisableVertexAttribArray MANGLE(DisableVertexAttribArray)