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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 39 GLESv2Context::GLESv2Context():GLEScontext(), m_att0Array(NULL), m_att0ArrayLength(0), m_att0NeedsDisable(false){};
43 delete[] m_att0Array;
68 delete [] m_att0Array;
69 m_att0Array = new GLfloat[4*count];
74 memcpy(m_att0Array+i*4, m_attribute0value, 4*sizeof(GLfloat));
76 s_glDispatch.glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, m_att0Array);
GLESv2Context.h 51 GLfloat* m_att0Array;

Completed in 25 milliseconds