Lines Matching defs:vObj
277 * \param vObj object-space vertex coordinate
284 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4],
307 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane);
330 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane);
353 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
373 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane);
389 * \param vObj vertex position in object space
392 _mesa_RasterPos(struct gl_context *ctx, const GLfloat vObj[4])
406 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj );
486 shade_rastpos( ctx, vObj, norm,
505 compute_texgen(ctx, vObj, eye, norm, u, tc);