Searched refs:wrotePaintColor (Results 1 – 1 of 1) sorted by relevance
35 bool* wrotePaintColor) { in get_uniforms() argument41 if (u.isPaintColor() && wrotePaintColor) { in get_uniforms()42 if (*wrotePaintColor) { in get_uniforms()47 *wrotePaintColor = true; in get_uniforms()73 bool* wrotePaintColor) { in get_node_uniforms() argument95 result += get_uniforms(offsetter, uniforms, node->keyIndex(), wrotePaintColor); in get_node_uniforms()100 result += get_node_uniforms(offsetter, child, wrotePaintColor); in get_node_uniforms()107 bool* wrotePaintColor) { in get_ssbo_fields() argument114 if (u.isPaintColor() && wrotePaintColor) { in get_ssbo_fields()115 if (*wrotePaintColor) { in get_ssbo_fields()[all …]