Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3739 GrGLIRect dstGLRect; in copySurfaceAsBlitFramebuffer() local
3741 dstGLRect.setRelativeTo(dstVP, dstRect, dstOrigin); in copySurfaceAsBlitFramebuffer()
3761 dstGLRect.fLeft, in copySurfaceAsBlitFramebuffer()
3762 dstGLRect.fBottom, in copySurfaceAsBlitFramebuffer()
3763 dstGLRect.fLeft + dstGLRect.fWidth, in copySurfaceAsBlitFramebuffer()
3764 dstGLRect.fBottom + dstGLRect.fHeight, in copySurfaceAsBlitFramebuffer()