Searched refs:rectH (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 262 …alidate (TestLog& log, const tcu::TextureLevel& result, int rectX, int rectY, int rectW, int rectH) 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() 369 const int rectH = 72; 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() 418 const int rectH = 72; 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 …]
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrRectBlurEffect.fp | 21 layout(when=!highp) uniform half4 rectH; 66 half lDiff = half(rectH.x - sk_FragCoord.x); 67 half rDiff = half(sk_FragCoord.x - rectH.z); 99 half tDiff = half(rectH.y - sk_FragCoord.y); 100 half bDiff = half(sk_FragCoord.y - rectH.w); 126 pdman.set4fv(highp ? rectF : rectH, 1, r);
|
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrRectBlurEffect.cpp | 89 UniformHandle& rectH = rectHVar; in onSetData() local 90 (void)rectH; in onSetData() 95 pdman.set4fv(highp ? rectF : rectH, 1, r); in onSetData()
|