Searched defs:fboTarget (Results 1 – 4 of 4) sorted by relevance
96 void bindForPixelOps(GrGLenum fboTarget) { in bindForPixelOps()
213 void GrGLRenderTarget::bindInternal(GrGLenum fboTarget, bool useMultisampleFBO) { in bindInternal()
3157 void GrGLGpu::bindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget, in bindSurfaceFBOForPixelOps()3184 void GrGLGpu::unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget) { in unbindSurfaceFBOForPixelOps()
144 uint32_t buffers, uint32_t fboTarget = GL_FRAMEBUFFER) in InvalidateDefaultFramebufferRenderCase()