Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp427 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
430 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference()
433 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference()
471 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
474 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference()
477 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp424 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
427 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference()
430 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference()
468 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
471 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference()
474 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference()
/external/skia/src/effects/
DSkGpuBlurUtils.cpp153 SkIRect clearRect; in GaussianBlur() local
249 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop, in GaussianBlur()
251 context->clear(&clearRect, 0x0, false, srcTexture->asRenderTarget()); in GaussianBlur()
266 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom, in GaussianBlur()
268 context->clear(&clearRect, 0x0, false, srcTexture->asRenderTarget()); in GaussianBlur()
284 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom, in GaussianBlur()
286 context->clear(&clearRect, 0x0, false, srcTexture->asRenderTarget()); in GaussianBlur()
287 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop, in GaussianBlur()
289 context->clear(&clearRect, 0x0, false, srcTexture->asRenderTarget()); in GaussianBlur()
DSkMorphologyImageFilter.cpp678 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, in apply_morphology() local
683 context->clear(&clearRect, clearColor, false, texture->asRenderTarget()); in apply_morphology()
/external/skia/tools/skpdiff/
Ddiff_viewer.js115 ctx.clearRect(magRect.x, magRect.y, magRect.width, magRect.height);
131 ctx.clearRect(0, 0, canvas.width, canvas.height);
/external/skia/bench/
DGameBench.cpp126 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; in onDraw() local
160 canvas->drawRect(clearRect, clearPaint); in onDraw()
/external/v8/benchmarks/spinning-balls/
Dv.js273 this.ctx.clearRect(0, 0, this.width, this.height);
354 this.ctx.clearRect(0, 0, this.width, this.height);
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java239 public void clearRect(int x, int y, int width, int height) in clearRect() method in OverrideGraphics2D
241 graphics.clearRect(x, y, width, height); in clearRect()
/external/libvncserver/webclients/novnc/include/
Ddisplay.js412 c_ctx.clearRect(0, 0, viewport.w, viewport.h);
/external/proguard/lib/
Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog ...
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js740 ctx.clearRect(0, 0, size, size);