Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DSkSLSlide.cpp188 case SkRuntimeEffect::Uniform::Type::kFloat4x4: { in draw()
/external/skia/include/effects/
DSkRuntimeEffect.h53 kFloat4x4, enumerator
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp167 case Type::kFloat4x4: pdman.setMatrix4fv(handle, v.count, floatData()); break; in onSetData()
/external/skia/src/core/
DSkRuntimeEffect.cpp110 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()
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp640 case Type::kFloat4x4: su.columns = 4; su.rows *= 4; break; in fromUniform()