Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp323 hasColorSpaceSupport = findExtension(disp.queryString.extensions, "EGL_KHR_gl_colorspace"); in initialize()
330 if (wideColorBoardConfig && hasColorSpaceSupport) { in initialize()
339 if (hasHdrBoardConfig && hasColorSpaceSupport) { in initialize()
Degl_display.h118 bool hasColorSpaceSupport; variable
Degl_platform_entries.cpp539 if (!dp->hasColorSpaceSupport) return setError(EGL_BAD_ATTRIBUTE, EGL_FALSE); in processAttributes()