HomeSort by relevance Sort by last modified time
    Searched refs:VERT_ATTRIB_FOG (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_render.c 70 [VERT_ATTRIB_FOG] = {
nv20_render.c 60 [VERT_ATTRIB_FOG] = {
nouveau_swtnl_t.c 81 [VERT_ATTRIB_FOG] = {
nouveau_vbo_t.c 180 vbo_emit_attr(ctx, arrays, VERT_ATTRIB_FOG);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 116 assert(attrib == VERT_ATTRIB_FOG);
r200_vertprog.c 534 vp->inputs[VERT_ATTRIB_FOG] = 15; array_count++;
535 vp->inputmap_rev[3] = VERT_ATTRIB_FOG;
632 else if (src[i].Index == VERT_ATTRIB_FOG) {
    [all...]
r200_tcl.c 410 map_rev_fixed[3] = VERT_ATTRIB_FOG;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_render.c 70 [VERT_ATTRIB_FOG] = {
nv20_render.c 60 [VERT_ATTRIB_FOG] = {
nouveau_swtnl_t.c 81 [VERT_ATTRIB_FOG] = {
nouveau_vbo_t.c 180 vbo_emit_attr(ctx, arrays, VERT_ATTRIB_FOG);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 116 assert(attrib == VERT_ATTRIB_FOG);
r200_vertprog.c 534 vp->inputs[VERT_ATTRIB_FOG] = 15; array_count++;
535 vp->inputmap_rev[3] = VERT_ATTRIB_FOG;
632 else if (src[i].Index == VERT_ATTRIB_FOG) {
    [all...]
r200_tcl.c 410 map_rev_fixed[3] = VERT_ATTRIB_FOG;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.c 230 case VERT_ATTRIB_FOG:
231 init_array(ctx, &obj->VertexAttrib[VERT_ATTRIB_FOG], 1, GL_FLOAT);
getstring.c 237 *params = (GLvoid *) ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_FOG].Ptr;
rastpos.c 246 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
  /external/mesa3d/src/mesa/main/
arrayobj.c 230 case VERT_ATTRIB_FOG:
231 init_array(ctx, &obj->VertexAttrib[VERT_ATTRIB_FOG], 1, GL_FLOAT);
getstring.c 237 *params = (GLvoid *) ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_FOG].Ptr;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 149 fog = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_FOG];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 149 fog = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_FOG];
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 429 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
t_vb_program.c 480 VB->AttribPtr[VERT_ATTRIB_FOG] = &store->results[VERT_RESULT_FOGC];
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 429 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
t_vb_program.c 480 VB->AttribPtr[VERT_ATTRIB_FOG] = &store->results[VERT_RESULT_FOGC];

Completed in 129 milliseconds

1 2