Home
last modified time | relevance | path

Searched defs:GrContextFactory (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrContextFactory.cpp26 GrContextFactory::GrContextFactory() { } in GrContextFactory() function in GrContextFactory
28 GrContextFactory::GrContextFactory(const GrContextOptions& opts) in GrContextFactory() function in GrContextFactory
/external/skia/dm/
DDMGpuSupport.h64 GrContextFactory() {}; in GrContextFactory() function
65 explicit GrContextFactory(const GrContextOptions&) {} in GrContextFactory() function
92 static inline SkSurface* NewGpuSurface(GrContextFactory*, in NewGpuSurface() argument
/external/skia/tests/
DTest.h15 class GrContextFactory; variable