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

  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 280 sk_sp<GrTextureProxy> colorProxy(color->asTextureProxyRef(context));
282 if (!colorProxy || !displProxy) {
290 GrPixelConfig colorConfig = colorProxy->config();
297 std::move(colorProxy),
522 sk_sp<GrTextureProxy> colorProxy = d->textureProxy(texIdxColor);
533 colorDimensions.fWidth = d->fRandom->nextRangeU(0, colorProxy->width());
534 colorDimensions.fHeight = d->fRandom->nextRangeU(0, colorProxy->height());
537 std::move(colorProxy), colorDimensions);
  /external/skqp/src/effects/
SkDisplacementMapEffect.cpp 280 sk_sp<GrTextureProxy> colorProxy(color->asTextureProxyRef(context));
282 if (!colorProxy || !displProxy) {
290 GrPixelConfig colorConfig = colorProxy->config();
297 std::move(colorProxy),
522 sk_sp<GrTextureProxy> colorProxy = d->textureProxy(texIdxColor);
533 colorDimensions.fWidth = d->fRandom->nextRangeU(0, colorProxy->width());
534 colorDimensions.fHeight = d->fRandom->nextRangeU(0, colorProxy->height());
537 std::move(colorProxy), colorDimensions);

Completed in 86 milliseconds