Home
last modified time | relevance | path

Searched refs:_mesa_free_context_data (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dcontext.h94 _mesa_free_context_data(struct gl_context *ctx, bool destroy_debug_output);
Dcontext.c1103 _mesa_free_context_data(struct gl_context *ctx, bool destroy_debug_output) in _mesa_free_context_data() function
/third_party/mesa3d/docs/relnotes/
D20.1.8.rst103 - mesa: add bool param to _mesa_free_context_data
D17.1.10.rst129 - mesa: free current ComputeProgram state in \_mesa_free_context_data
D17.2.2.rst156 - mesa: free current ComputeProgram state in \_mesa_free_context_data
D20.2.0.rst3740 - mesa: add bool param to _mesa_free_context_data
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c877 _mesa_free_context_data(ctx, true); in st_create_context()
991 _mesa_free_context_data(ctx, false); in st_destroy_context()