Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3755 GrGLIRect srcGLRect; in copySurfaceAsCopyTexSubImage() local
3756 srcGLRect.setRelativeTo(srcVP, in copySurfaceAsCopyTexSubImage()
3767 dstY = dst->height() - (dstPoint.fY + srcGLRect.fHeight); in copySurfaceAsCopyTexSubImage()
3773 srcGLRect.fLeft, srcGLRect.fBottom, in copySurfaceAsCopyTexSubImage()
3774 srcGLRect.fWidth, srcGLRect.fHeight)); in copySurfaceAsCopyTexSubImage()
3800 GrGLIRect srcGLRect; in copySurfaceAsBlitFramebuffer() local
3802 srcGLRect.setRelativeTo(srcVP, in copySurfaceAsBlitFramebuffer()
3822 srcY0 = srcGLRect.fBottom; in copySurfaceAsBlitFramebuffer()
3823 srcY1 = srcGLRect.fBottom + srcGLRect.fHeight; in copySurfaceAsBlitFramebuffer()
3825 srcY0 = srcGLRect.fBottom + srcGLRect.fHeight; in copySurfaceAsBlitFramebuffer()
[all …]