Home
last modified time | relevance | path

Searched refs:GetBasePlatformData (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_image.h46 virtual const GpuImagePlatformData& GetBasePlatformData() const = 0;
H A Ddevice.cpp577 swapchainData.name + to_string(idx), ref->GetDesc(), ref->GetBasePlatformData()); in CreateSwapchainImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.h59 const GpuImagePlatformData& GetBasePlatformData() const override;
H A Dgpu_image_gles.cpp305 const GpuImagePlatformData& GpuImageGLES::GetBasePlatformData() const in GetBasePlatformData() function in GpuImageGLES
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.h54 const GpuImagePlatformData& GetBasePlatformData() const override;
H A Dgpu_resource_util_vk.cpp76 …magePlatformDataVk& plat = static_cast<const GpuImagePlatformDataVk&>(image.GetBasePlatformData()); in DebugImageNameVk()
H A Dgpu_image_vk.cpp413 const GpuImagePlatformData& GpuImageVk::GetBasePlatformData() const in GetBasePlatformData() function in GpuImageVk