Home
last modified time | relevance | path

Searched refs:GpuImagePlatformData (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.h30 struct GpuImagePlatformDataGL final : public GpuImagePlatformData {
55 … GpuImageGLES(Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData);
59 const GpuImagePlatformData& GetBasePlatformData() const override;
H A Dgpu_image_gles.cpp227 GpuImageGLES::GpuImageGLES(Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& pl… in GpuImageGLES()
305 const GpuImagePlatformData& GpuImageGLES::GetBasePlatformData() const in GetBasePlatformData()
H A Ddevice_gles.h68 struct GpuImagePlatformData;
132 const GpuImageDesc& desc, const GpuImagePlatformData& platformData) override;
H A Ddevice_gles.cpp2063 …e> DeviceGLES::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatformData& platformDa… in CreateGpuImageView()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_image.h25 struct GpuImagePlatformData;
46 virtual const GpuImagePlatformData& GetBasePlatformData() const = 0;
H A Ddevice.h64 struct GpuImagePlatformData;
204 const GpuImageDesc& desc, const GpuImagePlatformData& platformData) = 0;
H A Dgpu_resource_manager.h47 struct GpuImagePlatformData;
234 …const BASE_NS::string_view name, const GpuImageDesc& desc, const GpuImagePlatformData& gpuImagePla…
H A Dgpu_resource_manager.cpp892 …const string_view name, const GpuImageDesc& desc, const GpuImagePlatformData& gpuImagePlatformData) in CreateView()
904 const GpuImagePlatformData& gpuImagePlatformData) { in CreateView()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.h50 …Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData, const uintptr_…
54 const GpuImagePlatformData& GetBasePlatformData() const override;
H A Ddevice_vk.h54 struct GpuImagePlatformData;
139 const GpuImageDesc& desc, const GpuImagePlatformData& platformData) override;
143 … const GpuImageDesc& desc, const GpuImagePlatformData& platformData, const uintptr_t hwBuffer);
H A Dgpu_image_vk.cpp220 …Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData, const uintptr_… in GpuImageVk()
413 const GpuImagePlatformData& GpuImageVk::GetBasePlatformData() const in GetBasePlatformData()
H A Ddevice_vk.cpp1232 const GpuImageDesc& desc, const GpuImagePlatformData& platformData, const uintptr_t hwBuffer) in CreateGpuImageView()
1237 …age> DeviceVk::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatformData& platformDa… in CreateGpuImageView()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h241 struct GpuImagePlatformData {}; struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h164 struct GpuImagePlatformDataVk final : public GpuImagePlatformData {