Searched refs:m_wasBound (Results 1 – 2 of 2) sorted by relevance
40 void setBinded(){m_wasBound = true;}; in setBinded()41 bool wasBinded(){return m_wasBound;}; in wasBinded()49 bool m_wasBound = false; variable
69 m_wasBound = stream->getByte(); in GLESbuffer()114 stream->putByte(m_wasBound); in onSave()