Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Ddevice_vk.cpp1278 unique_ptr<GpuImage> DeviceVk::CreateGpuImageView( in CreateGpuImageView() function in DeviceVk
1285 unique_ptr<GpuImage> DeviceVk::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatformD… in CreateGpuImageView() function in DeviceVk
1307 unique_ptr<GpuImage> DeviceVk::CreateGpuImageView( in CreateGpuImageView() function in DeviceVk
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Ddevice_gles.cpp2258 unique_ptr<GpuImage> DeviceGLES::CreateGpuImageView(const GpuImageDesc& desc, const GpuImagePlatfor… in CreateGpuImageView() function in DeviceGLES