/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 359 angle::Result RendererGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::RendererGL 361 mFunctions->dispatchComputeIndirect(indirect); in dispatchComputeIndirect()
|
D | RendererGL.h | 124 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect);
|
D | ContextGL.h | 213 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | ContextGL.cpp | 772 angle::Result ContextGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextGL 774 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
|
D | DispatchTableGL_autogen.cpp | 593 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsDesktopGL() 822 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsDesktopGL() 2185 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsGLES() 3361 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsDesktopGLNULL() 3589 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsDesktopGLNULL() 4950 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 569 PFNGLDISPATCHCOMPUTEINDIRECTPROC dispatchComputeIndirect = nullptr; variable
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 166 virtual angle::Result dispatchComputeIndirect(const gl::Context *context,
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 75 dst->dispatchComputeIndirect = src.dispatchComputeIndirect;
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 204 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | ContextNULL.cpp | 424 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 | 190 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | Context9.cpp | 394 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 | 193 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
D | Context11.cpp | 594 angle::Result Context11::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context11 596 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
|
D | Renderer11.h | 443 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect);
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 24 void dispatchComputeIndirect(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 | glwInitES31.inl | 75 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeI…
|
D | glwFunctions.inl | 175 glDispatchComputeIndirectFunc dispatchComputeIndirect; variable
|
D | glwInitES32.inl | 86 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeI…
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.h | 203 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 456 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 282 context->dispatchComputeIndirect(indirect); in DispatchComputeIndirect()
|