Home
last modified time | relevance | path

Searched refs:dispatchComputeIndirect (Results 1 – 25 of 41) sorted by relevance

12

/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp349 angle::Result RendererGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::RendererGL
351 mFunctions->dispatchComputeIndirect(indirect); in dispatchComputeIndirect()
DRendererGL.h121 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect);
DContextGL.h258 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
DContextGL.cpp937 angle::Result ContextGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextGL
939 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
DDispatchTableGL_autogen.cpp97 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsDesktopGL()
1757 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsDesktopGL()
2539 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsGLES()
2886 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsDesktopGLNULL()
4544 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsDesktopGLNULL()
5325 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h569 PFNGLDISPATCHCOMPUTEINDIRECTPROC dispatchComputeIndirect = nullptr; variable
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl75 dst->dispatchComputeIndirect = src.dispatchComputeIndirect;
/external/angle/src/libANGLE/
DContext_gles_3_1_autogen.h24 void dispatchComputeIndirect(GLintptr indirect); \
/external/angle/src/libANGLE/renderer/
DContextImpl.h209 virtual angle::Result dispatchComputeIndirect(const gl::Context *context,
/external/angle/src/libANGLE/renderer/null/
DContextNULL.h241 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
DContextNULL.cpp482 angle::Result ContextNULL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextNULL
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.h227 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
DContext9.cpp456 angle::Result Context9::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.h230 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
DContext11.cpp840 angle::Result Context11::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context11
842 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
DRenderer11.h415 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect);
/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp376 gl.dispatchComputeIndirect((glw::GLintptr)cmdIter->offset); in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl75 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
DglwInitES32Direct.inl86 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
DglwFunctions.inl175 glDispatchComputeIndirectFunc dispatchComputeIndirect; variable
DglwInitES31.inl75 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeI…
DglwInitES32.inl86 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeI…
/external/angle/src/libANGLE/renderer/metal/
DContextMtl.h251 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h317 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl175 gl->dispatchComputeIndirect = glDispatchComputeIndirect;

12