Searched defs:drawElementsInstanced (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Context9.cpp | 221 angle::Result Context9::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::Context9
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | ContextNULL.cpp | 189 angle::Result ContextNULL::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextNULL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Context11.cpp | 365 angle::Result Context11::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::Context11
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | ContextWgpu.cpp | 317 angle::Result ContextWgpu::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextWgpu
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ContextGL.cpp | 572 angle::Result ContextGL::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextGL
|
H A D | DispatchTableGL_autogen.h | 345 PFNGLDRAWELEMENTSINSTANCEDPROC drawElementsInstanced = nullptr; variable
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 792 void GLContext::drawElementsInstanced(uint32_t mode, int count, uint32_t type, const void *indices,… in drawElementsInstanced() function in sglr::GLContext
|
H A D | sglrReferenceContext.cpp | 4296 void ReferenceContext::drawElementsInstanced(uint32_t mode, int count, uint32_t type, const void *i… in drawElementsInstanced() function in sglr::ReferenceContext
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwFunctions.inl | 185 glDrawElementsInstancedFunc drawElementsInstanced; variable
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 4293 angle::Result ContextVk::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextVk
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Context.cpp | 2829 void Context::drawElementsInstanced(PrimitiveMode mode, in drawElementsInstanced() function in gl::Context
|