/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_1_autogen.h | 26 void drawElementsIndirect(PrimitiveMode modePacked, DrawElementsType typePacked, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.h | 113 virtual angle::Result drawElementsIndirect(const gl::Context *context,
|
H A D | renderer_utils.cpp | 1144 ANGLE_TRY(contextImpl->drawElementsIndirect( in MultiDrawElementsIndirectGeneral()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ContextGL.h | 166 angle::Result drawElementsIndirect(const gl::Context *context,
|
H A D | ContextGL.cpp | 719 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 D | DispatchTableGL_autogen.cpp | 244 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 D | DispatchTableGL_autogen.h | 416 PFNGLDRAWELEMENTSINDIRECTPROC drawElementsIndirect = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Context9.cpp | 278 angle::Result Context9::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::Context9
|
H A D | Context9.h | 144 angle::Result drawElementsIndirect(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Context11.h | 145 angle::Result drawElementsIndirect(const gl::Context *context,
|
H A D | Context11.cpp | 437 angle::Result Context11::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::Context11 473 return mRenderer->drawElementsIndirect(context, indirect); in drawElementsIndirect()
|
H A D | Renderer11.h | 401 angle::Result drawElementsIndirect(const gl::Context *context, const void *indirect);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | ContextNULL.cpp | 240 angle::Result ContextNULL::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect() function in rx::ContextNULL
|
H A D | ContextNULL.h | 114 angle::Result drawElementsIndirect(const gl::Context *context,
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 186 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect) = DE_NULL;
|
H A D | sglrGLContext.hpp | 198 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect);
|
H A D | sglrGLContext.cpp | 830 void GLContext::drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect) in drawElementsIndirect() function in sglr::GLContext
|
H A D | sglrReferenceContext.hpp | 751 virtual void drawElementsIndirect (deUint32 mode, deUint32 type, const void *indirect);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 919 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 D | ContextMtl.h | 116 angle::Result drawElementsIndirect(const gl::Context *context,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderDrawParametersTests.cpp | 497 gl.drawElementsIndirect(GL_TRIANGLE_STRIP, GL_UNSIGNED_SHORT, (GLvoid*)0); in drawCommand()
|
H A D | gl4cPipelineStatisticsQueryTests.cpp | 1078 result = (gl.drawElementsIndirect != DE_NULL); in isDrawCallSupported() 2338 gl.drawElementsIndirect(primitive_type, GL_UNSIGNED_INT, in queryCallbackDrawCallHandler()
|
H A D | gl4cSparseBufferTests.cpp | 5271 m_gl.drawElementsIndirect(GL_POINTS, GL_UNSIGNED_INT,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.h | 153 angle::Result drawElementsIndirect(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.cpp | 300 context->drawElementsIndirect(modePacked, typePacked, indirect); in GL_DrawElementsIndirect()
|