Searched refs:tempFBOID (Results 1 – 2 of 2) sorted by relevance
2481 GrGLuint tempFBOID; in bind_surface_as_fbo() local2485 GR_GL_CALL(gl, GenFramebuffers(1, &tempFBOID)); in bind_surface_as_fbo()2486 GR_GL_CALL(gl, BindFramebuffer(fboTarget, tempFBOID)); in bind_surface_as_fbo()2497 tempFBOID = 0; in bind_surface_as_fbo()2501 return tempFBOID; in bind_surface_as_fbo()