Searched refs:driOptionValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.h39 typedef union driOptionValue { union
43 } driOptionValue; typedef in typeref:union:driOptionValue
49 driOptionValue start; /**< \brief Start */
50 driOptionValue end; /**< \brief End */
70 driOptionValue *values;
H A Dxmlconfig.c300 static GLboolean parseValue (driOptionValue *v, driOptionType type,
398 static GLboolean checkValue (const driOptionValue *v, const driOptionInfo *info) {
515 driOptionValue v;
706 info->values = CALLOC (size * sizeof (driOptionValue));
779 driOptionValue screenNum;
898 cache->values = MALLOC ((1<<info->tableSize) * sizeof (driOptionValue));
904 (1<<info->tableSize) * sizeof (driOptionValue));
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.h39 typedef union driOptionValue { union
43 } driOptionValue; typedef in typeref:union:driOptionValue
49 driOptionValue start; /**< \brief Start */
50 driOptionValue end; /**< \brief End */
70 driOptionValue *values;
H A Dxmlconfig.c300 static GLboolean parseValue (driOptionValue *v, driOptionType type,
398 static GLboolean checkValue (const driOptionValue *v, const driOptionInfo *info) {
515 driOptionValue v;
706 info->values = CALLOC (size * sizeof (driOptionValue));
779 driOptionValue screenNum;
898 cache->values = MALLOC ((1<<info->tableSize) * sizeof (driOptionValue));
904 (1<<info->tableSize) * sizeof (driOptionValue));

Completed in 764 milliseconds