Searched refs:drawElementsInstancedBaseInstance (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 56 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()
|
D | DispatchTableGL_autogen.h | 548 PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC drawElementsInstancedBaseInstance = nullptr; variable
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 119 void drawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, \
|
D | Context_gl.cpp | 2662 void Context::drawElementsInstancedBaseInstance(GLenum mode, in drawElementsInstancedBaseInstance() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 186 glDrawElementsInstancedBaseInstanceFunc drawElementsInstancedBaseInstance; variable
|
D | glwInitGL42.inl | 102 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
|
D | glwInitGL44.inl | 120 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
|
D | glwInitGL43.inl | 111 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
|
D | glwInitGL45.inl | 147 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
|
D | glwInitGL46.inl | 147 gl->drawElementsInstancedBaseInstance = (glDrawElementsInstancedBaseInstanceFunc) loader->get(…
|
D | glwImpl.inl | 1452 gl->drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, baseinstance);
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 1080 result = (gl.drawElementsInstancedBaseInstance != DE_NULL); in isDrawCallSupported() 2350 gl.drawElementsInstancedBaseInstance( in queryCallbackDrawCallHandler()
|
D | gl4cEnhancedLayoutsTests.cpp | 12668 …gl.drawElementsInstancedBaseInstance(GL_PATCHES, 1 /* count */, GL_UNSIGNED_BYTE, DE_NULL, m_n_ins… in test()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 186 gl->drawElementsInstancedBaseInstance = glDrawElementsInstancedBaseInstance;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 3866 context->drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, in GL_DrawElementsInstancedBaseInstance()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1292 m_gl.drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, baseinstance);
|