Searched defs:DrawElementsInstanced (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp752 PFNDRAWELEMENTSINSTANCEDPROC DrawElementsInstanced; member in namespace:gl
2365 DrawElementsInstanced = (PFNDRAWELEMENTSINSTANCEDPROC)IntGetProcAddress("glDrawElementsInstanced");
2366 DrawElementsInstanced(mode, count, type, indices, instancecount);
2740 DrawElementsInstanced = Switch_DrawElementsInstanced;

Completed in 250 milliseconds