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

  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.h 35 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT
xmlconfig.c 317 case DRI_ENUM: /* enum is just a special integer */
404 case DRI_ENUM: /* enum is just a special integer */
575 cache->info[opt].type = DRI_ENUM;
602 } else if (cache->info[opt].type == DRI_ENUM) {
    [all...]
dri_util.c 538 !driCheckOption(&screen->optionCache, var, DRI_ENUM))

Completed in 336 milliseconds