Home
last modified time | relevance | path

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

/external/skqp/dm/
DDMSrcSink.h404 class GPUPersistentCacheTestingSink : public GPUSink {
406 GPUPersistentCacheTestingSink(sk_gpu_test::GrContextFactory::ContextType,
DDMSrcSink.cpp1562 GPUPersistentCacheTestingSink::GPUPersistentCacheTestingSink( in GPUPersistentCacheTestingSink() function in DM::GPUPersistentCacheTestingSink
1576 Error GPUPersistentCacheTestingSink::draw(const Src& src, SkBitmap* dst, SkWStream* wStream, in draw()
DDM.cpp880 return new GPUPersistentCacheTestingSink( in create_sink()
/external/skia/dm/
DDMSrcSink.h442 class GPUPersistentCacheTestingSink : public GPUSink {
444 GPUPersistentCacheTestingSink(const SkCommandLineConfigGpu*, const GrContextOptions&);
DDMSrcSink.cpp1626 GPUPersistentCacheTestingSink::GPUPersistentCacheTestingSink(const SkCommandLineConfigGpu* config, in GPUPersistentCacheTestingSink() function in DM::GPUPersistentCacheTestingSink
1631 Result GPUPersistentCacheTestingSink::draw(const Src& src, SkBitmap* dst, SkWStream* wStream, in draw()
DDM.cpp961 return new GPUPersistentCacheTestingSink(gpuConfig, grCtxOptions); in create_sink()