Searched defs:value_desc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dget.c59 * Putting all this together we end up with struct value_desc below,
60 * and with a couple of macros to help, the table of struct value_desc
148 struct value_desc { struct
226 * declare them all up front so we can refer to them in the value_desc
406 static const struct value_desc values[] = {
1398 const struct value_desc *d;
1497 * \param d the struct value_desc that describes the enum
1501 find_custom_value(struct gl_context *ctx, const struct value_desc *d, union value *v)
1860 * Check extra constraints on a struct value_desc descriptor
1862 * If a struct value_desc ha
[all...]
/external/llvm/include/llvm/Support/
H A DCommandLine.h297 // value_desc - Modifier to set the value description shown in the -help
299 struct value_desc { struct in namespace:llvm::cl
301 value_desc(const char *Str) : Desc(Str) {} function in struct:llvm::cl::value_desc
/external/mesa3d/src/mesa/main/
H A Dget.c59 * Putting all this together we end up with struct value_desc below,
60 * and with a couple of macros to help, the table of struct value_desc
148 struct value_desc { struct
226 * declare them all up front so we can refer to them in the value_desc
406 static const struct value_desc values[] = {
1398 const struct value_desc *d;
1497 * \param d the struct value_desc that describes the enum
1501 find_custom_value(struct gl_context *ctx, const struct value_desc *d, union value *v)
1860 * Check extra constraints on a struct value_desc descriptor
1862 * If a struct value_desc ha
[all...]

Completed in 71 milliseconds