Searched refs:drawElementsInstancedBaseInstance (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gl_4_2_autogen.h | 14 void drawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, \
|
D | Context_gl.cpp | 2662 void Context::drawElementsInstancedBaseInstance(GLenum mode, in drawElementsInstancedBaseInstance() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_2_autogen.cpp | 115 context->drawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, in DrawElementsInstancedBaseInstance()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 570 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()
|
D | DispatchTableGL_autogen.h | 548 PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC drawElementsInstancedBaseInstance = nullptr; variable
|