Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp317 angle::Result Context9::multiDrawArraysIndirect(const gl::Context *context, in multiDrawArraysIndirect() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp279 angle::Result ContextNULL::multiDrawArraysIndirect(const gl::Context *context, in multiDrawArraysIndirect() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp599 angle::Result Context11::multiDrawArraysIndirect(const gl::Context *context, in multiDrawArraysIndirect() function in rx::Context11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp459 angle::Result ContextWgpu::multiDrawArraysIndirect(const gl::Context *context, in multiDrawArraysIndirect() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DContextGL.cpp765 angle::Result ContextGL::multiDrawArraysIndirect(const gl::Context *context, in multiDrawArraysIndirect() function in rx::ContextGL
H A DDispatchTableGL_autogen.h589 PFNGLMULTIDRAWARRAYSINDIRECTPROC multiDrawArraysIndirect = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl471 glMultiDrawArraysIndirectFunc multiDrawArraysIndirect; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4426 angle::Result ContextVk::multiDrawArraysIndirect(const gl::Context *context, in multiDrawArraysIndirect() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6672 void Context::multiDrawArraysIndirect(PrimitiveMode mode, in multiDrawArraysIndirect() function in gl::Context