Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp161 stream->read(m_attribute0value, sizeof(m_attribute0value)); in GLESv2Context()
207 stream->write(m_attribute0value, sizeof(m_attribute0value)); in onSave()
444 x != m_attribute0value[0] || y != m_attribute0value[1] || in setAttribute0value()
445 z != m_attribute0value[2] || w != m_attribute0value[3]; in setAttribute0value()
446 m_attribute0value[0] = x; in setAttribute0value()
447 m_attribute0value[1] = y; in setAttribute0value()
448 m_attribute0value[2] = z; in setAttribute0value()
449 m_attribute0value[3] = w; in setAttribute0value()
477 memcpy(m_att0Array.get()+i*4, m_attribute0value, in validateAtt0PreDraw()
478 sizeof(m_attribute0value)); in validateAtt0PreDraw()
DGLESv2Context.h86 const float* getAtt0(void) const {return m_attribute0value;} in getAtt0()
141 float m_attribute0value[4] = {}; variable