HomeSort by relevance Sort by last modified time
    Searched refs:Resident (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
nvprogram.c 86 * Determine if a set of programs is resident in hardware.
115 if (prog->Resident) {
134 * Request that a set of programs be resident in hardware.
165 prog->Resident = GL_TRUE;
267 *params = prog->Resident;
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
nvprogram.c 86 * Determine if a set of programs is resident in hardware.
115 if (prog->Resident) {
134 * Request that a set of programs be resident in hardware.
165 prog->Resident = GL_TRUE;
267 *params = prog->Resident;
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 273 prog->Resident = GL_TRUE;
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 273 prog->Resident = GL_TRUE;
    [all...]

Completed in 970 milliseconds