Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkDSLRuntimeEffectTest.cpp135 GlobalVar gColor(kUniform_Modifier, kFloat4_Type); in test_RuntimeEffect_Shaders()
193 Function(kFloat4_Type, "main", p).define( in test_RuntimeEffect_Shaders()
225 Function(kFloat4_Type, "main", p).define( in test_RuntimeEffect_Shaders()
240 Function(kFloat4_Type, "main", p2).define( in test_RuntimeEffect_Shaders()
258 Function(kFloat4_Type, "main", p2).define( in test_RuntimeEffect_Shaders()
DSkSLDSLTest.cpp1695 Var a(kFloat4_Type, "a"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
2029 DSLGlobalVar rtAdjust(kUniform_Modifier, kFloat4_Type, "sk_RTAdjust"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
2050 Field(kFloat4_Type, "sk_RTAdjust") }); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
2068 { Field(kInt_Type, "unused1"), Field(kFloat4_Type, "sk_RTAdjust") }); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
2070 { Field(kInt_Type, "unused2"), Field(kFloat4_Type, "sk_RTAdjust") }); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/skia/gm/
Ddsl_processor_test.cpp44 Var coords(kFloat4_Type, sk_FragCoord()); in onMakeProgramImpl()
/third_party/skia/include/sksl/
DDSLType.h49 kFloat4_Type, enumerator
/third_party/skia/src/sksl/dsl/
DDSLType.cpp106 case kFloat4_Type: in get_type_from_type_constant()