Home | History | Annotate | Download | only in tests

Lines Matching refs:inputs

22                  const char* expected, SkSL::Program::Inputs* inputs,
31 *inputs = program->fInputs;
47 SkSL::Program::Inputs inputs;
48 test(r, src, settings, expected, &inputs, kind);
947 SkSL::Program::Inputs inputs;
957 &inputs);
958 REPORTER_ASSERT(r, !inputs.fRTHeight);
971 &inputs);
972 REPORTER_ASSERT(r, !inputs.fRTHeight);
987 &inputs);
988 REPORTER_ASSERT(r, inputs.fRTHeight);
999 &inputs);
1000 REPORTER_ASSERT(r, !inputs.fRTHeight);