Lines Matching defs:packedPixel

5483 		       const void *packedPixel, GLfloat extractComponents[])
5485 GLubyte ubyte= *(const GLubyte *)packedPixel;
5499 int index, void *packedPixel)
5510 ((GLubyte *)packedPixel)[index] =
5512 ((GLubyte *)packedPixel)[index] |=
5514 ((GLubyte *)packedPixel)[index] |=
5519 const void *packedPixel, GLfloat extractComponents[])
5521 GLubyte ubyte= *(const GLubyte *)packedPixel;
5535 int index, void *packedPixel)
5546 ((GLubyte *)packedPixel)[index] =
5548 ((GLubyte *)packedPixel)[index]|=
5550 ((GLubyte *)packedPixel)[index]|=
5555 const void *packedPixel, GLfloat extractComponents[])
5560 ushort= __GLU_SWAP_2_BYTES(packedPixel);
5563 ushort= *(const GLushort *)packedPixel;
5576 int index,void *packedPixel)
5587 ((GLushort *)packedPixel)[index] =
5589 ((GLushort *)packedPixel)[index]|=
5591 ((GLushort *)packedPixel)[index]|=
5596 const void *packedPixel, GLfloat extractComponents[])
5601 ushort= __GLU_SWAP_2_BYTES(packedPixel);
5604 ushort= *(const GLushort *)packedPixel;
5617 int index,void *packedPixel)
5628 ((GLushort *)packedPixel)[index] =
5630 ((GLushort *)packedPixel)[index]|=
5632 ((GLushort *)packedPixel)[index]|=
5636 static void extract4444(int isSwap,const void *packedPixel,
5642 ushort= __GLU_SWAP_2_BYTES(packedPixel);
5645 ushort= *(const GLushort *)packedPixel;
5660 int index,void *packedPixel)
5668 ((GLushort *)packedPixel)[index] =
5670 ((GLushort *)packedPixel)[index]|=
5672 ((GLushort *)packedPixel)[index]|=
5674 ((GLushort *)packedPixel)[index]|=
5678 static void extract4444rev(int isSwap,const void *packedPixel,
5684 ushort= __GLU_SWAP_2_BYTES(packedPixel);
5687 ushort= *(const GLushort *)packedPixel;
5703 int index,void *packedPixel)
5716 ((GLushort *)packedPixel)[index] =
5718 ((GLushort *)packedPixel)[index]|=
5720 ((GLushort *)packedPixel)[index]|=
5722 ((GLushort *)packedPixel)[index]|=
5726 static void extract5551(int isSwap,const void *packedPixel,
5732 ushort= __GLU_SWAP_2_BYTES(packedPixel);
5735 ushort= *(const GLushort *)packedPixel;
5750 int index,void *packedPixel)
5763 ((GLushort *)packedPixel)[index] =
5765 ((GLushort *)packedPixel)[index]|=
5767 ((GLushort *)packedPixel)[index]|=
5769 ((GLushort *)packedPixel)[index]|=
5773 static void extract1555rev(int isSwap,const void *packedPixel,
5779 ushort= __GLU_SWAP_2_BYTES(packedPixel);
5782 ushort= *(const GLushort *)packedPixel;
5798 int index,void *packedPixel)
5811 ((GLushort *)packedPixel)[index] =
5813 ((GLushort *)packedPixel)[index]|=
5815 ((GLushort *)packedPixel)[index]|=
5817 ((GLushort *)packedPixel)[index]|=
5822 const void *packedPixel, GLfloat extractComponents[])
5827 uint= __GLU_SWAP_4_BYTES(packedPixel);
5830 uint= *(const GLuint *)packedPixel;
5846 int index,void *packedPixel)
5859 ((GLuint *)packedPixel)[index] =
5861 ((GLuint *)packedPixel)[index]|=
5863 ((GLuint *)packedPixel)[index]|=
5865 ((GLuint *)packedPixel)[index]|=
5870 const void *packedPixel,GLfloat extractComponents[])
5875 uint= __GLU_SWAP_4_BYTES(packedPixel);
5878 uint= *(const GLuint *)packedPixel;
5894 int index,void *packedPixel)
5907 ((GLuint *)packedPixel)[index] =
5909 ((GLuint *)packedPixel)[index]|=
5911 ((GLuint *)packedPixel)[index]|=
5913 ((GLuint *)packedPixel)[index]|=
5918 const void *packedPixel,GLfloat extractComponents[])
5923 uint= __GLU_SWAP_4_BYTES(packedPixel);
5926 uint= *(const GLuint *)packedPixel;
5942 int index,void *packedPixel)
5955 ((GLuint *)packedPixel)[index] =
5957 ((GLuint *)packedPixel)[index]|=
5959 ((GLuint *)packedPixel)[index]|=
5961 ((GLuint *)packedPixel)[index]|=
5966 const void *packedPixel,
5972 uint= __GLU_SWAP_4_BYTES(packedPixel);
5975 uint= *(const GLuint *)packedPixel;
5992 int index,void *packedPixel)
6005 ((GLuint *)packedPixel)[index] =
6007 ((GLuint *)packedPixel)[index]|=
6009 ((GLuint *)packedPixel)[index]|=
6011 ((GLuint *)packedPixel)[index]|=