Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h135 struct BlendState { struct
579 std::vector<BlendState> m_blendStates;
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp516 stream->read(m_blendStates.data(), sizeof(BlendState) * blendStateCount); in GLEScontext()
693 stream->write(m_blendStates.data(), sizeof(BlendState) * m_blendStates.size()); in onSave()