Home
last modified time | relevance | path

Searched defs:attribSize (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp217 …In,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) { in convertFixedDirectLoop()
229 …ut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { in convertFixedIndirectLoop()
242 …In,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) { in convertByteDirectLoop()
254 …ut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { in convertByteIndirectLoop()
268 int attribSize = p->getSize()*4; //4 is the sizeof GLfixed or GLfloat in bytes in directToBytesRanges() local
282 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in indirectToBytesRanges() local
296 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in bytesRangesToIndices() local
314 int attribSize = p->getSize(); in convertDirect() local
333 int attribSize = p->getSize(); in convertDirectVBO() local
372 int attribSize = p->getSize(); in convertIndirect() local
[all …]