Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp957 const bool isSrgbSurfaceSupported = IsSrgbSurfaceSupported(plat_); in CreateSurface() local
960 if (isSrgbSurfaceSupported) { in CreateSurface()
970 … reinterpret_cast<EGLNativeWindowType>(window), isSrgbSurfaceSupported ? attribsSrgb : nullptr); in CreateSurface()