Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp231 angle::Result Context9::drawElementsInstancedBaseVertex(const gl::Context *context, in drawElementsInstancedBaseVertex() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp199 angle::Result ContextNULL::drawElementsInstancedBaseVertex(const gl::Context *context, in drawElementsInstancedBaseVertex() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp375 angle::Result Context11::drawElementsInstancedBaseVertex(const gl::Context *context, in drawElementsInstancedBaseVertex() function in rx::Context11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp342 angle::Result ContextWgpu::drawElementsInstancedBaseVertex(const gl::Context *context, in drawElementsInstancedBaseVertex() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DContextGL.cpp592 angle::Result ContextGL::drawElementsInstancedBaseVertex(const gl::Context *context, in drawElementsInstancedBaseVertex() function in rx::ContextGL
H A DDispatchTableGL_autogen.h360 PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC drawElementsInstancedBaseVertex = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp802 void GLContext::drawElementsInstancedBaseVertex(uint32_t mode, int count, uint32_t type, const void… in drawElementsInstancedBaseVertex() function in sglr::GLContext
H A DsglrReferenceContext.cpp4302 void ReferenceContext::drawElementsInstancedBaseVertex(uint32_t mode, int count, uint32_t type, con… in drawElementsInstancedBaseVertex() function in sglr::ReferenceContext
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl187 glDrawElementsInstancedBaseVertexFunc drawElementsInstancedBaseVertex; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4315 angle::Result ContextVk::drawElementsInstancedBaseVertex(const gl::Context *context, in drawElementsInstancedBaseVertex() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp2867 void Context::drawElementsInstancedBaseVertex(PrimitiveMode mode, in drawElementsInstancedBaseVertex() function in gl::Context