Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglWideColorTests.cpp605 EGLint m_colorSpace; member in deqp::egl::__anonf525cf780111::WideColorSurfaceTest
617 , m_colorSpace (colorSpace) in WideColorSurfaceTest()
673 if (m_colorSpace != EGL_NONE && !eglu::hasExtension(egl, m_eglDisplay, "EGL_KHR_gl_colorspace")) in init()
676 switch (m_colorSpace) { in init()
892 if (m_colorSpace == EGL_GL_COLORSPACE_SRGB_KHR || in expectedUint8()
893 m_colorSpace == EGL_GL_COLORSPACE_DISPLAY_P3_EXT) in expectedUint8()
1123 if (m_colorSpace == EGL_GL_COLORSPACE_SRGB_KHR || m_colorSpace == EGL_GL_COLORSPACE_DISPLAY_P3_EXT) in testFramebufferColorEncoding()
1235 if (m_colorSpace != EGL_NONE) in executeTest()
1238 attribs.push_back(m_colorSpace); in executeTest()
1263 if (m_colorSpace != EGL_NONE) in executeTest()
[all …]
/external/pdfium/fxbarcode/
DBC_Writer.h37 FXDIB_Format m_colorSpace = FXDIB_Argb; variable