Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp218 const EGLint alphaFormat = eglu::querySurfaceInt(egl, display, surface, EGL_ALPHA_FORMAT); in checkCommonAttributes() local
220 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()