Searched refs:blue_size (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | surface_information.h | 29 uint32_t red_size { 0 }, green_size { 0 }, blue_size { 0 }, alpha_size { 0 }; in RENDER_BEGIN_NAMESPACE()
|
H A D | swapchain_gles.cpp | 286 …const Format colorFormat = RgbToFormat(info.red_size, info.green_size, info.blue_size, info.alpha_… in SwapchainGLES() 288 …info.configId, info.width, info.height, info.red_size, info.green_size, info.blue_size, info.alpha… in SwapchainGLES()
|
H A D | egl_state.cpp | 1029 EGLint blue_size = 0; in GetSurfaceInformation() local 1038 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &blue_size); in GetSurfaceInformation() 1046 res.blue_size = static_cast<uint32_t>(blue_size); in GetSurfaceInformation()
|
H A D | wgl_state.cpp | 343 res.blue_size = static_cast<uint32_t>(values[2]); in GetInformation()
|