Lines Matching defs:direct
365 // Test to direct raster backends (8888 and 565).
1027 // Test to direct raster backends (8888 and 565).
1557 auto direct = factory.getContextInfo(fContextType, fContextOverrides).directContext();
1559 initContext(direct);
1562 const int maxDimension = direct->priv().caps()->maxTextureSize();
1567 sk_sp<SkSurface> surface = this->createDstSurface(direct, src.size());
1575 Result result = src.draw(direct, surface->getCanvas());
1581 direct->priv().dumpCacheStats(log);
1582 direct->priv().dumpGpuStats(log);
1583 direct->priv().dumpContextStats(log);
1595 direct->storeVkPipelineCacheData();
1875 // bit by which thread possesses the direct context.