Home
last modified time | relevance | path

Searched refs:_NEW_TEXTURE_OBJECT (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dstate.c402 _NEW_TEXTURE_OBJECT | _NEW_TEXTURE_STATE | _NEW_PROGRAM | in _mesa_update_state_locked()
428 if (new_state & (_NEW_TEXTURE_OBJECT | _NEW_TEXTURE_STATE | _NEW_PROGRAM)) in _mesa_update_state_locked()
456 prog_flags |= _NEW_BUFFERS | _NEW_TEXTURE_OBJECT | in _mesa_update_state_locked()
472 if (new_state & (_NEW_TEXTURE_OBJECT | _NEW_PROGRAM)) in _mesa_update_state_locked()
Dtexobj.c906 ctx->NewState |= _NEW_TEXTURE_OBJECT; in _mesa_dirty_texobj()
1413 ctx->NewState |= _NEW_TEXTURE_OBJECT; in unbind_textures_from_unit()
1473 ctx->NewState |= _NEW_TEXTURE_OBJECT; in delete_textures()
1504 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in _mesa_delete_nameless_texture()
1652 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in bind_texture_object()
2053 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in _mesa_PrioritizeTextures()
2167 ctx->NewState |= _NEW_TEXTURE_OBJECT; in _mesa_lock_context_textures()
Dsamplerobj.c265 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in delete_samplers()
319 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in _mesa_bind_sampler()
434 ctx->NewState |= _NEW_TEXTURE_OBJECT; in bind_samplers()
449 ctx->NewState |= _NEW_TEXTURE_OBJECT; in bind_samplers()
531 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in flush()
Dtexparam.c214 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in flush()
228 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in incomplete()
542 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, 0); in set_tex_parameteri()
1089 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in _mesa_texture_parameterIiv()
1118 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in _mesa_texture_parameterIuiv()
Ddebug.c95 (state & _NEW_TEXTURE_OBJECT) ? "ctx->Texture(Object), " : "", in _mesa_print_state()
Dtexenv.c472 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, GL_TEXTURE_BIT); in _mesa_texenvfv_indexed()
Duniform_query.cpp1381 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT | _NEW_PROGRAM, 0); in _mesa_uniform()
1392 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT | _NEW_PROGRAM, 0); in _mesa_uniform()
Dtexstate.c905 ctx->NewState |= _NEW_TEXTURE_OBJECT | _NEW_TEXTURE_STATE; in _mesa_update_texture_state()
Dmtypes.h4635 #define _NEW_TEXTURE_OBJECT (1u << 16) /**< gl_context::Texture (bindings only) */ macro
4665 #define _NEW_TEXTURE (_NEW_TEXTURE_OBJECT | _NEW_TEXTURE_STATE | \
Denable.c1231 FLUSH_VERTICES(ctx, _NEW_TEXTURE_OBJECT, 0); in _mesa_set_enable()
Dattrib.c1222 ctx->NewState |= _NEW_TEXTURE_OBJECT | _NEW_TEXTURE_STATE | in _mesa_PopAttrib()
Dmipmap.c1894 ctx->NewState |= _NEW_TEXTURE_OBJECT; in prepare_mipmap_level()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c416 DEFINE_BIT(_NEW_TEXTURE_OBJECT),
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c277 if (new_state & _NEW_TEXTURE_OBJECT) { in st_invalidate_state()