Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGpuGL.cpp2541 GrGLuint srcFBO; in onCopySurface() local
2543 srcFBO = bind_surface_as_fbo(this->glInterface(), src, GR_GL_FRAMEBUFFER, &srcVP); in onCopySurface()
2569 if (srcFBO) { in onCopySurface()
2570 GL_CALL(DeleteFramebuffers(1, &srcFBO)); in onCopySurface()
2583 GrGLuint srcFBO; in onCopySurface() local
2587 srcFBO = bind_surface_as_fbo(this->glInterface(), src, GR_GL_READ_FRAMEBUFFER, &srcVP); in onCopySurface()
2634 if (srcFBO) { in onCopySurface()
2635 GL_CALL(DeleteFramebuffers(1, &srcFBO)); in onCopySurface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL.cpp2541 GrGLuint srcFBO; in onCopySurface() local
2543 srcFBO = bind_surface_as_fbo(this->glInterface(), src, GR_GL_FRAMEBUFFER, &srcVP); in onCopySurface()
2569 if (srcFBO) { in onCopySurface()
2570 GL_CALL(DeleteFramebuffers(1, &srcFBO)); in onCopySurface()
2583 GrGLuint srcFBO; in onCopySurface() local
2587 srcFBO = bind_surface_as_fbo(this->glInterface(), src, GR_GL_READ_FRAMEBUFFER, &srcVP); in onCopySurface()
2634 if (srcFBO) { in onCopySurface()
2635 GL_CALL(DeleteFramebuffers(1, &srcFBO)); in onCopySurface()