Home | History | Annotate | Download | only in main

Lines Matching defs:value_desc

65  * Putting all this together we end up with struct value_desc below,
66 * and with a couple of macros to help, the table of struct value_desc
170 struct value_desc {
252 * declare them all up front so we can refer to them in the value_desc
613 * \param d the struct value_desc that describes the enum
617 find_custom_value(struct gl_context *ctx, const struct value_desc *d, union value *v)
1144 * Check extra constraints on a struct value_desc descriptor
1146 * If a struct value_desc has a non-NULL extra pointer, it means that
1153 * \param d the struct value_desc that has the extra constraints
1159 check_extra(struct gl_context *ctx, const char *func, const struct value_desc *d)
1315 static const struct value_desc error_value =
1319 * Find the struct value_desc corresponding to the enum 'pname'.
1322 * which holds the index in the 'values' array of struct value_desc.
1335 * \return the struct value_desc corresponding to the enum or a struct
1336 * value_desc of TYPE_INVALID if not found. This lets the calling
1340 static const struct value_desc *
1346 const struct value_desc *d;
1425 const struct value_desc *d;
1522 const struct value_desc *d;
1625 const struct value_desc *d;
1728 const struct value_desc *d;
1837 const struct value_desc *d;
2645 const struct value_desc *d;