Home
last modified time | relevance | path

Searched defs:drawElementsInstanced (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp221 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 DContextNULL.cpp189 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 DContext11.cpp365 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 DContextWgpu.cpp317 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 DContextGL.cpp572 angle::Result ContextGL::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextGL
H A DDispatchTableGL_autogen.h345 PFNGLDRAWELEMENTSINSTANCEDPROC drawElementsInstanced = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp792 void GLContext::drawElementsInstanced(uint32_t mode, int count, uint32_t type, const void *indices,… in drawElementsInstanced() function in sglr::GLContext
H A DsglrReferenceContext.cpp4296 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 DglwFunctions.inl185 glDrawElementsInstancedFunc drawElementsInstanced; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4293 angle::Result ContextVk::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp2829 void Context::drawElementsInstanced(PrimitiveMode mode, in drawElementsInstanced() function in gl::Context