Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/generic/
H A Dplatform_device_gles.cpp22 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 Ddevice_vk.h138 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
140 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
142 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
H A Ddevice_vk.cpp1231 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 Ddevice.h203 virtual BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
205 virtual BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
H A Dgpu_resource_manager.cpp907 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 Ddevice_gles.h131 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
133 BASE_NS::unique_ptr<GpuImage> CreateGpuImageView(
H A Ddevice_gles.cpp2063 unique_ptr<GpuImage> DeviceGLES::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatfor… in CreateGpuImageView() function in DeviceGLES
2083 gpuImages[idx] = CreateGpuImageView(desc, gpuImagePlat); in CreateGpuImageViews()