Searched refs:CreateGpuImageView (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/generic/ |
H A D | platform_device_gles.cpp | 22 BASE_NS::unique_ptr<GpuImage> DeviceGLES::CreateGpuImageView( in RENDER_BEGIN_NAMESPACE() 52 return CreateGpuImageView(desc, data); in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.h | 138 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView( 140 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView( 142 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
|
H A D | device_vk.cpp | 1231 unique_ptr<GpuImage> DeviceVk::CreateGpuImageView( in CreateGpuImageView() function in DeviceVk 1237 unique_ptr<GpuImage> DeviceVk::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatformD… in CreateGpuImageView() function in DeviceVk 1239 return CreateGpuImageView(desc, platformData, 0); in CreateGpuImageView() 1252 gpuImages[idx] = this->CreateGpuImageView(desc, gpuImagePlat); in CreateGpuImageViews() 1257 unique_ptr<GpuImage> DeviceVk::CreateGpuImageView( in CreateGpuImageView() function in DeviceVk 1264 return CreateGpuImageView(desc, platData, imageDesc.platformHwBuffer); in CreateGpuImageView()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | device.h | 203 virtual BASE_NS::unique_ptr<GpuImage> CreateGpuImageView( 205 virtual BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
|
H A D | gpu_resource_manager.cpp | 907 return device_.CreateGpuImageView(desc, gpuImagePlatformData); in CreateView() 943 return device_.CreateGpuImageView(desc, backendSpecificData); in CreateView()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.h | 131 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView( 133 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
|
H A D | device_gles.cpp | 2063 unique_ptr<GpuImage> DeviceGLES::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatfor… in CreateGpuImageView() function in DeviceGLES 2083 gpuImages[idx] = CreateGpuImageView(desc, gpuImagePlat); in CreateGpuImageViews()
|