Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp273 GrTextureProducer::FilterConstraint constraintMode; in draw_texture_producer() local
275 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
277 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in draw_texture_producer()
287 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect && in draw_texture_producer()
292 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
304 auto fp = producer->createFragmentProcessor(textureMatrix, src, constraintMode, in draw_texture_producer()