Lines Matching refs:TestCreate
41 /** GrProcessorTestData is an argument struct to TestCreate functions
44 * specific backend API. TestCreate functions are also free to create additional textures using
133 static GrGeometryProcessor* TestCreate(GrProcessorTestData*);
137 static std::unique_ptr<GrFragmentProcessor> TestCreate(GrProcessorTestData*);
145 * GrProcessor* TestCreate(GrProcessorTestData*);
148 GrFragmentProcessorTestFactory Effect::gTestFactory(Effect::TestCreate, #Effect)
151 GrGeometryProcessorTestFactory Effect::gTestFactory(Effect::TestCreate, #Effect)
158 // The unit test relies on static initializers. Just declare the TestCreate function so that
161 static std::unique_ptr<GrFragmentProcessor> TestCreate(GrProcessorTestData*);
164 // The unit test relies on static initializers. Just declare the TestCreate function so that
167 static GrGeometryProcessor* TestCreate(GrProcessorTestData*);