/external/skqp/src/gpu/ccpr/ |
D | GrCCClipPath.cpp | 30 GrTextureProxy* textureProxy = fAtlas ? fAtlas->textureProxy() : nullptr; in init() local 31 if (!textureProxy || !textureProxy->instantiate(resourceProvider)) { in init() 37 SkASSERT(kTopLeft_GrSurfaceOrigin == textureProxy->origin()); in init() 39 fAtlasScale = {1.f / textureProxy->width(), 1.f / textureProxy->height()}; in init() 44 return sk_ref_sp(textureProxy->peekTexture()); in init()
|
D | GrCCAtlas.h | 57 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
|
/external/skia/src/gpu/ |
D | GrRenderTask.cpp | 81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local 82 if (textureProxy && GrMipmapped::kYes == textureProxy->mipmapped()) { in makeClosed() 83 textureProxy->markMipmapsDirty(); in makeClosed() 168 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local 170 SkASSERT(textureProxy); in addDependency() 171 if (GrMipmapped::kYes != textureProxy->mipmapped()) { in addDependency() 175 } else if (textureProxy->mipmapsAreDirty()) { in addDependency() 197 if (textureProxy && textureProxy->texPriv().isDeferred()) { in addDependency() 198 SkASSERT(fTextureResolveTask->fDeferredProxies.back() == textureProxy); in addDependency() 206 if (textureProxy) { in addDependency() [all …]
|
D | GrTextureResolveRenderTask.cpp | 39 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local 40 SkASSERT(GrMipmapped::kYes == textureProxy->mipmapped()); in addProxy() 41 SkASSERT(textureProxy->mipmapsAreDirty()); in addProxy() 42 textureProxy->markMipmapsClean(); in addProxy()
|
D | GrTextureProxyPriv.h | 32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv() argument
|
D | GrTextureProxyCacheAccess.h | 26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess() argument
|
D | GrOnFlushResourceProvider.cpp | 47 void GrOnFlushResourceProvider::addTextureResolveTask(sk_sp<GrTextureProxy> textureProxy, in addTextureResolveTask() argument 52 if (GrRenderTask* renderTask = fDrawingMgr->getLastRenderTask(textureProxy.get())) { in addTextureResolveTask() 57 task->addProxy(fDrawingMgr, std::move(textureProxy), resolveFlags, *this->caps()); in addTextureResolveTask()
|
D | GrDrawingManager.cpp | 483 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local 484 if (textureProxy->mipmapsAreDirty()) { in resolve_and_mipmap() 485 SkASSERT(textureProxy->peekTexture()); in resolve_and_mipmap() 486 gpu->regenerateMipMapLevels(textureProxy->peekTexture()); in resolve_and_mipmap() 487 textureProxy->markMipmapsClean(); in resolve_and_mipmap()
|
D | GrDynamicAtlas.h | 58 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
|
/external/skqp/src/gpu/ |
D | GrTextureContext.cpp | 22 sk_sp<GrTextureProxy> textureProxy, in GrTextureContext() argument 26 : GrSurfaceContext(context, drawingMgr, textureProxy->config(), std::move(colorSpace), in GrTextureContext() 28 , fTextureProxy(std::move(textureProxy)) in GrTextureContext()
|
D | GrTextureProxyCacheAccess.h | 26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess() argument
|
D | GrTextureProxyPriv.h | 32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv() argument
|
D | GrOpList.cpp | 122 if (GrTextureProxy* textureProxy = dependedOn->asTextureProxy()) { in addDependency() local 123 if (textureProxy->texPriv().isDeferred()) { in addDependency() 124 fDeferredProxies.push_back(textureProxy); in addDependency()
|
D | GrDrawingManager.cpp | 605 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { in newTextureOpList() argument 615 if (GrOpList* lastOpList = textureProxy->getLastOpList()) { in newTextureOpList() 629 textureProxy, in newTextureOpList() 632 SkASSERT(textureProxy->getLastOpList() == opList.get()); in newTextureOpList() 743 sk_sp<GrTextureProxy> textureProxy(sk_ref_sp(sProxy->asTextureProxy())); in makeTextureContext() local 745 return sk_sp<GrTextureContext>(new GrTextureContext(fContext, this, std::move(textureProxy), in makeTextureContext()
|
D | GrDrawingManager.h | 54 sk_sp<GrTextureOpList> newTextureOpList(GrTextureProxy* textureProxy);
|
D | GrProcessorUnitTest.h | 69 sk_sp<GrTextureProxy> textureProxy(int index) { return fProxies[index]; } in textureProxy() function
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 189 assign_atlas_textures(retiredAtlas->textureProxy()->peekTexture(), nextPathToAssign, in preFlush() 197 assign_atlas_textures(atlas->textureProxy()->peekTexture(), nextPathToAssign, end); in preFlush()
|
/external/skqp/src/effects/imagefilters/ |
D | SkMorphologyImageFilter.cpp | 371 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx); in TestCreate() 419 sk_sp<GrTextureProxy> textureProxy, in apply_morphology_pass() argument 450 apply_morphology_rect(renderTargetContext, clip, std::move(textureProxy), in apply_morphology_pass() 454 apply_morphology_rect(renderTargetContext, clip, textureProxy, in apply_morphology_pass() 456 apply_morphology_rect(renderTargetContext, clip, textureProxy, in apply_morphology_pass() 458 apply_morphology_rect_no_bounds(renderTargetContext, clip, std::move(textureProxy), in apply_morphology_pass()
|
/external/skqp/src/gpu/effects/ |
D | GrSimpleTextureEffect.cpp | 86 return GrSimpleTextureEffect::Make(testData->textureProxy(texIdx), matrix, params); in TestCreate()
|
D | GrGaussianConvolutionFragmentProcessor.cpp | 279 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx); in TestCreate() 299 d->textureProxy(texIdx), in TestCreate()
|
D | GrSimpleTextureEffect.fp | 75 return GrSimpleTextureEffect::Make(testData->textureProxy(texIdx), matrix, params);
|
D | GrAlphaThresholdFragmentProcessor.fp | 64 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx);
|
D | GrAlphaThresholdFragmentProcessor.cpp | 110 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx); in TestCreate()
|
D | GrMagnifierEffect.fp | 72 sk_sp<GrTextureProxy> proxy = d->textureProxy(0);
|
/external/skqp/tools/gpu/ |
D | GrTest.cpp | 311 const GrTextureProxy* proxy = fCopyAtlasStack.front().textureProxy(); in testingOnly_frontCopyAtlasTexture() 319 const GrTextureProxy* proxy = fRenderedAtlasStack.front().textureProxy(); in testingOnly_frontRenderedAtlasTexture()
|