Searched refs:unbindTextureFBOForCopy (Results 1 – 2 of 2) sorted by relevance
378 void unbindTextureFBOForCopy(GrGLenum fboTarget, GrSurface* surface);
3261 void GrGLGpu::unbindTextureFBOForCopy(GrGLenum fboTarget, GrSurface* surface) { in unbindTextureFBOForCopy() function in GrGLGpu3739 this->unbindTextureFBOForCopy(GR_GL_FRAMEBUFFER, dst); in copySurfaceAsDraw()3775 this->unbindTextureFBOForCopy(GR_GL_FRAMEBUFFER, src); in copySurfaceAsCopyTexSubImage()3837 this->unbindTextureFBOForCopy(GR_GL_DRAW_FRAMEBUFFER, dst); in copySurfaceAsBlitFramebuffer()3838 this->unbindTextureFBOForCopy(GR_GL_READ_FRAMEBUFFER, src); in copySurfaceAsBlitFramebuffer()