Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp770 return getFBOGlobalName(p_localName); in postLoadRestoreCtx()
788 getFBOGlobalName(buffer)); in postLoadRestoreCtx()
2392 dispatcher().glBindFramebuffer(GL_FRAMEBUFFER, getFBOGlobalName(prevDrawFBOBinding)); in initDefaultFBO()
2394 dispatcher().glBindFramebuffer(GL_READ_FRAMEBUFFER, getFBOGlobalName(prevReadFBOBinding)); in initDefaultFBO()
2482 unsigned int GLEScontext::getFBOGlobalName(ObjectLocalName p_localName) const { in getFBOGlobalName() function in GLEScontext
3045 drawFboBinding ? getFBOGlobalName(drawFboBinding) : m_defaultFBO); in blitFromReadBufferToTextureFlipped()
3048 readFboBinding ? getFBOGlobalName(readFboBinding) : m_defaultReadFBO); in blitFromReadBufferToTextureFlipped()
3171 drawFboBinding ? getFBOGlobalName(drawFboBinding) : m_defaultFBO); in blitFromReadBufferToEGLImage()
3174 readFboBinding ? getFBOGlobalName(readFboBinding) : m_defaultReadFBO); in blitFromReadBufferToEGLImage()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h457 unsigned int getFBOGlobalName(ObjectLocalName p_localName) const;
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp391 return getFBOGlobalName(p_localName); in postLoadRestoreCtx()
DGLESv2Imp.cpp686 globalFrameBufferName = ctx->getFBOGlobalName(framebuffer); in glBindFramebuffer()
690 globalFrameBufferName = ctx->getFBOGlobalName(framebuffer); in glBindFramebuffer()
1860 ctx->getFBOGlobalName(framebuffers[i])))); in glGenFramebuffers()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2523 ctx->getFBOGlobalName(framebuffer)))); in glBindFramebufferNoValidation()
2527 ? ctx->getFBOGlobalName(framebuffer) in glBindFramebufferNoValidation()
2570 ctx->getFBOGlobalName(framebuffers[i])))); in glGenFramebuffersOES()