Searched defs:attribSize (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 1013 …In,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) { in convertFixedDirectLoop() 1025 …ut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { in convertFixedIndirectLoop() 1038 …In,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) { in convertByteDirectLoop() 1050 …ut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { in convertByteIndirectLoop() 1063 int attribSize = p->getSize()*4; //4 is the sizeof GLfixed or GLfloat in bytes in directToBytesRanges() local 1077 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in indirectToBytesRanges() local 1089 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in bytesRangesToIndices() local 1107 int attribSize = p->getSize(); in convertDirect() local 1126 int attribSize = p->getSize(); in convertDirectVBO() local 1170 int attribSize = p->getSize(); in convertIndirect() local [all …]
|