Searched refs:rectY (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 262 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() 367 const int rectY = 16; 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() 416 const int rectY = 16; 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 …]
|
/external/skia/src/core/ |
D | SkBlitter.cpp | 130 int rectY = antiRect.fY; in blitCoverageDeltas() local 146 rectY = clip.fTop; in blitCoverageDeltas() 154 this->blitAntiRect(rectX, rectY, width, height, leftAlpha, rightAlpha); in blitCoverageDeltas()
|
/external/skqp/src/core/ |
D | SkBlitter.cpp | 129 int rectY = antiRect.fY; in blitCoverageDeltas() local 145 rectY = clip.fTop; in blitCoverageDeltas() 153 this->blitAntiRect(rectX, rectY, width, height, leftAlpha, rightAlpha); in blitCoverageDeltas()
|