Home
last modified time | relevance | path

Searched refs:GpuSemaphoreGles (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_semaphore_gles.cpp25 GpuSemaphoreGles::GpuSemaphoreGles(Device& device) : device_((DeviceGLES&)device) in RENDER_BEGIN_NAMESPACE()
30 GpuSemaphoreGles::GpuSemaphoreGles(Device& device, const uint64_t handle) in GpuSemaphoreGles() function in GpuSemaphoreGles
41 GpuSemaphoreGles::~GpuSemaphoreGles() in ~GpuSemaphoreGles()
51 uint64_t GpuSemaphoreGles::GetHandle() const in GetHandle()
56 const GpuSemaphorePlatformDataGles& GpuSemaphoreGles::GetPlatformData() const in GetPlatformData()
H A Dgpu_semaphore_gles.h33 class GpuSemaphoreGles final : public GpuSemaphore {
35 explicit GpuSemaphoreGles(Device& device);
36 GpuSemaphoreGles(Device& device, const uint64_t handle);
37 ~GpuSemaphoreGles() override;
H A Ddevice_gles.cpp2165 return make_unique<GpuSemaphoreGles>(*this); in CreateGpuSemaphore()
2170 return make_unique<GpuSemaphoreGles>(*this, handle); in CreateGpuSemaphoreView()
H A Drender_backend_gles.cpp877 … if (const GpuSemaphoreGles* gs = (const GpuSemaphoreGles*)externalSemaphores[sigIdx].get(); gs) { in RenderProcessEndCommandLists()