Searched refs:hasYuvSupport (Results 1 – 1 of 1) sorted by relevance
297 …const bool hasYuvSupport = eglu::hasExtension(m_eglTestCtx.getLibrary(), m_display, "EGL_EXT_yuv_… in checkColorBufferType() local299 if (!(isRGBBuffer || isLuminanceBuffer || (isYuvBuffer && hasYuvSupport))) in checkColorBufferType()