Searched refs:usingVBO (Results 1 – 2 of 2) sorted by relevance
722 bool usingVBO = p->getAttribType() == GLESpointer::BUFFER; in needConvert() local731 if(!usingVBO) { in needConvert()
671 bool usingVBO = p->getAttribType() == GLESpointer::BUFFER; in needConvert() local683 bool byteVBO = (arrType == GL_BYTE) && usingVBO; in needConvert()688 if(!usingVBO || byteVBO) { in needConvert()