| /third_party/skia/third_party/externals/angle2/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 | 270 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
| D | ContextGL.cpp | 963 angle::Result ContextGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextGL 965 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
|
| D | DispatchTableGL_autogen.cpp | 97 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsDesktopGL() 1746 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsDesktopGL() 2528 ASSIGN("glDispatchComputeIndirect", dispatchComputeIndirect); in initProcsGLES() 2886 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsDesktopGLNULL() 4533 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsDesktopGLNULL() 5314 dispatchComputeIndirect = &glDispatchComputeIndirectNULL; in initProcsGLESNULL()
|
| D | DispatchTableGL_autogen.h | 569 PFNGLDISPATCHCOMPUTEINDIRECTPROC dispatchComputeIndirect = nullptr; variable
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluES3PlusWrapperFuncs.inl | 75 dst->dispatchComputeIndirect = src.dispatchComputeIndirect;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gles_3_1_autogen.h | 24 void dispatchComputeIndirect(GLintptr indirect); \
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | ContextImpl.h | 221 virtual angle::Result dispatchComputeIndirect(const gl::Context *context,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | ContextNULL.h | 253 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
| D | ContextNULL.cpp | 503 angle::Result ContextNULL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextNULL
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Context9.h | 239 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
| D | Context9.cpp | 478 angle::Result Context9::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context9
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.h | 242 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
| D | Context11.cpp | 870 angle::Result Context11::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context11 872 return mRenderer->dispatchComputeIndirect(context, indirect); in dispatchComputeIndirect()
|
| D | Renderer11.h | 417 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect);
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fIndirectComputeDispatchTests.cpp | 376 gl.dispatchComputeIndirect((glw::GLintptr)cmdIter->offset); in iterate()
|
| /third_party/vk-gl-cts/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…
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | ContextMtl.h | 256 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | ContextVk.h | 349 angle::Result dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) override;
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContextInitFuncs.inl | 175 gl->dispatchComputeIndirect = glDispatchComputeIndirect;
|