Home | History | Annotate | Download | only in main

Lines Matching refs:kind

18  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
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) {