OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OA_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c
549
enum OptAttr {OA_DEFAULT = 0, OA_NAME,
OA_TYPE
, OA_VALID, OA_COUNT};
562
if (!attrVal[
OA_TYPE
]) XML_FATAL1 ("type attribute missing in option.");
572
if (!strcmp (attrVal[
OA_TYPE
], "bool"))
574
else if (!strcmp (attrVal[
OA_TYPE
], "enum"))
576
else if (!strcmp (attrVal[
OA_TYPE
], "int"))
578
else if (!strcmp (attrVal[
OA_TYPE
], "float"))
581
XML_FATAL ("illegal type in option: %s.", attrVal[
OA_TYPE
]);
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c
549
enum OptAttr {OA_DEFAULT = 0, OA_NAME,
OA_TYPE
, OA_VALID, OA_COUNT};
562
if (!attrVal[
OA_TYPE
]) XML_FATAL1 ("type attribute missing in option.");
572
if (!strcmp (attrVal[
OA_TYPE
], "bool"))
574
else if (!strcmp (attrVal[
OA_TYPE
], "enum"))
576
else if (!strcmp (attrVal[
OA_TYPE
], "int"))
578
else if (!strcmp (attrVal[
OA_TYPE
], "float"))
581
XML_FATAL ("illegal type in option: %s.", attrVal[
OA_TYPE
]);
[
all
...]
Completed in 995 milliseconds