HomeSort by relevance Sort by last modified time
    Searched defs:GrSingleTextureEffect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrSingleTextureEffect.cpp 8 #include "effects/GrSingleTextureEffect.h"
10 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
19 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
29 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
39 GrSingleTextureEffect::~GrSingleTextureEffect() {
GrSingleTextureEffect.h 21 class GrSingleTextureEffect : public GrEffect {
23 virtual ~GrSingleTextureEffect();
27 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrCoordSet = kLocal_GrCoordSet);
29 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrTextureParams::FilterMode filterMode,
31 GrSingleTextureEffect(GrTexture*,
39 bool hasSameTextureParamsMatrixAndSourceCoords(const GrSingleTextureEffect& other) const {
  /external/skia/src/gpu/effects/
GrSingleTextureEffect.cpp 8 #include "effects/GrSingleTextureEffect.h"
10 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
19 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
29 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
39 GrSingleTextureEffect::~GrSingleTextureEffect() {
GrSingleTextureEffect.h 21 class GrSingleTextureEffect : public GrEffect {
23 virtual ~GrSingleTextureEffect();
27 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrCoordSet = kLocal_GrCoordSet);
29 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrTextureParams::FilterMode filterMode,
31 GrSingleTextureEffect(GrTexture*,
39 bool hasSameTextureParamsMatrixAndSourceCoords(const GrSingleTextureEffect& other) const {

Completed in 55 milliseconds