Searched refs:kFloat4x4 (Results 1 – 5 of 5) sorted by relevance
188 case SkRuntimeEffect::Uniform::Type::kFloat4x4: { in draw()
53 kFloat4x4, enumerator
167 case Type::kFloat4x4: pdman.setMatrix4fv(handle, v.count, floatData()); break; in onSetData()
110 if (*type == *ctx.fTypes.fFloat4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()111 if (*type == *ctx.fTypes.fHalf4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()352 case Type::kFloat4x4: return sizeof(float) * 16; in sizeInBytes()
640 case Type::kFloat4x4: su.columns = 4; su.rows *= 4; break; in fromUniform()