Home
last modified time | relevance | path

Searched refs:WaitableCompileEvent (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DShaderImpl.cpp17 WaitableCompileEvent::WaitableCompileEvent(std::shared_ptr<angle::WaitableEvent> waitableEvent) in WaitableCompileEvent() function in rx::WaitableCompileEvent
21 WaitableCompileEvent::~WaitableCompileEvent() in ~WaitableCompileEvent()
26 void WaitableCompileEvent::wait() in wait()
31 bool WaitableCompileEvent::isReady() in isReady()
36 const std::string &WaitableCompileEvent::getInfoLog() in getInfoLog()
66 class WaitableCompileEventImpl final : public WaitableCompileEvent
71 : WaitableCompileEvent(waitableEvent), mTranslateTask(translateTask) in WaitableCompileEventImpl()
82 std::shared_ptr<WaitableCompileEvent> ShaderImp
[all...]
H A DShaderImpl.h27 class WaitableCompileEvent : public angle::WaitableEvent class
30 WaitableCompileEvent(std::shared_ptr<angle::WaitableEvent> waitableEvent);
31 ~WaitableCompileEvent() override;
56 virtual std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
65 std::shared_ptr<WaitableCompileEvent> compileImpl(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DShaderGL.cpp69 class WaitableCompileEventWorkerContext final : public WaitableCompileEvent
76 : WaitableCompileEvent(waitableEvent), in WaitableCompileEventWorkerContext()
103 class WaitableCompileEventNativeParallel final : public WaitableCompileEvent
110 : WaitableCompileEvent(std::shared_ptr<angle::WaitableEventDone>()), in WaitableCompileEventNativeParallel()
132 class WaitableCompileEventDone final : public WaitableCompileEvent
136 : WaitableCompileEvent(std::make_shared<angle::WaitableEventDone>()), in WaitableCompileEventDone()
241 std::shared_ptr<WaitableCompileEvent> ShaderGL::compile(const gl::Context *context, in compile()
H A DShaderGL.h30 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DShaderMtl.h25 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
39 std::shared_ptr<WaitableCompileEvent> compileImplMtl(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderD3D.cpp64 class WaitableCompileEventD3D final : public WaitableCompileEvent
71 : WaitableCompileEvent(waitableEvent), in WaitableCompileEventD3D()
269 std::shared_ptr<WaitableCompileEvent> ShaderD3D::compile(const gl::Context *context, in compile()
H A DShaderD3D.h41 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DShaderNULL.cpp22 std::shared_ptr<WaitableCompileEvent> ShaderNULL::compile(const gl::Context *context, in compile()
H A DShaderNULL.h24 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DShaderVk.h24 std::shared_ptr<WaitableCompileEvent> compile(const gl::Context *context,
H A DShaderVk.cpp24 std::shared_ptr<WaitableCompileEvent> ShaderVk::compile(const gl::Context *context, in compile()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.h35 class WaitableCompileEvent;
H A DShader.cpp119 std::shared_ptr<rx::WaitableCompileEvent> compileEvent;

Completed in 8 milliseconds