Home
last modified time | relevance | path

Searched defs:multiDrawElementsIndirect (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp349 angle::Result Context9::multiDrawElementsIndirect(const gl::Context *context, in multiDrawElementsIndirect() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp309 angle::Result ContextNULL::multiDrawElementsIndirect(const gl::Context *context, in multiDrawElementsIndirect() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp651 angle::Result Context11::multiDrawElementsIndirect(const gl::Context *context, in multiDrawElementsIndirect() function in rx::Context11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp492 angle::Result ContextWgpu::multiDrawElementsIndirect(const gl::Context *context, in multiDrawElementsIndirect() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DContextGL.cpp802 angle::Result ContextGL::multiDrawElementsIndirect(const gl::Context *context, in multiDrawElementsIndirect() function in rx::ContextGL
H A DDispatchTableGL_autogen.h590 PFNGLMULTIDRAWELEMENTSINDIRECTPROC multiDrawElementsIndirect = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl475 glMultiDrawElementsIndirectFunc multiDrawElementsIndirect; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4523 angle::Result ContextVk::multiDrawElementsIndirect(const gl::Context *context, in multiDrawElementsIndirect() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6724 void Context::multiDrawElementsIndirect(PrimitiveMode mode, in multiDrawElementsIndirect() function in gl::Context