Home
last modified time | relevance | path

Searched defs:TestFP (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DProcessorTest.cpp148 class TestFP : public GrFragmentProcessor { class
169 TestFP(const TArray<GrSurfaceProxyView>& views) in TestFP() function in __anone1dad8710111::TestFP
176 TestFP(std::unique_ptr<GrFragmentProcessor> child) in TestFP() function in __anone1dad8710111::TestFP
181 explicit TestFP(const TestFP& that) : INHERITED(that) {} in TestFP() function in __anone1dad8710111::TestFP
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dfp_test.go1683 func TestFP(t *testing.T) { func