Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp327 angle::Result Context9::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp288 angle::Result ContextNULL::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp608 angle::Result Context11::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::Context11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp469 angle::Result ContextWgpu::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DContextGL.cpp776 angle::Result ContextGL::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextGL
H A DDispatchTableGL_autogen.h126 PFNGLMULTIDRAWELEMENTSPROC multiDrawElements = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp835 void GLContext::multiDrawElements(uint32_t mode, const int *count, uint32_t type, const void **indi… in multiDrawElements() function in sglr::GLContext
H A DsglrReferenceContext.cpp4452 void ReferenceContext::multiDrawElements(uint32_t mode, const int *count, uint32_t type, const void… in multiDrawElements() function in sglr::ReferenceContext
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl473 glMultiDrawElementsFunc multiDrawElements; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4501 angle::Result ContextVk::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6689 void Context::multiDrawElements(PrimitiveMode mode, in multiDrawElements() function in gl::Context