Searched refs:_mesa_reference_shared_state (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | shared.h | 31 _mesa_reference_shared_state(struct gl_context *ctx,
|
D | context.c | 956 _mesa_reference_shared_state(ctx, &ctx->Shared, shared); in _mesa_initialize_context() 959 _mesa_reference_shared_state(ctx, &ctx->Shared, NULL); in _mesa_initialize_context() 984 _mesa_reference_shared_state(ctx, &ctx->Shared, NULL); in _mesa_initialize_context() 1013 _mesa_reference_shared_state(ctx, &ctx->Shared, NULL); in _mesa_initialize_context() 1153 _mesa_reference_shared_state(ctx, &ctx->Shared, NULL); in _mesa_free_context_data() 1559 _mesa_reference_shared_state(ctx, &oldShared, ctx->Shared); in _mesa_share_state() 1562 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared); in _mesa_share_state() 1567 _mesa_reference_shared_state(ctx, &oldShared, NULL); in _mesa_share_state()
|
D | shared.c | 400 _mesa_reference_shared_state(struct gl_context *ctx, in _mesa_reference_shared_state() function
|
D | attrib.c | 452 _mesa_reference_shared_state(ctx, &texstate->SharedRef, ctx->Shared); in _mesa_PushAttrib() 826 _mesa_reference_shared_state(ctx, &texstate->SharedRef, NULL); in pop_texture_group() 1640 _mesa_reference_shared_state(ctx, &texstate->SharedRef, NULL); in _mesa_free_attrib_data()
|