Searched refs:fboFormat (Results 1 – 2 of 2) sorted by relevance
2746 int fboFormat = ctx->getDefaultFBOColorFormat(); in glReadPixels() local2751 glRenderbufferStorageOES(GL_RENDERBUFFER, fboFormat, fboWidth, fboHeight); in glReadPixels()
3325 int fboFormat = ctx->getDefaultFBOColorFormat(); in glReadPixels() local3330 glRenderbufferStorage(GL_RENDERBUFFER, fboFormat, fboWidth, fboHeight); in glReadPixels()