Lines Matching defs:vector
59 GLfloat vector[6];
60 vector[SWIZZLE_X] = texel[0];
61 vector[SWIZZLE_Y] = texel[1];
62 vector[SWIZZLE_Z] = texel[2];
63 vector[SWIZZLE_W] = texel[3];
64 vector[SWIZZLE_ZERO] = 0.0F;
65 vector[SWIZZLE_ONE] = 1.0F;
66 colorOut[0] = vector[GET_SWZ(swizzle, 0)];
67 colorOut[1] = vector[GET_SWZ(swizzle, 1)];
68 colorOut[2] = vector[GET_SWZ(swizzle, 2)];
69 colorOut[3] = vector[GET_SWZ(swizzle, 3)];