Searched refs:GpuSemaphoreGles (Results 1 – 4 of 4) sorted by relevance
25 GpuSemaphoreGles::GpuSemaphoreGles(Device& device) : device_((DeviceGLES&)device) in RENDER_BEGIN_NAMESPACE()30 GpuSemaphoreGles::GpuSemaphoreGles(Device& device, const uint64_t handle) in GpuSemaphoreGles() function in GpuSemaphoreGles41 GpuSemaphoreGles::~GpuSemaphoreGles() in ~GpuSemaphoreGles()51 uint64_t GpuSemaphoreGles::GetHandle() const in GetHandle()56 const GpuSemaphorePlatformDataGles& GpuSemaphoreGles::GetPlatformData() const in GetPlatformData()
33 class GpuSemaphoreGles final : public GpuSemaphore {35 explicit GpuSemaphoreGles(Device& device);36 GpuSemaphoreGles(Device& device, const uint64_t handle);37 ~GpuSemaphoreGles() override;
2165 return make_unique<GpuSemaphoreGles>(*this); in CreateGpuSemaphore()2170 return make_unique<GpuSemaphoreGles>(*this, handle); in CreateGpuSemaphoreView()
877 … if (const GpuSemaphoreGles* gs = (const GpuSemaphoreGles*)externalSemaphores[sigIdx].get(); gs) { in RenderProcessEndCommandLists()