Home | History | Annotate | Download | only in functional

Lines Matching defs:componentCount

101 	int		componentCount;
330 case GL_FLOAT: stride = buffer.componentCount * (int)sizeof(GLfloat); break;
331 case GL_INT: stride = buffer.componentCount * (int)sizeof(GLint); break;
332 case GL_UNSIGNED_INT: stride = buffer.componentCount * (int)sizeof(GLuint); break;
333 case GL_SHORT: stride = buffer.componentCount * (int)sizeof(GLshort); break;
334 case GL_UNSIGNED_SHORT: stride = buffer.componentCount * (int)sizeof(GLushort); break;
335 case GL_BYTE: stride = buffer.componentCount * (int)sizeof(GLbyte); break;
336 case GL_UNSIGNED_BYTE: stride = buffer.componentCount * (int)sizeof(GLubyte); break;
349 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++)
906 case GL_FLOAT: stride = buffer.componentCount * (int)sizeof(GLfloat); break;
907 case GL_INT: stride = buffer.componentCount * (int)sizeof(GLint); break;
908 case GL_UNSIGNED_INT: stride = buffer.componentCount * (int)sizeof(GLuint); break;
909 case GL_SHORT: stride = buffer.componentCount * (int)sizeof(GLshort); break;
910 case GL_UNSIGNED_SHORT: stride = buffer.componentCount * (int)sizeof(GLushort); break;
911 case GL_BYTE: stride = buffer.componentCount * (int)sizeof(GLbyte); break;
912 case GL_UNSIGNED_BYTE: stride = buffer.componentCount * (int)sizeof(GLubyte); break;
925 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++)