Searched refs:kFloat4_Type (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/tests/ |
D | SkDSLRuntimeEffectTest.cpp | 135 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()
|
D | SkSLDSLTest.cpp | 1695 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/ |
D | dsl_processor_test.cpp | 44 Var coords(kFloat4_Type, sk_FragCoord()); in onMakeProgramImpl()
|
/third_party/skia/include/sksl/ |
D | DSLType.h | 49 kFloat4_Type, enumerator
|
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 106 case kFloat4_Type: in get_type_from_type_constant()
|