Lines Matching refs:kind
149 GLbitfield kind;
185 * Allocate new attribute node of given type/kind. Attach payload data.
190 GLbitfield kind, void *payload)
194 n->kind = kind;
833 * This function is kind of long just because we have to call a lot
861 _mesa_lookup_enum_by_nr(attr->kind));
864 switch (attr->kind) {
1565 switch (node->kind) {
1631 if (attr->kind == GL_TEXTURE_BIT) {