Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLESbuffer.h26 …GLESbuffer():ObjectData(BUFFER_DATA),m_size(0),m_usage(GL_STATIC_DRAW),m_data(NULL),m_wasBound(fal… in GLESbuffer()
34 void setBinded(){m_wasBound = true;}; in setBinded()
35 bool wasBinded(){return m_wasBound;}; in wasBinded()
43 bool m_wasBound; variable