Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp56 ASSIGN("glDrawElementsInstancedBaseInstance", drawElementsInstancedBaseInstance); in initProcsDesktopGL()
1734 ASSIGN("glDrawElementsInstancedBaseInstance", drawElementsInstancedBaseInstance); in initProcsDesktopGL()
1931 ASSIGN("glDrawElementsInstancedBaseInstanceEXT", drawElementsInstancedBaseInstance); in initProcsGLES()
2845 drawElementsInstancedBaseInstance = &glDrawElementsInstancedBaseInstanceNULL; in initProcsDesktopGLNULL()
4521 drawElementsInstancedBaseInstance = &glDrawElementsInstancedBaseInstanceNULL; in initProcsDesktopGLNULL()
4717 drawElementsInstancedBaseInstance = &glDrawElementsInstancedBaseInstanceNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h548 PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC drawElementsInstancedBaseInstance = nullptr; variable
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h119 void drawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, \
DContext_gl.cpp2662 void Context::drawElementsInstancedBaseInstance(GLenum mode, in drawElementsInstancedBaseInstance() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl186 glDrawElementsInstancedBaseInstanceFunc drawElementsInstancedBaseInstance; variable
DglwInitGL42.inl102 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
DglwInitGL43.inl111 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
DglwInitGL44.inl120 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
DglwInitGL45.inl147 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
DglwInitGL46.inl147 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
DglwImpl.inl1452 gl->drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, baseinstance);
/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp1080 result = (gl.drawElementsInstancedBaseInstance != DE_NULL); in isDrawCallSupported()
2350 gl.drawElementsInstancedBaseInstance( in queryCallbackDrawCallHandler()
Dgl4cEnhancedLayoutsTests.cpp12668 …gl.drawElementsInstancedBaseInstance(GL_PATCHES, 1 /* count */, GL_UNSIGNED_BYTE, DE_NULL, m_n_ins… in test()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl186 gl->drawElementsInstancedBaseInstance = glDrawElementsInstancedBaseInstance;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp3866 context->drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, in GL_DrawElementsInstancedBaseInstance()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1292 m_gl.drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, baseinstance);