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 42 GLESv2Context::GLESv2Context():GLEScontext(), m_att0Array(NULL), m_att0ArrayLength(0), m_att0NeedsDisable(false){};
46 delete[] m_att0Array;
71 delete [] m_att0Array;
72 m_att0Array = new GLfloat[4*count];
77 memcpy(m_att0Array+i*4, m_attribute0value, 4*sizeof(GLfloat));
79 s_glDispatch.glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, m_att0Array);
GLESv2Context.h 51 GLfloat* m_att0Array;

Completed in 189 milliseconds