Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp210 angle::Result Context9::drawElementsBaseVertex(const gl::Context *context, in drawElementsBaseVertex() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp179 angle::Result ContextNULL::drawElementsBaseVertex(const gl::Context *context, in drawElementsBaseVertex() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp355 angle::Result Context11::drawElementsBaseVertex(const gl::Context *context, in drawElementsBaseVertex() function in rx::Context11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp292 angle::Result ContextWgpu::drawElementsBaseVertex(const gl::Context *context, in drawElementsBaseVertex() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DContextGL.cpp539 angle::Result ContextGL::drawElementsBaseVertex(const gl::Context *context, in drawElementsBaseVertex() function in rx::ContextGL
H A DDispatchTableGL_autogen.h359 PFNGLDRAWELEMENTSBASEVERTEXPROC drawElementsBaseVertex = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp797 void GLContext::drawElementsBaseVertex(uint32_t mode, int count, uint32_t type, const void *indices… in drawElementsBaseVertex() function in sglr::GLContext
H A DsglrReferenceContext.cpp4290 void ReferenceContext::drawElementsBaseVertex(uint32_t mode, int count, uint32_t type, const void *… in drawElementsBaseVertex() function in sglr::ReferenceContext
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl183 glDrawElementsBaseVertexFunc drawElementsBaseVertex; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4271 angle::Result ContextVk::drawElementsBaseVertex(const gl::Context *context, in drawElementsBaseVertex() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp2848 void Context::drawElementsBaseVertex(PrimitiveMode mode, in drawElementsBaseVertex() function in gl::Context