HomeSort by relevance Sort by last modified time
    Searched refs:ensureFSCoords2D (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentShaderBuilder.h 42 virtual SkString ensureFSCoords2D(const GrGLProcessor::TransformedCoordsArray& coords,
90 virtual SkString ensureFSCoords2D(const GrGLProcessor::TransformedCoordsArray& coords,
GrGLFragmentShaderBuilder.cpp 126 SkString GrGLFragmentShaderBuilder::ensureFSCoords2D(
  /external/skia/src/effects/
SkAlphaThresholdFilter.cpp 146 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
147 SkString maskCoords2D = builder->ensureFSCoords2D(coords, 1);
SkMagnifierImageFilter.cpp 127 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
SkMatrixConvolutionImageFilter.cpp 474 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
SkMorphologyImageFilter.cpp 354 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
  /external/chromium_org/third_party/skia/src/effects/
SkAlphaThresholdFilter.cpp 161 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
162 SkString maskCoords2D = fsBuilder->ensureFSCoords2D(coords, 1);
SkMagnifierImageFilter.cpp 142 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
SkMorphologyImageFilter.cpp 375 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.cpp 85 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
GrConvolutionEffect.cpp 75 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
GrTextureDomain.cpp 205 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
GrMatrixConvolutionEffect.cpp 88 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 56 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
GrConvolutionEffect.cpp 64 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
GrTextureDomain.cpp 179 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 278 SkString coords2D = builder->getFragmentShaderBuilder()->ensureFSCoords2D(coords, 0);
SkTwoPointConicalGradient_gpu.cpp 527 SkString coords2DString = fsBuilder->ensureFSCoords2D(coords, 0);
732 SkString coords2DString = fsBuilder->ensureFSCoords2D(coords, 0);
    [all...]
SkLinearGradient.cpp 562 SkString t = builder->getFragmentShaderBuilder()->ensureFSCoords2D(coords, 0);
SkRadialGradient.cpp 572 t.append(builder->getFragmentShaderBuilder()->ensureFSCoords2D(coords, 0));
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 267 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
SkTwoPointConicalGradient_gpu.cpp 514 SkString coords2DString = builder->ensureFSCoords2D(coords, 0);
722 SkString coords2DString = builder->ensureFSCoords2D(coords, 0);
    [all...]
SkLinearGradient.cpp 547 SkString t = builder->ensureFSCoords2D(coords, 0);
SkRadialGradient.cpp 559 t.append(builder->ensureFSCoords2D(coords, 0));
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 212 SkString ensureFSCoords2D(const TransformedCoordsArray&, int index);

Completed in 1188 milliseconds

1 2