HomeSort by relevance Sort by last modified time
    Searched refs:m_framebuffer (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 160 void setFramebufferBinding(GLuint fb) { m_framebuffer = fb; }
161 GLuint getFramebufferBinding() const { return m_framebuffer; }
207 GLuint m_framebuffer; member in class:GLEScontext
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 162 m_framebuffer(0)
706 if(m_framebuffer == 0)
709 ObjectDataPtr fbObj = m_shareGroup->getObjectData(FRAMEBUFFER,m_framebuffer);

Completed in 157 milliseconds