Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp94 m_hasDrawBuffers = stream->getByte(); in FramebufferData()
123 stream->putByte(m_hasDrawBuffers); in onSave()
196 if (m_hasDrawBuffers) { in restore()
607 m_hasDrawBuffers = true; in setDrawBuffers()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DFramebufferData.h129 bool m_hasDrawBuffers = false; variable