Home
last modified time | relevance | path

Searched defs:drawElementsIndirect (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp288 angle::Result Context9::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp252 angle::Result ContextNULL::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp451 angle::Result Context11::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::Context11
H A DRenderer11.cpp1970 angle::Result Renderer11::drawElementsIndirect(const gl::Context *context, const void *indirect) in drawElementsIndirect() function in rx::Renderer11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp429 angle::Result ContextWgpu::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DContextGL.cpp731 angle::Result ContextGL::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::ContextGL
H A DDispatchTableGL_autogen.h416 PFNGLDRAWELEMENTSINDIRECTPROC drawElementsIndirect = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp825 void GLContext::drawElementsIndirect(uint32_t mode, uint32_t type, const void *indirect) in drawElementsIndirect() function in sglr::GLContext
H A DsglrReferenceContext.cpp4387 void ReferenceContext::drawElementsIndirect(uint32_t mode, uint32_t type, const void *indirect) in drawElementsIndirect() function in sglr::ReferenceContext
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl184 glDrawElementsIndirectFunc drawElementsIndirect; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4398 angle::Result ContextVk::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp2935 void Context::drawElementsIndirect(PrimitiveMode mode, DrawElementsType type, const void *indirect) in drawElementsIndirect() function in gl::Context