Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gl_4_2_autogen.h14 void drawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, \
DContext_gl.cpp2662 void Context::drawElementsInstancedBaseInstance(GLenum mode, in drawElementsInstancedBaseInstance() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_2_autogen.cpp115 context->drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, in DrawElementsInstancedBaseInstance()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp570 ASSIGN("glDrawElementsInstancedBaseInstance", drawElementsInstancedBaseInstance); in initProcsDesktopGL()
781 ASSIGN("glDrawElementsInstancedBaseInstance", drawElementsInstancedBaseInstance); in initProcsDesktopGL()
2299 ASSIGN("glDrawElementsInstancedBaseInstanceEXT", drawElementsInstancedBaseInstance); in initProcsGLES()
3338 drawElementsInstancedBaseInstance = &glDrawElementsInstancedBaseInstanceNULL; in initProcsDesktopGLNULL()
3548 drawElementsInstancedBaseInstance = &glDrawElementsInstancedBaseInstanceNULL; in initProcsDesktopGLNULL()
5064 drawElementsInstancedBaseInstance = &glDrawElementsInstancedBaseInstanceNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h548 PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC drawElementsInstancedBaseInstance = nullptr; variable