Searched defs:GrDrawTargetCaps (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.cpp58 const GrDrawTargetCaps&,
56 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrCustomCoordsTextureEffect.cpp95 const GrDrawTargetCaps&,
93 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrDitherEffect.cpp62 const GrDrawTargetCaps&,
60 TestCreate(SkRandom*, GrContext*, const GrDrawTargetCaps&, GrTexture*[]) argument
H A DGrBicubicEffect.cpp182 const GrDrawTargetCaps&,
180 TestCreate(SkRandom* random, GrContext* context, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrConfigConversionEffect.cpp140 const GrDrawTargetCaps&,
138 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrConvolutionEffect.cpp219 const GrDrawTargetCaps&,
217 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrDistanceFieldTextureEffect.cpp229 const GrDrawTargetCaps&,
499 const GrDrawTargetCaps&,
227 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
497 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrTextureDomain.cpp286 const GrDrawTargetCaps&,
284 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrMatrixConvolutionEffect.cpp246 const GrDrawTargetCaps&,
244 TestCreate(SkRandom* random, GrContext* context, const GrDrawTargetCaps&, GrTexture* textures[]) argument
/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.cpp56 const GrDrawTargetCaps&,
54 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrCustomCoordsTextureEffect.cpp89 const GrDrawTargetCaps&,
87 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrDitherEffect.cpp60 const GrDrawTargetCaps&,
58 TestCreate(SkRandom*, GrContext*, const GrDrawTargetCaps&, GrTexture*[]) argument
H A DGrBicubicEffect.cpp170 const GrDrawTargetCaps&,
168 TestCreate(SkRandom* random, GrContext* context, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrConfigConversionEffect.cpp123 const GrDrawTargetCaps&,
121 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrConvolutionEffect.cpp216 const GrDrawTargetCaps&,
214 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrDistanceFieldTextureEffect.cpp214 const GrDrawTargetCaps&,
473 const GrDrawTargetCaps&,
212 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
471 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrTextureDomain.cpp260 const GrDrawTargetCaps&,
258 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTargetCaps.h18 class GrDrawTargetCaps : public SkRefCnt { class in inherits:SkRefCnt
20 SK_DECLARE_INST_COUNT(GrDrawTargetCaps)
22 GrDrawTargetCaps() : fUniqueID(CreateUniqueID()) { function in class:GrDrawTargetCaps
25 GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED(), fUniqueID(CreateUniqueID()) { function in class:GrDrawTargetCaps
28 GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
85 * Gets an id that is unique for this GrDrawTargetCaps object. It is static in that it does
86 * not change when the content of the GrDrawTargetCaps object changes. This will never return
/external/skia/src/gpu/
H A DGrDrawTargetCaps.h18 class GrDrawTargetCaps : public SkRefCnt { class in inherits:SkRefCnt
22 GrDrawTargetCaps() { this->reset(); } function in class:GrDrawTargetCaps
23 GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() { *this = other; } function in class:GrDrawTargetCaps
24 GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorFilters.cpp402 const GrDrawTargetCaps&,
400 TestCreate(SkRandom* rand, GrContext*, const GrDrawTargetCaps&, GrTexture*[]) argument
H A DSkColorMatrixFilter.cpp483 const GrDrawTargetCaps&,
481 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* dummyTextures[2]) argument
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp201 const GrDrawTargetCaps&,
199 TestCreate(SkRandom* random, GrContext* context, const GrDrawTargetCaps&, GrTexture** textures) argument
H A DSkColorFilters.cpp402 const GrDrawTargetCaps&,
400 TestCreate(SkRandom* rand, GrContext*, const GrDrawTargetCaps&, GrTexture*[]) argument
H A DSkColorMatrixFilter.cpp474 const GrDrawTargetCaps&,
472 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* dummyTextures[2]) argument
H A DSkTableColorFilter.cpp383 const GrDrawTargetCaps&,
381 TestCreate(SkRandom* random, GrContext* context, const GrDrawTargetCaps&, GrTexture* textures[]) argument

Completed in 177 milliseconds

123