Searched refs:FetchTexelLod (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_execute.h | 77 FetchTexelLodFunc FetchTexelLod; member in struct:gl_program_machine
|
| H A D | prog_execute.c | 314 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color); 1141 machine->FetchTexelLod(ctx, texcoord, lod,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_execute.h | 77 FetchTexelLodFunc FetchTexelLod; member in struct:gl_program_machine
|
| H A D | prog_execute.c | 314 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color); 1141 machine->FetchTexelLod(ctx, texcoord, lod,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_fragprog.c | 77 * Called via machine->FetchTexelLod() 194 machine->FetchTexelLod = fetch_texel_lod;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_fragprog.c | 77 * Called via machine->FetchTexelLod() 194 machine->FetchTexelLod = fetch_texel_lod;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 241 machine->FetchTexelLod = vp_fetch_texel;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 241 machine->FetchTexelLod = vp_fetch_texel;
|
Completed in 8 milliseconds