Searched refs:rectX (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() 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 …]
|
/external/skia/src/core/ |
D | SkBlitter.cpp | 129 int rectX = antiRect.fX; in blitCoverageDeltas() local 137 rectX = clip.fLeft; in blitCoverageDeltas() 154 this->blitAntiRect(rectX, rectY, width, height, leftAlpha, rightAlpha); in blitCoverageDeltas()
|
/external/skqp/src/core/ |
D | SkBlitter.cpp | 128 int rectX = antiRect.fX; in blitCoverageDeltas() local 136 rectX = clip.fLeft; in blitCoverageDeltas() 153 this->blitAntiRect(rectX, rectY, width, height, leftAlpha, rightAlpha); in blitCoverageDeltas()
|