Searched refs:TEXTURE_1D_ARRAY_BIT (Results 1 – 3 of 3) sorted by relevance
651 !!(enabled & TEXTURE_1D_ARRAY_BIT)); in pop_enable_group()698 !!(unit->Enabled & TEXTURE_1D_ARRAY_BIT)); in pop_texture_group()
999 if (!enable_texture(ctx, state, TEXTURE_1D_ARRAY_BIT)) { in _mesa_set_enable()
1173 #define TEXTURE_1D_ARRAY_BIT (1 << TEXTURE_1D_ARRAY_INDEX) macro