Home
last modified time | relevance | path

Searched defs:CreateGpuImageView (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
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
1257 unique_ptr<GpuImage> DeviceVk::CreateGpuImageView( in CreateGpuImageView() function in DeviceVk
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp2063 unique_ptr<GpuImage> DeviceGLES::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatfor… in CreateGpuImageView() function in DeviceGLES