Home
last modified time | relevance | path

Searched refs:gpuImagePlat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp1249 GpuImagePlatformDataVk gpuImagePlat; in CreateGpuImageViews() local
1250 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx]; in CreateGpuImageViews()
1251 gpuImagePlat.imageView = swapchainPlat.swapchainImages.imageViews[idx]; in CreateGpuImageViews()
1252 gpuImages[idx] = this->CreateGpuImageView(desc, gpuImagePlat); in CreateGpuImageViews()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp2080 GpuImagePlatformDataGL gpuImagePlat {}; in CreateGpuImageViews() local
2081 gpuImagePlat.image = swapchainPlat.swapchainImages.images[idx]; in CreateGpuImageViews()
2082 gpuImagePlat.swizzle = { GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA }; in CreateGpuImageViews()
2083 gpuImages[idx] = CreateGpuImageView(desc, gpuImagePlat); in CreateGpuImageViews()