Home
last modified time | relevance | path

Searched refs:kFloat3x3 (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/viewer/
DSkSLSlide.cpp187 case SkRuntimeEffect::Uniform::Type::kFloat3x3: in draw()
/external/skia/include/effects/
DSkRuntimeEffect.h52 kFloat3x3, enumerator
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp166 case Type::kFloat3x3: pdman.setMatrix3fv(handle, v.count, floatData()); break; in onSetData()
/external/skia/src/core/
DSkRuntimeEffect.cpp108 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()
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp639 case Type::kFloat3x3: su.columns = 3; su.rows *= 3; break; in fromUniform()