Home
last modified time | relevance | path

Searched refs:alpha_size (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dsurface_information.h29 uint32_t red_size { 0 }, green_size { 0 }, blue_size { 0 }, alpha_size { 0 };
H A Dswapchain_gles.cpp286 const Format colorFormat = RgbToFormat(info.red_size, info.green_size, info.blue_size, info.alpha_size, info.srgb); in SwapchainGLES()
288 info.configId, info.width, info.height, info.red_size, info.green_size, info.blue_size, info.alpha_size, in SwapchainGLES()
H A Degl_state.cpp1030 EGLint alpha_size = 0; in GetSurfaceInformation() local
1039 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &alpha_size); in GetSurfaceInformation()
1045 res.alpha_size = (uint32_t)alpha_size; in GetSurfaceInformation()
H A Dwgl_state.cpp344 res.alpha_size = static_cast<uint32_t>(values[3]); in GetInformation()

Completed in 4 milliseconds