Home
last modified time | relevance | path

Searched defs:nativeBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp39 auto nativeBounds = GrNativeRect::MakeRelativeTo(fOrigin, fRenderTarget->height(), in onBegin() local
57 auto nativeBounds = GrNativeRect::MakeRelativeTo(fOrigin, fRenderTarget->height(), in onEnd() local
DGrGLGpu.cpp1977 auto nativeBounds = GrNativeRect::MakeRelativeTo(origin, rt->height(), bounds); in beginCommandBuffer() local
/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp187 auto nativeBounds = GrNativeRect::MakeIRectRelativeTo( in beginRenderPass() local
295 void GrVkOpsRenderPass::loadResolveIntoMSAA(const SkIRect& nativeBounds) { in loadResolveIntoMSAA()