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

  /external/chromium_org/third_party/skia/src/gpu/
GrPaint.cpp 14 void GrPaint::addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) {
24 void GrPaint::addColorTextureEffect(GrTexture* texture,
GrDrawState.h 359 void addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) {
369 void addColorTextureEffect(GrTexture* texture,
    [all...]
GrContext.cpp 331 drawState->addColorTextureEffect(clampedTexture, SkMatrix::I(), params);
    [all...]
SkGpuDevice.cpp     [all...]
GrDrawTarget.cpp 945 this->drawState()->addColorTextureEffect(tex, matrix);
    [all...]
  /external/skia/src/gpu/
GrPaint.cpp 14 void GrPaint::addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) {
24 void GrPaint::addColorTextureEffect(GrTexture* texture,
GrDrawState.h 359 void addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) {
369 void addColorTextureEffect(GrTexture* texture,
    [all...]
GrContext.cpp 331 drawState->addColorTextureEffect(clampedTexture, SkMatrix::I(), params);
    [all...]
SkGpuDevice.cpp     [all...]
GrDrawTarget.cpp 945 this->drawState()->addColorTextureEffect(tex, matrix);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 115 void addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix);
118 void addColorTextureEffect(GrTexture* texture,
  /external/skia/include/gpu/
GrPaint.h 115 void addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix);
118 void addColorTextureEffect(GrTexture* texture,
  /external/chromium_org/third_party/skia/src/effects/
SkXfermodeImageFilter.cpp 146 paint.addColorTextureEffect(foregroundTex, foregroundMatrix);
152 backgroundPaint.addColorTextureEffect(backgroundTex, backgroundMatrix);
157 foregroundPaint.addColorTextureEffect(foregroundTex, foregroundMatrix);
SkGpuBlurUtils.cpp 181 paint.addColorTextureEffect(srcTexture, matrix, params);
245 paint.addColorTextureEffect(srcTexture, matrix, params);
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 146 paint.addColorTextureEffect(foregroundTex, foregroundMatrix);
152 backgroundPaint.addColorTextureEffect(backgroundTex, backgroundMatrix);
157 foregroundPaint.addColorTextureEffect(foregroundTex, foregroundMatrix);
SkGpuBlurUtils.cpp 181 paint.addColorTextureEffect(srcTexture, matrix, params);
245 paint.addColorTextureEffect(srcTexture, matrix, params);
  /external/skia/gm/
texdata.cpp 116 paint.addColorTextureEffect(texture, tm);

Completed in 263 milliseconds