Lines Matching defs:bytes
76 GLint bytes;86 bytes = 4 * n * sizeof(GLubyte);88 bytes = 4 * n * sizeof(GLushort);90 bytes = 4 * n * sizeof(GLfloat);92 memcpy(src, dst, bytes);