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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 122 GLenum arrType = p->getType();
127 if(arrType != GL_FIXED) return false;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 220 GLenum arrType = p->getType();
226 if((arrType != GL_FIXED) && (arrType != GL_BYTE)) return false;
227 if((arrType == GL_BYTE && (array_id != GL_VERTEX_ARRAY)) &&
228 (arrType == GL_BYTE && (array_id != GL_TEXTURE_COORD_ARRAY)) ) return false;
231 bool byteVBO = (arrType == GL_BYTE) && usingVBO;
252 const GLESpointer* GLEScmContext::getPointer(GLenum arrType) {
254 arrType == GL_VERTEX_ARRAY_POINTER ? GL_VERTEX_ARRAY :
255 arrType == GL_NORMAL_ARRAY_POINTER ? GL_NORMAL_ARRAY :
256 arrType == GL_TEXTURE_COORD_ARRAY_POINTER ? GL_TEXTURE_COORD_ARRAY
    [all...]

Completed in 108 milliseconds