Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h342 int getDefaultFBOColorFormat() const { return m_defaultFBOColorFormat; } in getDefaultFBOColorFormat()
651 GLint m_defaultFBOColorFormat = 0; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2323 m_defaultFBOColorFormat = colorFormat; in initDefaultFBO()
2497 colorInternalFormat = m_defaultFBOColorFormat; in queryCurrFboBits()
2652 m_defaultFBOColorFormat; in copyTexImageWithEmulation()
2796 return m_defaultFBOColorFormat; in getReadBufferInternalFormat()
2900 GLint read_iformat = m_defaultFBOColorFormat; in setupImageBlitForTexture()