HomeSort by relevance Sort by last modified time
    Searched refs:contextPriv (Results 1 - 24 of 24) sorted by null

  /external/skia/src/gpu/
GrContextPriv.h 82 inline GrContextPriv GrContext::contextPriv() { return GrContextPriv(this); }
84 inline const GrContextPriv GrContext::contextPriv () const {
GrRenderTarget.cpp 39 context->contextPriv().makeWrappedRenderTargetContext(sk_ref_sp(this), nullptr));
GrSurfaceProxy.cpp 255 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext(
278 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext(
GrSWMaskHelper.cpp 107 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeDeferredSurfaceContext(
GrYUVProvider.cpp 110 yuvTextureContexts[i] = ctx->contextPriv().makeDeferredSurfaceContext(yuvDesc, fit,
GrBlurUtils.cpp 92 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeDeferredSurfaceContext(
GrClipStackClip.cpp 134 context->contextPriv().drawingManager()->getPathRenderer(canDrawArgs, false, type);
GrContext.cpp 370 this->contextPriv().makeWrappedRenderTargetContext(sk_ref_sp(renderTarget),
806 this->contextPriv().makeWrappedRenderTargetContext(sk_ref_sp(tex->asRenderTarget()),
    [all...]
GrReducedClip.cpp     [all...]
  /external/skia/src/image/
SkSurface_Gpu.cpp 111 sk_sp<GrSurfaceContext> copyCtx = ctx->contextPriv().makeDeferredSurfaceContext(
230 sk_sp<GrRenderTargetContext> rtc(context->contextPriv().makeBackendTextureRenderTargetContext(
258 context->contextPriv().makeBackendRenderTargetRenderTargetContext(desc,
286 context->contextPriv().makeBackendTextureAsRenderTargetRenderTargetContext(
SkImage_Gpu.cpp 84 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext(
198 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext(
228 sk_sp<GrSurfaceContext> sContext(fContext->contextPriv().makeDeferredSurfaceContext(
    [all...]
  /external/skia/tests/
EGLImageTest.cpp 138 sk_sp<GrSurfaceContext> surfaceContext = context0->contextPriv().makeBackendSurfaceContext(
151 sk_sp<GrSurfaceContext> temp = context0->contextPriv().makeBackendSurfaceContext(
162 sk_sp<GrSurfaceContext> temp = context0->contextPriv().makeBackendSurfaceContext(
CopySurfaceTest.cpp 94 context->contextPriv().makeWrappedSurfaceContext(std::move(dst),
ReadWriteAlphaTest.cpp 67 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(
RectangleTextureTest.cpp 150 sk_sp<GrSurfaceContext> rectContext = context->contextPriv().makeWrappedSurfaceContext(
GLProgramsTest.cpp 286 GrDrawingManager* drawingManager = context->contextPriv().drawingManager();
PreFlushCallbackTest.cpp 548 context->contextPriv().addPreFlushCallbackObject(object);
SurfaceTest.cpp 683 return context->contextPriv().makeWrappedSurfaceContext(std::move(proxy),
    [all...]
  /external/skia/include/gpu/
GrContext.h 382 GrContextPriv contextPriv();
383 const GrContextPriv contextPriv() const;
  /external/skia/gm/
texdata.cpp 101 sk_sp<GrSurfaceContext> tContext = context->contextPriv().makeWrappedSurfaceContext(
image_pict.cpp 253 sk_sp<GrSurfaceContext> dstContext(fCtx->contextPriv().makeDeferredSurfaceContext(
  /external/skia/src/core/
SkImageCacherator.cpp 249 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(
584 if (!ctx->contextPriv().disableGpuYUVConversion()) {
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 226 fTexContext = fDesc.fContext->contextPriv().makeWrappedSurfaceContext(std::move(proxy),
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.cpp 133 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(

Completed in 762 milliseconds