Home
last modified time | relevance | path

Searched refs:GenVertexArrays (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp260 GET_PROC(GenVertexArrays); in GrGLAssembleGLInterface()
264 GET_PROC_SUFFIX(GenVertexArrays, APPLE); in GrGLAssembleGLInterface()
608 GET_PROC_SUFFIX(GenVertexArrays, OES); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp3980 GR_GL_CALL(gpu->glInterface(), GenVertexArrays(1, &arrayID)); in internalBind()
/external/skia/bench/
DGLInstancedArraysBench.cpp319 GR_GL_CALL(gl, GenVertexArrays(1, &fVAO)); in setup()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp649 PFNGENVERTEXARRAYSPROC GenVertexArrays; variable
1807 GenVertexArrays = (PFNGENVERTEXARRAYSPROC)IntGetProcAddress("glGenVertexArrays"); in Switch_GenVertexArrays()
1808 GenVertexArrays(n, arrays); in Switch_GenVertexArrays()
2637 GenVertexArrays = Switch_GenVertexArrays; in InitializeVariables()
Dgl_core_3_1.hpp1252 extern void (CODEGEN_FUNCPTR *GenVertexArrays)(GLsizei n, GLuint *arrays);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1149 { "glGenVertexArrays", _O(GenVertexArrays) },
/external/mesa3d/include/GL/
Dgl_mangle.h579 #define glGenVertexArrays MANGLE(GenVertexArrays)