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

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 125 GLenum arrType = p->getType();
130 if(arrType != GL_FIXED) return false;
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 223 GLenum arrType = p->getType();
229 if((arrType != GL_FIXED) && (arrType != GL_BYTE)) return false;
230 if((arrType == GL_BYTE && (array_id != GL_VERTEX_ARRAY)) &&
231 (arrType == GL_BYTE && (array_id != GL_TEXTURE_COORD_ARRAY)) ) return false;
234 bool byteVBO = (arrType == GL_BYTE) && usingVBO;
255 const GLESpointer* GLEScmContext::getPointer(GLenum arrType) {
257 arrType == GL_VERTEX_ARRAY_POINTER ? GL_VERTEX_ARRAY :
258 arrType == GL_NORMAL_ARRAY_POINTER ? GL_NORMAL_ARRAY :
259 arrType == GL_TEXTURE_COORD_ARRAY_POINTER ? GL_TEXTURE_COORD_ARRAY
    [all...]

Completed in 28 milliseconds