Searched refs:noffset (Results 1 - 4 of 4) sorted by last modified time
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | varray.c | 2599 layout->noffset = 4 * f; 2634 layout->noffset = 2 * f; 2643 layout->noffset = 6 * f; 2652 layout->noffset = 8 * f; 2710 _mesa_NormalPointer( GL_FLOAT, stride, (GLubyte *) pointer + layout.noffset );
|
| H A D | varray.h | 36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member in struct:gl_interleaved_layout
|
| H A D | glthread_varray.c | 699 stride, (GLubyte *) pointer + layout.noffset);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | varray.c | 1691 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local in function:_mesa_InterleavedArrays 1744 noffset = 0; 1753 noffset = 4*f; 1788 noffset = 2*f; 1797 noffset = 6*f; 1806 noffset = 8*f; 1847 _mesa_NormalPointer( GL_FLOAT, stride, (GLubyte *) pointer + noffset );
|
Completed in 18 milliseconds