Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp325 hasColorSpaceSupport = findExtension(disp.queryString.extensions, "EGL_KHR_gl_colorspace"); in initialize()
332 if (wideColorBoardConfig && hasColorSpaceSupport) { in initialize()
341 if (hasHdrBoardConfig && hasColorSpaceSupport) { in initialize()
H A Degl_display.h114 bool hasColorSpaceSupport; variable
H A Degl_platform_entries.cpp490 if (!dp->hasColorSpaceSupport) return setError(EGL_BAD_ATTRIBUTE, EGL_FALSE); in processAttributes()