Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dgpu_resource_desc.h234 CORE_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
331 ComponentSwizzle r { CORE_COMPONENT_SWIZZLE_IDENTITY };
333 ComponentSwizzle g { CORE_COMPONENT_SWIZZLE_IDENTITY };
335 ComponentSwizzle b { CORE_COMPONENT_SWIZZLE_IDENTITY };
337 ComponentSwizzle a { CORE_COMPONENT_SWIZZLE_IDENTITY };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp75 case CORE_COMPONENT_SWIZZLE_IDENTITY: in MapSwizzle()