Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp41 static constexpr FormatInfo FORMATS[] = { { BASE_FORMAT_R8G8B8_UNORM, 8, 8, 8, 0, GL_RGB8, GL_RGB8 … variable
105 format = FORMATS; in RgbToFormat()
125 const FormatInfo* steps[] = { FORMATS, FORMATS_SRGB, nullptr }; in FormatToGlFormat()