Searched refs:alphaFormat (Results 1 – 1 of 1) sorted by relevance
218 const EGLint alphaFormat = eglu::querySurfaceInt(egl, display, surface, EGL_ALPHA_FORMAT); in checkCommonAttributes() local220 if (alphaFormat != EGL_ALPHA_FORMAT_NONPRE && alphaFormat != EGL_ALPHA_FORMAT_PRE) in checkCommonAttributes()222 …log << TestLog::Message << " Fail, invalid alpha format value " << alphaFormat << TestLog::EndM… in checkCommonAttributes()226 if (alphaFormat == EGL_ALPHA_FORMAT_PRE && !(info.surfaceType & EGL_VG_ALPHA_FORMAT_PRE_BIT)) in checkCommonAttributes()