Home | History | Annotate | Download | only in main

Lines Matching full:valid_access

1146    bool valid_access;
1153 valid_access = _mesa_is_desktop_gl(ctx);
1157 valid_access = true;
1161 valid_access = _mesa_is_desktop_gl(ctx);
1164 valid_access = false;
1168 if (!valid_access) {