Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:m_map

32         m_map[GL_TEXTURE_COORD_ARRAY]  = &m_texCoords[m_clientActiveTexture];
44 m_map[GL_COLOR_ARRAY] = new GLESpointer();
45 m_map[GL_NORMAL_ARRAY] = new GLESpointer();
46 m_map[GL_VERTEX_ARRAY] = new GLESpointer();
47 m_map[GL_POINT_SIZE_ARRAY_OES] = new GLESpointer();
57 m_map[GL_TEXTURE_COORD_ARRAY] = &m_texCoords[m_clientActiveTexture];
65 m_map[GL_TEXTURE_COORD_ARRAY] = NULL;
111 for ( it=m_map.begin() ; it != m_map.end(); it++ ) {
134 GLESpointer* p = m_map[array_id];
146 GLESpointer* p = m_map[GL_POINT_SIZE_ARRAY_OES];