Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp445 …typedef void (CODEGEN_FUNCPTR *PFNDRAWELEMENTSINSTANCEDPROC)(GLenum , GLsizei , GLenum , const GLv… typedef
752 PFNDRAWELEMENTSINSTANCEDPROC DrawElementsInstanced;
2365 …DrawElementsInstanced = (PFNDRAWELEMENTSINSTANCEDPROC)IntGetProcAddress("glDrawElementsInstanced"); in Switch_DrawElementsInstanced()