Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2746 int fboFormat = ctx->getDefaultFBOColorFormat(); in glReadPixels() local
2751 glRenderbufferStorageOES(GL_RENDERBUFFER, fboFormat, fboWidth, fboHeight); in glReadPixels()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3325 int fboFormat = ctx->getDefaultFBOColorFormat(); in glReadPixels() local
3330 glRenderbufferStorage(GL_RENDERBUFFER, fboFormat, fboWidth, fboHeight); in glReadPixels()