Home
last modified time | relevance | path

Searched refs:FogCoordFuncs (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c180 static int FogCoordFuncs[NUM_TYPES]; variable
1501 FogCoordFuncs[0] = -1; in _ae_create_context()
1502 FogCoordFuncs[1] = -1; in _ae_create_context()
1503 FogCoordFuncs[2] = -1; in _ae_create_context()
1504 FogCoordFuncs[3] = -1; in _ae_create_context()
1505 FogCoordFuncs[4] = -1; in _ae_create_context()
1506 FogCoordFuncs[5] = -1; in _ae_create_context()
1507 FogCoordFuncs[6] = _gloffset_FogCoordfvEXT; in _ae_create_context()
1508 FogCoordFuncs[7] = _gloffset_FogCoorddv; in _ae_create_context()
1610 aa->offset = FogCoordFuncs[TYPE_IDX(aa->array->Type)]; in _ae_update_state()