Home
last modified time | relevance | path

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

/external/skia/tests/
DGLProgramsTest.cpp68 class BigKeyProcessor : public GrFragmentProcessor { class
71 return new BigKeyProcessor; in Create()
81 BigKeyProcessor() { in BigKeyProcessor() function in BigKeyProcessor
82 this->initClassID<BigKeyProcessor>(); in BigKeyProcessor()
96 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(BigKeyProcessor);
98 const GrFragmentProcessor* BigKeyProcessor::TestCreate(GrProcessorTestData*) { in TestCreate()
99 return BigKeyProcessor::Create(); in TestCreate()