Home
last modified time | relevance | path

Searched defs:dispatchComputeIndirect (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp372 angle::Result RendererGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::RendererGL
DContextGL.cpp976 angle::Result ContextGL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextGL
DDispatchTableGL_autogen.h569 PFNGLDISPATCHCOMPUTEINDIRECTPROC dispatchComputeIndirect = nullptr; variable
/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp521 angle::Result ContextNULL::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextNULL
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp487 angle::Result Context9::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp949 angle::Result Context11::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Context11
DRenderer11.cpp4273 angle::Result Renderer11::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::Renderer11
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl175 glDispatchComputeIndirectFunc dispatchComputeIndirect; variable
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp6461 angle::Result ContextVk::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect() function in rx::ContextVk
/external/angle/src/libANGLE/
DContext.cpp6479 void Context::dispatchComputeIndirect(GLintptr indirect) in dispatchComputeIndirect() function in gl::Context