Searched refs:extractComponents (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c4965 float extractComponents[4]; local in function:fill_image
4969 extract332(0,iter,extractComponents);
4971 *iter2++ = (GLushort)(extractComponents[k]*65535);
4975 extract233rev(0,iter,extractComponents);
4977 *iter2++ = (GLushort)(extractComponents[k]*65535);
4996 extract565(myswap_bytes,iter,extractComponents);
4998 *iter2++ = (GLushort)(extractComponents[k]*65535);
5002 extract565rev(myswap_bytes,iter,extractComponents);
5004 *iter2++ = (GLushort)(extractComponents[k]*65535);
5008 extract4444(myswap_bytes,iter,extractComponents);
5482 extract332(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5518 extract233rev(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5554 extract565(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5595 extract565rev(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5636 extract4444(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5678 extract4444rev(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5726 extract5551(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5773 extract1555rev(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5821 extract8888(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5869 extract8888rev(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5917 extract1010102(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
5965 extract2101010rev(int isSwap,const void * packedPixel,GLfloat extractComponents[]) argument
6748 float extractComponents[4]; local in function:fillImage3D
[all...]

Completed in 8 milliseconds