Home | History | Annotate | Download | only in glshared

Lines Matching defs:componentSize

995 	const int	componentSize	= (int)(isFloat ? sizeof(GLfloat) : sizeof(GLint));
996 const int offsetInBuf = nextDivisible((int)attrDataBuf.size(), componentSize); // Round up for alignment.
1001 dataSizeBytesDst = numComponents*componentSize*numVertices;