Searched refs:glMultiDrawElements (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp842 m_wrapper->glMultiDrawElements(mode, count, type, indices, primCount);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl470 gl->multiDrawElements = glMultiDrawElements;
H A DtcuNullRenderContextFuncs.inl3922 GLW_APICALL void GLW_APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1351 #define glMultiDrawElements MANGLE(MultiDrawElements) macro
H A Dglcorearb.h604 GLAPI void APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount);
H A Dglext.h417 GLAPI void APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl470 void glMultiDrawElements (glw::GLenum mode, const glw::GLsizei *count, glw::GLenum type, const void *const*indices, glw::GLsizei drawcount);
H A DgluCallLogWrapper.inl3490 void CallLogWrapper::glMultiDrawElements (glw::GLenum mode, const glw::GLsizei *count, glw::GLenum type, const void *const*indices, glw::GLsizei drawcount)
3493 m_log << TestLog::Message << "glMultiDrawElements(" << getPrimitiveTypeStr(mode) << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(count))) << ", " << getTypeStr(type) << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(indices))) << ", " << drawcount << ");" << TestLog::EndMessage;
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl470 #define glMultiDrawElements glwMultiDrawElements
/external/swiftshader/include/GL/
H A Dglcorearb.h604 GLAPI void APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount);
H A Dglext.h417 GLAPI void APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount);

Completed in 382 milliseconds