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

/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp1257 static void CODEGEN_FUNCPTR Switch_MultiDrawArrays(GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) argument
1260 MultiDrawArrays(mode, first, count, drawcount);
1263 static void CODEGEN_FUNCPTR Switch_MultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei drawcount) argument
1266 MultiDrawElements(mode, count, type, indices, drawcount);

Completed in 97 milliseconds