Searched refs:GenVertexArrays (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 260 GET_PROC(GenVertexArrays); in GrGLAssembleGLInterface() 264 GET_PROC_SUFFIX(GenVertexArrays, APPLE); in GrGLAssembleGLInterface() 608 GET_PROC_SUFFIX(GenVertexArrays, OES); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 3980 GR_GL_CALL(gpu->glInterface(), GenVertexArrays(1, &arrayID)); in internalBind()
|
/external/skia/bench/ |
D | GLInstancedArraysBench.cpp | 319 GR_GL_CALL(gl, GenVertexArrays(1, &fVAO)); in setup()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 649 PFNGENVERTEXARRAYSPROC GenVertexArrays; variable 1807 GenVertexArrays = (PFNGENVERTEXARRAYSPROC)IntGetProcAddress("glGenVertexArrays"); in Switch_GenVertexArrays() 1808 GenVertexArrays(n, arrays); in Switch_GenVertexArrays() 2637 GenVertexArrays = Switch_GenVertexArrays; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1252 extern void (CODEGEN_FUNCPTR *GenVertexArrays)(GLsizei n, GLuint *arrays);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1149 { "glGenVertexArrays", _O(GenVertexArrays) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 579 #define glGenVertexArrays MANGLE(GenVertexArrays)
|