Home
last modified time | relevance | path

Searched refs:st_program_string_notify (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.h364 GLboolean st_program_string_notify(struct gl_context *ctx,
H A Dst_program.c1432 st_program_string_notify( struct gl_context *ctx, in st_program_string_notify() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Darbprogram.c415 if (!st_program_string_notify(ctx, target, prog)) { in set_program_string()
H A Dff_fragment_shader.c1011 st_program_string_notify(ctx, GL_FRAGMENT_PROGRAM_ARB, prog); in _mesa_get_fixed_func_fragment_program()
H A Datifragshader.c457 if (!st_program_string_notify(ctx, GL_FRAGMENT_SHADER_ATI, in _mesa_EndFragmentShaderATI()
H A Dffvertex_prog.c1397 st_program_string_notify(ctx, GL_VERTEX_PROGRAM_ARB, prog); in _mesa_get_fixed_func_vertex_program()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.3.0.rst2444 - st/mesa: deduplicate code for ATI fs in st_program_string_notify
2453 st_program_string_notify
H A D23.2.1.rst1767 - mesa/main: allow passing nir-shaders to st_program_string_notify