Home | History | Annotate | Download | only in Tools

Lines Matching refs:pV

56  @Output			pV
63 PVRTVECTOR4f * const pV,
69 float *pOut = (float*)pV;
71 pV->x = 0;
72 pV->y = 0;
73 pV->z = 0;
74 pV->w = 1;
222 @Output pV
228 unsigned int * const pV,
239 *pV = *(unsigned short*)pData;
243 *pV = *(unsigned int*)pData;
253 @Input pV
260 const PVRTVECTOR4f * const pV)
263 float *pData = (float*)pV;