Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:GLESpointer

31         m_texCoords = new GLESpointer[s_glSupport.maxTexUnits];
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();
92 void GLEScmContext::setupArrayPointerHelper(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLenum array_id,GLESpointer* p){
114 GLESpointer* p = (*it).second;
134 GLESpointer* p = m_map[array_id];
146 GLESpointer* p = m_map[GL_POINT_SIZE_ARRAY_OES];
217 bool GLEScmContext::needConvert(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_id) {
252 const GLESpointer* GLEScmContext::getPointer(GLenum arrType) {
343 const GLESpointer* ptr = NULL;