Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglColorClearCase.cpp172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
173 const int width = surfaceSize.x(); in executeForContexts()
174 const int height = surfaceSize.y(); in executeForContexts()
333 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
334 const int width = surfaceSize.x(); in executeForContexts()
335 const int height = surfaceSize.y(); in executeForContexts()
DteglNativeCoordMappingTests.cpp374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow() local
386 clear(gl, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, surfaceSize.x(), surfaceSize.y()); in testNativeWindow()
389 render(gl, program, surfaceSize.x(), surfaceSize.y(), rectX, rectY, rectW, rectH); in testNativeWindow()