Searched refs:kFloat3x3 (Results 1 – 5 of 5) sorted by relevance
187 case SkRuntimeEffect::Uniform::Type::kFloat3x3: in draw()
52 kFloat3x3, enumerator
166 case Type::kFloat3x3: pdman.setMatrix3fv(handle, v.count, floatData()); break; in onSetData()
108 if (*type == *ctx.fTypes.fFloat3x3) { v->type = Type::kFloat3x3; return true; } in init_uniform_type()109 if (*type == *ctx.fTypes.fHalf3x3) { v->type = Type::kFloat3x3; return true; } in init_uniform_type()351 case Type::kFloat3x3: return sizeof(float) * 9; in sizeInBytes()
639 case Type::kFloat3x3: su.columns = 3; su.rows *= 3; break; in fromUniform()