Home
last modified time | relevance | path

Searched refs:nativeBounds (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp190 auto nativeBounds = GrNativeRect::MakeIRectRelativeTo( in beginRenderPass() local
201 nativeBounds, in beginRenderPass()
206 adjustedBounds = nativeBounds; in beginRenderPass()
298 void GrVkOpsRenderPass::loadResolveIntoMSAA(const SkIRect& nativeBounds) { in loadResolveIntoMSAA() argument
301 nativeBounds); in loadResolveIntoMSAA()
H A DGrVkOpsRenderPass.h107 void loadResolveIntoMSAA(const SkIRect& nativeBounds);
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2021 auto nativeBounds = GrNativeRect::MakeRelativeTo(origin, rt->height(), bounds); in beginCommandBuffer() local
2025 GL_CALL(StartTiling(nativeBounds.fX, nativeBounds.fY, nativeBounds.fWidth, in beginCommandBuffer()
2026 nativeBounds.fHeight, preserveMask)); in beginCommandBuffer()

Completed in 9 milliseconds