Home
last modified time | relevance | path

Searched refs:drawElementsIndirect (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.h26 void drawElementsIndirect(PrimitiveMode modePacked, DrawElementsType typePacked, \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DContextImpl.h113 virtual angle::Result drawElementsIndirect(const gl::Context *context,
H A Drenderer_utils.cpp1144 ANGLE_TRY(contextImpl->drawElementsIndirect( in MultiDrawElementsIndirectGeneral()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.h166 angle::Result drawElementsIndirect(const gl::Context *context,
H A DContextGL.cpp719 angle::Result ContextGL::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::ContextGL
725 getFunctions()->drawElementsIndirect(ToGLenum(mode), ToGLenum(type), indirect)); in drawElementsIndirect()
H A DDispatchTableGL_autogen.cpp244 ASSIGN("glDrawElementsIndirect", drawElementsIndirect); in initProcsDesktopGL()
1587 ASSIGN("glDrawElementsIndirect", drawElementsIndirect); in initProcsDesktopGL()
2530 ASSIGN("glDrawElementsIndirect", drawElementsIndirect); in initProcsGLES()
3032 drawElementsIndirect = &glDrawElementsIndirectNULL; in initProcsDesktopGLNULL()
4374 drawElementsIndirect = &glDrawElementsIndirectNULL; in initProcsDesktopGLNULL()
5316 drawElementsIndirect = &glDrawElementsIndirectNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h416 PFNGLDRAWELEMENTSINDIRECTPROC drawElementsIndirect = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp278 angle::Result Context9::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::Context9
H A DContext9.h144 angle::Result drawElementsIndirect(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.h145 angle::Result drawElementsIndirect(const gl::Context *context,
H A DContext11.cpp437 angle::Result Context11::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::Context11
473 return mRenderer->drawElementsIndirect(context, indirect); in drawElementsIndirect()
H A DRenderer11.h401 angle::Result drawElementsIndirect(const gl::Context *context, const void *indirect);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp240 angle::Result ContextNULL::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::ContextNULL
H A DContextNULL.h114 angle::Result drawElementsIndirect(const gl::Context *context,
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp186 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect) = DE_NULL;
H A DsglrGLContext.hpp198 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect);
H A DsglrGLContext.cpp830 void GLContext::drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect) in drawElementsIndirect() function in sglr::GLContext
H A DsglrReferenceContext.hpp751 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp919 ctx.drawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_SHORT, DE_NULL); in renderTo()
1535 gl.drawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_INT, offset);
2365 gl.drawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_SHORT, (const void*)(deUintptr)m_alignment);
2376 m_testCtx.getLog() << tcu::TestLog::Message << "drawElementsIndirect generated " << glu::getErrorStr(error) << ", expecting " << glu::getErrorStr(m_expectedError) << "." << tcu::TestLog::EndMessage;
2555 gl.drawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_SHORT, (m_caseType != CASE_CLIENT_BUFFER_COMMAND) ? (DE_NULL) : (&drawCommand));
2702 gl.drawElementsIndirect(mode, indexType, DE_NULL);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DContextMtl.h116 angle::Result drawElementsIndirect(const gl::Context *context,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.cpp497 gl.drawElementsIndirect(GL_TRIANGLE_STRIP, GL_UNSIGNED_SHORT, (GLvoid*)0); in drawCommand()
H A Dgl4cPipelineStatisticsQueryTests.cpp1078 result = (gl.drawElementsIndirect != DE_NULL); in isDrawCallSupported()
2338 gl.drawElementsIndirect(primitive_type, GL_UNSIGNED_INT, in queryCallbackDrawCallHandler()
H A Dgl4cSparseBufferTests.cpp5271 m_gl.drawElementsIndirect(GL_POINTS, GL_UNSIGNED_INT,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.h153 angle::Result drawElementsIndirect(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp300 context->drawElementsIndirect(modePacked, typePacked, indirect); in GL_DrawElementsIndirect()

Completed in 49 milliseconds

12