Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.cpp71 if (kDevice_GrCoordSet == coordType) { in emitTransforms()
112 SkASSERT(kDevice_GrCoordSet != coordTransforms[t]->sourceCoords()); in emitTransforms()
/external/skia/src/gpu/
DGrPrimitiveProcessor.cpp55 } else if (kDevice_GrCoordSet == coordTransform->sourceCoords()) { in getTransformKey()
DGrSWMaskHelper.cpp366 kDevice_GrCoordSet))->unref(); in DrawToTargetWithPathMask()
DGrBlurUtils.cpp39 kDevice_GrCoordSet))->unref(); in draw_mask()
DGrClipMaskManager.cpp48 kDevice_GrCoordSet); in create_fp_for_mask()
/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp66 kDevice_GrCoordSet in TestCreate()
DGrTextureDomain.cpp295 GrCoordSet coords = d->fRandom->nextBool() ? kLocal_GrCoordSet : kDevice_GrCoordSet; in TestCreate()
/external/skia/include/gpu/
DGrCoordTransform.h35 kDevice_GrCoordSet, enumerator
/external/skia/gm/
Ddcshader.cpp62 DCFP(const SkMatrix& m) : fDeviceTransform(kDevice_GrCoordSet, m) { in DCFP()