Searched refs:grCtx (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/gpu/
H A DGrContextFactory.h117 SkAutoTUnref<GrContext> grCtx; local
163 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx));
164 if (!grCtx.get()) {
170 ctx.fGrContext = grCtx.get();
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h134 SkAutoTUnref<GrContext> grCtx; local
180 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, &fGlobalOptions));
181 if (!grCtx.get()) {
187 ctx.fGrContext = grCtx.get();
/external/skia/tests/
H A DWritePixelsTest.cpp301 static SkBaseDevice* createDevice(const CanvasConfig& c, GrContext* grCtx) { argument
331 GrAutoScratchTexture ast(grCtx, desc, GrContext::kExact_ScratchTexMatch);
333 return new SkGpuDevice(grCtx, tex);
/external/chromium_org/third_party/skia/tests/
H A DWritePixelsTest.cpp299 static SkSurface* create_surface(const CanvasConfig& c, GrContext* grCtx) { argument
322 GrAutoScratchTexture ast(grCtx, desc, GrContext::kExact_ScratchTexMatch);

Completed in 1008 milliseconds