Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3356 GrGLuint* tempFBOID; in bindSurfaceFBOForPixelOps() local
3357 tempFBOID = kSrc_TempFBOTarget == tempFBOTarget ? &fTempSrcFBOID : &fTempDstFBOID; in bindSurfaceFBOForPixelOps()
3359 if (0 == *tempFBOID) { in bindSurfaceFBOForPixelOps()
3360 GR_GL_CALL(this->glInterface(), GenFramebuffers(1, tempFBOID)); in bindSurfaceFBOForPixelOps()
3364 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, *tempFBOID)); in bindSurfaceFBOForPixelOps()