Searched defs:textureProxy (Results 1 - 14 of 14) sorted by relevance

/external/skqp/src/gpu/
H A DGrTextureProxyPriv.h32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} argument
H A DGrTextureProxyCacheAccess.h26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} argument
H A DGrTextureContext.cpp22 sk_sp<GrTextureProxy> textureProxy,
26 : GrSurfaceContext(context, drawingMgr, textureProxy->config(), std::move(colorSpace),
28 , fTextureProxy(std::move(textureProxy))
20 GrTextureContext(GrContext* context, GrDrawingManager* drawingMgr, sk_sp<GrTextureProxy> textureProxy, sk_sp<SkColorSpace> colorSpace, GrAuditTrail* auditTrail, GrSingleOwner* singleOwner) argument
H A DGrProcessorUnitTest.h69 sk_sp<GrTextureProxy> textureProxy(int index) { return fProxies[index]; } function in struct:GrProcessorTestData
H A DGrDrawingManager.cpp371 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { argument
382 textureProxy,
385 SkASSERT(textureProxy->getLastOpList() == opList.get());
494 sk_sp<GrTextureProxy> textureProxy(sk_ref_sp(sProxy->asTextureProxy()));
496 return sk_sp<GrTextureContext>(new GrTextureContext(fContext, this, std::move(textureProxy),
/external/skia/src/gpu/
H A DGrTextureProxyCacheAccess.h26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} argument
H A DGrTextureProxyPriv.h35 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} argument
H A DGrTextureContext.cpp22 sk_sp<GrTextureProxy> textureProxy,
26 : GrSurfaceContext(context, drawingMgr, textureProxy->config(), std::move(colorSpace),
28 , fTextureProxy(std::move(textureProxy))
20 GrTextureContext(GrContext* context, GrDrawingManager* drawingMgr, sk_sp<GrTextureProxy> textureProxy, sk_sp<SkColorSpace> colorSpace, GrAuditTrail* auditTrail, GrSingleOwner* singleOwner) argument
H A DGrProcessorUnitTest.h69 sk_sp<GrTextureProxy> textureProxy(int index) { return fProxies[index]; } function in struct:GrProcessorTestData
H A DGrDrawingManager.cpp401 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { argument
412 textureProxy,
415 SkASSERT(textureProxy->getLastOpList() == opList.get());
508 sk_sp<GrTextureProxy> textureProxy(sk_ref_sp(sProxy->asTextureProxy()));
510 return sk_sp<GrTextureContext>(new GrTextureContext(fContext, this, std::move(textureProxy),
/external/skia/src/gpu/ccpr/
H A DGrCCAtlas.h46 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } function in class:GrCCAtlas
/external/skqp/src/gpu/ccpr/
H A DGrCCAtlas.h48 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } function in class:GrCCAtlas
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp383 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx);
435 sk_sp<GrTextureProxy> textureProxy,
466 apply_morphology_rect(renderTargetContext, clip, std::move(textureProxy),
470 apply_morphology_rect(renderTargetContext, clip, textureProxy,
472 apply_morphology_rect(renderTargetContext, clip, textureProxy,
474 apply_morphology_rect_no_bounds(renderTargetContext, clip, std::move(textureProxy),
433 apply_morphology_pass(GrRenderTargetContext* renderTargetContext, const GrClip& clip, sk_sp<GrTextureProxy> textureProxy, const SkIRect& srcRect, const SkIRect& dstRect, int radius, GrMorphologyEffect::Type morphType, GrMorphologyEffect::Direction direction) argument
/external/skqp/src/effects/
H A DSkMorphologyImageFilter.cpp383 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx);
435 sk_sp<GrTextureProxy> textureProxy,
466 apply_morphology_rect(renderTargetContext, clip, std::move(textureProxy),
470 apply_morphology_rect(renderTargetContext, clip, textureProxy,
472 apply_morphology_rect(renderTargetContext, clip, textureProxy,
474 apply_morphology_rect_no_bounds(renderTargetContext, clip, std::move(textureProxy),
433 apply_morphology_pass(GrRenderTargetContext* renderTargetContext, const GrClip& clip, sk_sp<GrTextureProxy> textureProxy, const SkIRect& srcRect, const SkIRect& dstRect, int radius, GrMorphologyEffect::Type morphType, GrMorphologyEffect::Direction direction) argument

Completed in 250 milliseconds