Home
last modified time | relevance | path

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

/external/skia/tests/
DSkDSLRuntimeEffectTest.cpp129 Var gColor(kUniform_Modifier, kFloat4_Type); in test_RuntimeEffect_Shaders()
187 Function(kFloat4_Type, "main", p).define( in test_RuntimeEffect_Shaders()
198 Function(kFloat4_Type, "main", p).define( in test_RuntimeEffect_Shaders()
213 Function(kFloat4_Type, "main", p2).define( in test_RuntimeEffect_Shaders()
231 Function(kFloat4_Type, "main", p2).define( in test_RuntimeEffect_Shaders()
DSkSLDSLTest.cpp1603 Var a(kFloat4_Type, "a"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/external/skia/gm/
Ddsl_processor_test.cpp45 Var coords(kFloat4_Type, sk_FragCoord()); in onMakeProgramImpl()
/external/skia/src/sksl/dsl/
DDSLType.cpp108 case kFloat4_Type: in skslType()
/external/skia/include/sksl/
DDSLType.h46 kFloat4_Type, enumerator