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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 42 const float* getAtt0(void) {return m_attribute0value;}
50 float m_attribute0value[4]; member in class:GLESv2Context
GLESv2Context.cpp 51 m_attribute0value[0] = x;
52 m_attribute0value[1] = y;
53 m_attribute0value[2] = z;
54 m_attribute0value[3] = w;
77 memcpy(m_att0Array+i*4, m_attribute0value, 4*sizeof(GLfloat));

Completed in 115 milliseconds