Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h581 std::unordered_map<GLenum, GLint> m_glPixelStoreiList; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp518 loadCollection(stream, &m_glPixelStoreiList, in GLEScontext()
695 saveCollection(stream, m_glPixelStoreiList, [](android::base::Stream* stream, in onSave()
892 for (const auto& pixelStore : m_glPixelStoreiList) { in postLoadRestoreCtx()
1592 m_glPixelStoreiList[pname] = param; in setPixelStorei()