Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp245 …typedef void (CODEGEN_FUNCPTR *PFNMULTIDRAWELEMENTSPROC)(GLenum , const GLsizei *, GLenum , const … typedef
552 PFNMULTIDRAWELEMENTSPROC MultiDrawElements;
1265 MultiDrawElements = (PFNMULTIDRAWELEMENTSPROC)IntGetProcAddress("glMultiDrawElements"); in Switch_MultiDrawElements()