Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.h47 kLastContextType = kMock_ContextType enumerator
50 static const int kContextTypeCnt = kLastContextType + 1;
/external/skqp/tools/gpu/
DGrContextFactory.h46 kLastContextType = kMock_ContextType enumerator
49 static const int kContextTypeCnt = kLastContextType + 1;
/external/skqp/tests/
DGrContextFactoryTest.cpp38 for (int i = 0; i <= GrContextFactory::kLastContextType; ++i) { in DEF_GPUTEST()