Home
last modified time | relevance | path

Searched refs:GetGlImageFormat (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp162 const auto& fmt = device.GetGlImageFormat(format); in GetPlatformData()
H A Ddevice_gles.h241 const ImageFormat& GetGlImageFormat(BASE_NS::Format format) const;
H A Ddevice_gles.cpp1180 auto& glFormat = GetGlImageFormat(format); in GetFormatProperties()
1735 const DeviceGLES::ImageFormat& DeviceGLES::GetGlImageFormat(const Format format) const in GetGlImageFormat() function in DeviceGLES