Searched refs:uniform_map (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp3587 string_to_uint_map *uniform_map = new string_to_uint_map; local in function:check_explicit_uniform_locations
3589 if (!uniform_map) {
3610 int slots = reserve_explicit_locations(prog, uniform_map,
3618 delete uniform_map;
3627 delete uniform_map;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp3644 string_to_uint_map *uniform_map = new string_to_uint_map; local in function:check_explicit_uniform_locations
3646 if (!uniform_map) {
3667 int slots = reserve_explicit_locations(prog, uniform_map,
3675 delete uniform_map;
3684 delete uniform_map;

Completed in 14 milliseconds