Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkDSLRuntimeEffectTest.cpp124 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
137 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
153 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
169 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
181 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
192 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
213 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
224 Parameter p(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
234 Parameter p1(kInOut_Modifier, kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
239 Parameter p2(kFloat2_Type, "p"); in test_RuntimeEffect_Shaders()
[all …]
DSkSLDSLTest.cpp217 DSLVar y(kFloat2_Type, "y"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
535 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isBoolean()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
536 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isNumber()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
537 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isFloat()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
538 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isSigned()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
539 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isUnsigned()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
540 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isInteger()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
541 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isScalar()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
542 REPORTER_ASSERT(r, DSLType(kFloat2_Type).isVector()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
543 REPORTER_ASSERT(r, !DSLType(kFloat2_Type).isMatrix()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
[all …]
/third_party/skia/include/sksl/
DDSLType.h47 kFloat2_Type, enumerator
/third_party/skia/src/gpu/effects/
DGrGaussianConvolutionFragmentProcessor.cpp87 Var coord(kFloat2_Type, "coord", sk_SampleCoord()); in emitCode()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp102 case kFloat2_Type: in get_type_from_type_constant()