Searched refs:curFbo (Results 1 – 1 of 1) sorted by relevance
366 deUint32 curFbo = ~0u; in isTextureFormatColorRenderable() local372 GLU_CHECK_GLW_CALL(gl, getIntegerv(GL_FRAMEBUFFER_BINDING, (deInt32*)&curFbo)); in isTextureFormatColorRenderable()390 GLU_CHECK_GLW_CALL(gl, bindFramebuffer(GL_FRAMEBUFFER, curFbo)); in isTextureFormatColorRenderable()455 deUint32 curFbo = ~0u; in isRenderbufferFormatColorRenderable() local461 GLU_CHECK_GLW_CALL(gl, getIntegerv(GL_FRAMEBUFFER_BINDING, (deInt32*)&curFbo)); in isRenderbufferFormatColorRenderable()478 GLU_CHECK_GLW_CALL(gl, bindFramebuffer(GL_FRAMEBUFFER, curFbo)); in isRenderbufferFormatColorRenderable()