Searched defs:logSurfaceAttribute (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglQuerySurfaceTests.cpp56 static void logSurfaceAttribute (tcu::TestLog& log, EGLint attribute, EGLint value) function in namespace:deqp::egl
67 logSurfaceAttribute(log, attributes[ndx], eglu::querySurfaceInt(egl, display, surface, attributes[ndx]));
487 logSurfaceAttribute(log, EGL_MIPMAP_LEVEL, value);
524 logSurfaceAttribute(log, EGL_MULTISAMPLE_RESOLVE, value);
551 logSurfaceAttribute(log, EGL_SWAP_BEHAVIOR, value);

Completed in 22 milliseconds