Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h584 GLenum m_frontFace = GL_CCW; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp526 m_frontFace = static_cast<GLenum>(stream->getBe32()); in GLEScontext()
702 stream->putBe32(m_frontFace); in onSave()
897 dispatcher.glFrontFace(m_frontFace); in postLoadRestoreCtx()
1600 m_frontFace = mode; in setFrontFace()