Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESbuffer.h40 void setBinded(){m_wasBound = true;}; in setBinded()
41 bool wasBinded(){return m_wasBound;}; in wasBinded()
49 bool m_wasBound = false; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESbuffer.cpp69 m_wasBound = stream->getByte(); in GLESbuffer()
114 stream->putByte(m_wasBound); in onSave()