Searched defs:child_type (Results 1 – 2 of 2) sorted by relevance
83 const struct glsl_type *child_type = glsl_get_array_element(type); in add_var_xfb_outputs() local97 const struct glsl_type *child_type = glsl_get_struct_field(type, i); in add_var_xfb_outputs() local
134 static ChildType child_type(const SkSL::Type& type) { in child_type() function