Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp353 if (m_fbo) { in ~ColorBufferGl()
354 s_gles2.glDeleteFramebuffers(1, &m_fbo); in ~ColorBufferGl()
396 GL_SCOPED_DEBUG_GROUP("ColorBufferGl::readPixels(handle:%d fbo:%d tex:%d)", mHndl, m_fbo, in readPixels()
403 if (bindFbo(&m_fbo, m_tex, m_needFboReattach)) { in readPixels()
600 GL_SCOPED_DEBUG_GROUP("ColorBufferGl::subUpdate(handle:%d fbo:%d tex:%d)", mHndl, m_fbo, m_tex); in subUpdateFromFrameworkFormat()
799 if (!bindFbo(&m_fbo, m_tex, m_needFboReattach)) { in blitFromCurrentReadBuffer()
912 if (bindFbo(&m_fbo, m_tex, m_needFboReattach)) { in readback()
931 if (bindFbo(&m_fbo, m_tex, m_needFboReattach)) { in readbackAsync()
1082 s_gles2.glDeleteFramebuffers(1, &m_fbo); in importMemory()
1083 m_fbo = 0; in importMemory()
DColorBufferGl.h249 GLuint m_fbo = 0; variable