Searched refs:getBoundsRect (Results 1 – 14 of 14) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 345 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/ |
D | GrVkGpuCommandBuffer.cpp | 342 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/ |
D | GrSurface.h | 36 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
|
/external/skia/include/gpu/ |
D | GrSurface.h | 36 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
|
/external/skia/include/private/ |
D | GrSurfaceProxy.h | 252 SkRect getBoundsRect() const { in getBoundsRect() function
|
/external/skqp/include/private/ |
D | GrSurfaceProxy.h | 250 SkRect getBoundsRect() const { in getBoundsRect() function
|
/external/skia/src/gpu/ |
D | GrRenderTargetOpList.cpp | 488 fTarget.get()->getBoundsRect(), in onExecute()
|
D | GrRenderTargetContext.cpp | 445 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint() 563 const SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawFilledRectAsClear()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.cpp | 486 fTarget.get()->getBoundsRect(), in onExecute()
|
D | GrRenderTargetContext.cpp | 449 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint() 567 const SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawFilledRectAsClear()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 2284 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint) && in onCanCopySurface() 2296 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, in onCanCopySurface()
|
D | GrGLGpu.cpp | 3150 srcIsGLTexture2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2302 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint) && in onCanCopySurface() 2314 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, in onCanCopySurface()
|
D | GrGLGpu.cpp | 3178 srcIsGLTexture2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()
|