Home
last modified time | relevance | path

Searched refs:drawArraysIndirect (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_1_autogen.h25 void drawArraysIndirect(PrimitiveMode modePacked, const void *indirect); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DContextImpl.h110 virtual angle::Result drawArraysIndirect(const gl::Context *context,
H A Drenderer_utils.cpp1073 ANGLE_TRY(contextImpl->drawArraysIndirect( in MultiDrawArraysIndirectGeneral()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.h163 angle::Result drawArraysIndirect(const gl::Context *context,
H A DContextGL.cpp709 angle::Result ContextGL::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::ContextGL
713 ANGLE_GL_TRY(context, getFunctions()->drawArraysIndirect(ToGLenum(mode), indirect)); in drawArraysIndirect()
H A DDispatchTableGL_autogen.cpp243 ASSIGN("glDrawArraysIndirect", drawArraysIndirect); in initProcsDesktopGL()
1586 ASSIGN("glDrawArraysIndirect", drawArraysIndirect); in initProcsDesktopGL()
2529 ASSIGN("glDrawArraysIndirect", drawArraysIndirect); in initProcsGLES()
3031 drawArraysIndirect = &glDrawArraysIndirectNULL; in initProcsDesktopGLNULL()
4373 drawArraysIndirect = &glDrawArraysIndirectNULL; in initProcsDesktopGLNULL()
5315 drawArraysIndirect = &glDrawArraysIndirectNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h415 PFNGLDRAWARRAYSINDIRECTPROC drawArraysIndirect = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp270 angle::Result Context9::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::Context9
H A DContext9.h141 angle::Result drawArraysIndirect(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.h142 angle::Result drawArraysIndirect(const gl::Context *context,
H A DContext11.cpp414 angle::Result Context11::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::Context11
433 return mRenderer->drawArraysIndirect(context, indirect); in drawArraysIndirect()
H A DRenderer11.h400 angle::Result drawArraysIndirect(const gl::Context *context, const void *indirect);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp233 angle::Result ContextNULL::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect() function in rx::ContextNULL
H A DContextNULL.h111 angle::Result drawArraysIndirect(const gl::Context *context,
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp185 virtual void drawArraysIndirect (deUint32 mode, const void *indirect) = DE_NULL;
H A DsglrGLContext.hpp197 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
H A DsglrGLContext.cpp825 void GLContext::drawArraysIndirect (deUint32 mode, const void *indirect) in drawArraysIndirect() function in sglr::GLContext
H A DsglrReferenceContext.hpp750 virtual void drawArraysIndirect (deUint32 mode, const void *indirect);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DContextMtl.h113 angle::Result drawArraysIndirect(const gl::Context *context,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.cpp452 gl.drawArraysIndirect(GL_TRIANGLE_STRIP, (GLvoid*)0); in drawCommand()
H A Dgl4cPipelineStatisticsQueryTests.cpp1063 result = (gl.drawArraysIndirect != DE_NULL); in isDrawCallSupported()
2286 gl.drawArraysIndirect(primitive_type, in queryCallbackDrawCallHandler()
H A Dgl4cSparseBufferTests.cpp5459 m_gl.drawArraysIndirect(GL_POINTS, (glw::GLvoid*)(intptr_t)m_data_bo_regular_indirect_arg_offset);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp921 ctx.drawArraysIndirect(GL_TRIANGLES, DE_NULL); in renderTo()
1537 gl.drawArraysIndirect(GL_TRIANGLES, offset);
2704 gl.drawArraysIndirect(mode, DE_NULL);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.h150 angle::Result drawArraysIndirect(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp271 context->drawArraysIndirect(modePacked, indirect); in GL_DrawArraysIndirect()

Completed in 51 milliseconds

12