Home
last modified time | relevance | path

Searched refs:colorProxy (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/
DSkDisplacementMapEffect.cpp279 sk_sp<GrTextureProxy> colorProxy(color->asTextureProxyRef(context)); in onFilterImage() local
281 if (!colorProxy || !displProxy) { in onFilterImage()
297 std::move(colorProxy), in onFilterImage()
496 sk_sp<GrTextureProxy> colorProxy = d->textureProxy(texIdxColor); in TestCreate() local
507 colorDimensions.fWidth = d->fRandom->nextRangeU(0, colorProxy->width()); in TestCreate()
508 colorDimensions.fHeight = d->fRandom->nextRangeU(0, colorProxy->height()); in TestCreate()
512 std::move(colorProxy), colorSpaceXform, in TestCreate()