Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp345 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in discard()
411 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClearStencilClip()
458 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()
493 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()
861 cbInfo.fBounds.join(target->getBoundsRect()); in executeDrawable()
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp342 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in discard()
408 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClearStencilClip()
455 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()
490 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()
872 cbInfo.fBounds.join(target->getBoundsRect()); in executeDrawable()
/external/skqp/include/gpu/
DGrSurface.h36 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
/external/skia/include/gpu/
DGrSurface.h36 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
/external/skia/include/private/
DGrSurfaceProxy.h252 SkRect getBoundsRect() const { in getBoundsRect() function
/external/skqp/include/private/
DGrSurfaceProxy.h250 SkRect getBoundsRect() const { in getBoundsRect() function
/external/skia/src/gpu/
DGrRenderTargetOpList.cpp488 fTarget.get()->getBoundsRect(), in onExecute()
DGrRenderTargetContext.cpp445 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint()
563 const SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawFilledRectAsClear()
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp486 fTarget.get()->getBoundsRect(), in onExecute()
DGrRenderTargetContext.cpp449 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint()
567 const SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawFilledRectAsClear()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2284 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint) && in onCanCopySurface()
2296 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, in onCanCopySurface()
DGrGLGpu.cpp3150 srcIsGLTexture2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp2302 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint) && in onCanCopySurface()
2314 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, in onCanCopySurface()
DGrGLGpu.cpp3178 srcIsGLTexture2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()