Searched refs:kFloat4x4 (Results 1 – 8 of 8) sorted by relevance
292 case SLType::kFloat4x4: in WriteUniform()327 case SLType::kFloat4x4: in sltype_to_alignment_mask()393 case SLType::kFloat4x4: in sltype_to_mtl_size()484 case SLType::kHalf4x4: return SLType::kFloat4x4; in getUniformTypeForLayout()
40 kFloat4x4, enumerator
188 case SkRuntimeEffect::Uniform::Type::kFloat4x4: { in draw()
59 kFloat4x4, enumerator
45 UNIFORM_TYPE(kFloat4x4, SkM44);
248 case Type::kFloat4x4: pdman.setMatrix4fv(handle, v.count, floatData()); break; in onSetData()
123 if (*type == *ctx.fTypes.fFloat4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()124 if (*type == *ctx.fTypes.fHalf4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()493 case SkRuntimeEffect::Uniform::Type::kFloat4x4: return sizeof(float) * 16; in uniform_element_size()
636 case Type::kFloat4x4: su.columns = 4; su.rows *= 4; break; in fromUniform()