Searched refs:coordsType (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.h28 CoordsType coordsType = kLocal_CoordsType) {
29 GrAssert(kLocal_CoordsType == coordsType || kPosition_CoordsType == coordsType);
30 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, GrTextureParams::kNone_FilterMode, coordsType)));
38 CoordsType coordsType = kLocal_CoordsType) {
39 GrAssert(kLocal_CoordsType == coordsType || kPosition_CoordsType == coordsType);
41 SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, filterMode, coordsType)));
48 CoordsType coordsType = kLocal_CoordsType) {
49 GrAssert(kLocal_CoordsType == coordsType || kPosition_CoordsTyp
75 GrSimpleTextureEffect(GrTexture* texture, const SkMatrix& matrix, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
83 GrSimpleTextureEffect(GrTexture* texture, const SkMatrix& matrix, const GrTextureParams& params, CoordsType coordsType) argument
[all...]
H A DGrSingleTextureEffect.cpp12 CoordsType coordsType)
15 , fCoordsType(coordsType) {
22 CoordsType coordsType)
25 , fCoordsType(coordsType) {
32 CoordsType coordsType)
35 , fCoordsType(coordsType) {
10 GrSingleTextureEffect(GrTexture* texture, const SkMatrix& m, CoordsType coordsType) argument
19 GrSingleTextureEffect(GrTexture* texture, const SkMatrix& m, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
29 GrSingleTextureEffect(GrTexture* texture, const SkMatrix& m, const GrTextureParams& params, CoordsType coordsType) argument
H A DGrSimpleTextureEffect.cpp20 GrEffect::CoordsType coordsType = local
21 drawEffect.castEffect<GrSimpleTextureEffect>().coordsType();
22 if (GrEffect::kCustom_CoordsType != coordsType) {
23 SkNEW_IN_TLAZY(&fEffectMatrix, GrGLEffectMatrix, (coordsType));
36 if (GrEffect::kCustom_CoordsType == ste.coordsType()) {
59 if (GrEffect::kCustom_CoordsType == ste.coordsType()) {
64 ste.coordsType(),
72 if (GrEffect::kCustom_CoordsType == ste.coordsType()) {
121 CoordsType coordsType = kCoordsTypes[random->nextULessThan(GR_ARRAY_COUNT(kCoordsTypes))]; local
123 if (kCustom_CoordsType == coordsType) {
[all...]
H A DGrTextureDomainEffect.cpp42 , fEffectMatrix(drawEffect.castEffect<GrTextureDomainEffect>().coordsType()) {
144 texDom.coordsType(),
157 CoordsType coordsType) {
180 coordsType)));
191 CoordsType coordsType)
192 : GrSingleTextureEffect(texture, matrix, filterMode, coordsType)
152 Create(GrTexture* texture, const SkMatrix& matrix, const SkRect& domain, WrapMode wrapMode, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
186 GrTextureDomainEffect(GrTexture* texture, const SkMatrix& matrix, const SkRect& domain, WrapMode wrapMode, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
H A DGrSingleTextureEffect.h27 CoordsType coordsType() const { return fCoordsType; } function in class:GrSingleTextureEffect
H A DGrConfigConversionEffect.cpp21 , fEffectMatrix(drawEffect.castEffect<GrConfigConversionEffect>().coordsType()) {
34 GrSLType coordsType = fEffectMatrix.emitCode(builder, key, &coords); variable
39 coordsType);
90 conv.coordsType(),
H A DGrConvolutionEffect.cpp56 , fEffectMatrix(drawEffect.castEffect<GrConvolutionEffect>().coordsType()) {
155 conv.coordsType(),
/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.h28 CoordsType coordsType = kLocal_CoordsType) {
29 GrAssert(kLocal_CoordsType == coordsType || kPosition_CoordsType == coordsType);
30 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, GrTextureParams::kNone_FilterMode, coordsType)));
38 CoordsType coordsType = kLocal_CoordsType) {
39 GrAssert(kLocal_CoordsType == coordsType || kPosition_CoordsType == coordsType);
41 SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, filterMode, coordsType)));
48 CoordsType coordsType = kLocal_CoordsType) {
49 GrAssert(kLocal_CoordsType == coordsType || kPosition_CoordsTyp
75 GrSimpleTextureEffect(GrTexture* texture, const SkMatrix& matrix, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
83 GrSimpleTextureEffect(GrTexture* texture, const SkMatrix& matrix, const GrTextureParams& params, CoordsType coordsType) argument
[all...]
H A DGrSingleTextureEffect.cpp12 CoordsType coordsType)
15 , fCoordsType(coordsType) {
22 CoordsType coordsType)
25 , fCoordsType(coordsType) {
32 CoordsType coordsType)
35 , fCoordsType(coordsType) {
10 GrSingleTextureEffect(GrTexture* texture, const SkMatrix& m, CoordsType coordsType) argument
19 GrSingleTextureEffect(GrTexture* texture, const SkMatrix& m, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
29 GrSingleTextureEffect(GrTexture* texture, const SkMatrix& m, const GrTextureParams& params, CoordsType coordsType) argument
H A DGrSimpleTextureEffect.cpp20 GrEffect::CoordsType coordsType = local
21 drawEffect.castEffect<GrSimpleTextureEffect>().coordsType();
22 if (GrEffect::kCustom_CoordsType != coordsType) {
23 SkNEW_IN_TLAZY(&fEffectMatrix, GrGLEffectMatrix, (coordsType));
36 if (GrEffect::kCustom_CoordsType == ste.coordsType()) {
59 if (GrEffect::kCustom_CoordsType == ste.coordsType()) {
64 ste.coordsType(),
72 if (GrEffect::kCustom_CoordsType == ste.coordsType()) {
121 CoordsType coordsType = kCoordsTypes[random->nextULessThan(GR_ARRAY_COUNT(kCoordsTypes))]; local
123 if (kCustom_CoordsType == coordsType) {
[all...]
H A DGrTextureDomainEffect.cpp42 , fEffectMatrix(drawEffect.castEffect<GrTextureDomainEffect>().coordsType()) {
144 texDom.coordsType(),
157 CoordsType coordsType) {
180 coordsType)));
191 CoordsType coordsType)
192 : GrSingleTextureEffect(texture, matrix, filterMode, coordsType)
152 Create(GrTexture* texture, const SkMatrix& matrix, const SkRect& domain, WrapMode wrapMode, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
186 GrTextureDomainEffect(GrTexture* texture, const SkMatrix& matrix, const SkRect& domain, WrapMode wrapMode, GrTextureParams::FilterMode filterMode, CoordsType coordsType) argument
H A DGrSingleTextureEffect.h27 CoordsType coordsType() const { return fCoordsType; } function in class:GrSingleTextureEffect
H A DGrConfigConversionEffect.cpp21 , fEffectMatrix(drawEffect.castEffect<GrConfigConversionEffect>().coordsType()) {
34 GrSLType coordsType = fEffectMatrix.emitCode(builder, key, &coords); variable
39 coordsType);
90 conv.coordsType(),
H A DGrConvolutionEffect.cpp56 , fEffectMatrix(drawEffect.castEffect<GrConvolutionEffect>().coordsType()) {
155 conv.coordsType(),
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLEffectMatrix.h61 GrGLEffectMatrix(CoordsType coordsType) argument
63 , fCoordsType(coordsType) {
64 GrAssert(GrEffect::kLocal_CoordsType == coordsType ||
65 GrEffect::kPosition_CoordsType == coordsType);
H A DGrGLEffectMatrix.cpp14 CoordsType coordsType,
19 if (GrEffect::kLocal_CoordsType == coordsType) {
12 GenKey(const SkMatrix& effectMatrix, const GrDrawEffect& drawEffect, CoordsType coordsType, const GrTexture* texture) argument
/external/skia/src/gpu/gl/
H A DGrGLEffectMatrix.h61 GrGLEffectMatrix(CoordsType coordsType) argument
63 , fCoordsType(coordsType) {
64 GrAssert(GrEffect::kLocal_CoordsType == coordsType ||
65 GrEffect::kPosition_CoordsType == coordsType);
H A DGrGLEffectMatrix.cpp14 CoordsType coordsType,
19 if (GrEffect::kLocal_CoordsType == coordsType) {
12 GenKey(const SkMatrix& effectMatrix, const GrDrawEffect& drawEffect, CoordsType coordsType, const GrTexture* texture) argument
/external/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp124 , fEffectMatrix(drawEffect.castEffect<GrMagnifierEffect>().coordsType()) {
194 zoom.coordsType(),
H A DSkBicubicImageFilter.cpp220 , fEffectMatrix(drawEffect.castEffect<GrBicubicEffect>().coordsType()) {
279 bicubic.coordsType(),
H A DSkMorphologyImageFilter.cpp316 , fEffectMatrix(drawEffect.castEffect<GrMorphologyEffect>().coordsType()) {
370 m.coordsType(),
H A DSkPerlinNoiseShader.cpp582 GrGLEffectMatrix::CoordsType coordsType() const { return GrEffect::kLocal_CoordsType; }
1221 , fEffectMatrix(drawEffect.castEffect<GrPerlinNoiseEffect>().coordsType()) {
1252 drawEffect.castEffect<GrPerlinNoiseEffect>().coordsType(), NULL);
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp124 , fEffectMatrix(drawEffect.castEffect<GrMagnifierEffect>().coordsType()) {
194 zoom.coordsType(),
H A DSkBicubicImageFilter.cpp220 , fEffectMatrix(drawEffect.castEffect<GrBicubicEffect>().coordsType()) {
279 bicubic.coordsType(),
H A DSkMorphologyImageFilter.cpp316 , fEffectMatrix(drawEffect.castEffect<GrMorphologyEffect>().coordsType()) {
370 m.coordsType(),

Completed in 278 milliseconds

12