Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp270 angle::Result Context9::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::Context9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp233 angle::Result ContextNULL::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::ContextNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp414 angle::Result Context11::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::Context11
DRenderer11.cpp1926 angle::Result Renderer11::drawArraysIndirect(const gl::Context *context, const void *indirect) in drawArraysIndirect() function in rx::Renderer11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.cpp709 angle::Result ContextGL::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::ContextGL
DDispatchTableGL_autogen.h415 PFNGLDRAWARRAYSINDIRECTPROC drawArraysIndirect = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp825 void GLContext::drawArraysIndirect (deUint32 mode, const void *indirect) in drawArraysIndirect() function in sglr::GLContext
DsglrReferenceContext.cpp4104 void ReferenceContext::drawArraysIndirect (deUint32 mode, const void *indirect) in drawArraysIndirect() function in sglr::ReferenceContext
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl177 glDrawArraysIndirectFunc drawArraysIndirect; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp2868 angle::Result ContextVk::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::ContextVk
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp2636 void Context::drawArraysIndirect(PrimitiveMode mode, const void *indirect) in drawArraysIndirect() function in gl::Context