/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 349 angle::Result RendererGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::RendererGL 351 mFunctions->dispatchComputeIndirect(indirect); in dispatchComputeIndirect()
|
D | RendererGL.h | 121 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect);
|
D | ContextGL.h | 258 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | ContextGL.cpp | 937 angle::Result ContextGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextGL 939 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
|
D | DispatchTableGL_autogen.cpp | 97 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()
|
D | DispatchTableGL_autogen.h | 569 PFNGLDISPATCHCOMPUTEINDIRECTPROC dispatchComputeIndirect = nullptr; variable
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 75 dst->dispatchComputeIndirect = src.dispatchComputeIndirect;
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 24 void dispatchComputeIndirect(GLintptr indirect); \
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 209 virtual angle::Result dispatchComputeIndirect(const gl::Context *context,
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 241 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | ContextNULL.cpp | 482 angle::Result ContextNULL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.h | 227 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | Context9.cpp | 456 angle::Result Context9::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context9
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.h | 230 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | Context11.cpp | 840 angle::Result Context11::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context11 842 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
|
D | Renderer11.h | 415 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect);
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndirectComputeDispatchTests.cpp | 376 gl.dispatchComputeIndirect((glw::GLintptr)cmdIter->offset); in iterate()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 75 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
|
D | glwInitES32Direct.inl | 86 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
|
D | glwFunctions.inl | 175 glDispatchComputeIndirectFunc dispatchComputeIndirect; variable
|
D | glwInitES31.inl | 75 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeI…
|
D | glwInitES32.inl | 86 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeI…
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.h | 251 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 317 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 175 gl->dispatchComputeIndirect = glDispatchComputeIndirect;
|