Home
last modified time | relevance | path

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

/external/skia/tests/
DGLProgramsTest.cpp63 class BigKeyProcessor : public GrFragmentProcessor { class
66 GR_CREATE_STATIC_PROCESSOR(gBigKeyProcessor, BigKeyProcessor, ()) in Create()
82 BigKeyProcessor() { in BigKeyProcessor() function in BigKeyProcessor
83 this->initClassID<BigKeyProcessor>(); in BigKeyProcessor()
93 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(BigKeyProcessor);
95 GrFragmentProcessor* BigKeyProcessor::TestCreate(SkRandom*, in TestCreate()
99 return BigKeyProcessor::Create(); in TestCreate()