Searched refs:fboHeight (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2748 int fboHeight = ctx->getDefaultFBOHeight(); in glReadPixels() local 2751 glRenderbufferStorageOES(GL_RENDERBUFFER, fboFormat, fboWidth, fboHeight); in glReadPixels() 2763 ctx->dispatcher().glBlitFramebuffer(0, 0, fboWidth, fboHeight, 0, 0, fboWidth, fboHeight, in glReadPixels()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3327 int fboHeight = ctx->getDefaultFBOHeight(); in glReadPixels() local 3330 glRenderbufferStorage(GL_RENDERBUFFER, fboFormat, fboWidth, fboHeight); in glReadPixels() 3340 glBlitFramebuffer(0, 0, fboWidth, fboHeight, 0, 0, fboWidth, fboHeight, in glReadPixels()
|