Searched defs:p3dctx (Results 1 - 2 of 2) sorted by last modified time

/external/skia/include/gpu/
H A DGrContextFactory.h162 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glInterface.get()); local
163 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx));
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h179 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glInterface.get()); local
180 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, &fGlobalOptions));

Completed in 92 milliseconds