Searched defs:attribSize (Results 1 – 1 of 1) sorted by relevance
| /development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
| D | GLEScontext.cpp | 197 …In,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) { in convertFixedDirectLoop() 209 …ut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { in convertFixedIndirectLoop() 222 …In,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) { in convertByteDirectLoop() 234 …ut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { in convertByteIndirectLoop() 248 int attribSize = p->getSize()*4; //4 is the sizeof GLfixed or GLfloat in bytes in directToBytesRanges() local 262 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in indirectToBytesRanges() local 276 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in bytesRangesToIndices() local 294 int attribSize = p->getSize(); in convertDirect() local 314 int attribSize = p->getSize(); in convertDirectVBO() local 354 int attribSize = p->getSize(); in convertIndirect() local [all …]
|