Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglNativeCoordMappingTests.cpp262 bool validate (TestLog& log, const tcu::TextureLevel& result, int rectX, int rectY, int rectW, int … in validate() argument
275 if (x > rectX && x < rectX + rectW - 1 && y > rectY && y < rectY + rectH - 1) in validate()
285 else if (x < rectX-1 || x > rectX + rectW || y < rectY-1 || y > rectY + rectH) in validate()
366 const int rectX = 8; in testNativeWindow() local
389 render(gl, program, surfaceSize.x(), surfaceSize.y(), rectX, rectY, rectW, rectH); in testNativeWindow()
391 clear(gl, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f), rectX, rectY, rectW, rectH); in testNativeWindow()
398 if (!validate(log, result, rectX, screenSize.y() - rectY - rectH, rectW, rectH)) in testNativeWindow()
415 const int rectX = 8; in testNativePixmap() local
436 render(gl, program, width, height, rectX, rectY, rectW, rectH); in testNativePixmap()
438 clear(gl, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f), rectX, rectY, rectW, rectH); in testNativePixmap()
[all …]