Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp441 const EGLint mipmapTexture = eglu::querySurfaceInt(egl, display, *surface, EGL_MIPMAP_TEXTURE); in executeForConfig() local
443 if (mipmapTexture != EGL_FALSE && mipmapTexture != EGL_TRUE) in executeForConfig()
445 …log << TestLog::Message << " Fail, invalid mipmap texture value " << mipmapTexture << TestLog::… in executeForConfig()