Searched refs:GpuImagePlatformData (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_image_gles.h | 30 struct GpuImagePlatformDataGL final : public GpuImagePlatformData { 55 … GpuImageGLES(Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData); 59 const GpuImagePlatformData& GetBasePlatformData() const override;
|
H A D | gpu_image_gles.cpp | 227 GpuImageGLES::GpuImageGLES(Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& pl… in GpuImageGLES() 305 const GpuImagePlatformData& GpuImageGLES::GetBasePlatformData() const in GetBasePlatformData()
|
H A D | device_gles.h | 68 struct GpuImagePlatformData; 132 const GpuImageDesc& desc, const GpuImagePlatformData& platformData) override;
|
H A D | device_gles.cpp | 2063 …e> DeviceGLES::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatformData& platformDa… in CreateGpuImageView()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_image.h | 25 struct GpuImagePlatformData; 46 virtual const GpuImagePlatformData& GetBasePlatformData() const = 0;
|
H A D | device.h | 64 struct GpuImagePlatformData; 204 const GpuImageDesc& desc, const GpuImagePlatformData& platformData) = 0;
|
H A D | gpu_resource_manager.h | 47 struct GpuImagePlatformData; 234 …const BASE_NS::string_view name, const GpuImageDesc& desc, const GpuImagePlatformData& gpuImagePla…
|
H A D | gpu_resource_manager.cpp | 892 …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 D | gpu_image_vk.h | 50 …Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData, const uintptr_… 54 const GpuImagePlatformData& GetBasePlatformData() const override;
|
H A D | device_vk.h | 54 struct GpuImagePlatformData; 139 const GpuImageDesc& desc, const GpuImagePlatformData& platformData) override; 143 … const GpuImageDesc& desc, const GpuImagePlatformData& platformData, const uintptr_t hwBuffer);
|
H A D | gpu_image_vk.cpp | 220 …Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData, const uintptr_… in GpuImageVk() 413 const GpuImagePlatformData& GpuImageVk::GetBasePlatformData() const in GetBasePlatformData()
|
H A D | device_vk.cpp | 1232 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 D | intf_device.h | 241 struct GpuImagePlatformData {}; struct
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/ |
H A D | intf_device_vk.h | 164 struct GpuImagePlatformDataVk final : public GpuImagePlatformData {
|