OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrTextureDomainEffect
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.cpp
201
const
GrTextureDomainEffect
& textureDomainEffect = fp.cast<
GrTextureDomainEffect
>();
211
const
GrTextureDomainEffect
& textureDomainEffect = processor.cast<
GrTextureDomainEffect
>();
218
const GrTextureDomain& domain = processor.cast<
GrTextureDomainEffect
>().textureDomain();
225
GrFragmentProcessor*
GrTextureDomainEffect
::Create(GrTexture* texture,
237
return SkNEW_ARGS(
GrTextureDomainEffect
, (texture,
246
GrTextureDomainEffect
::
GrTextureDomainEffect
(GrTexture* texture,
258
GrTextureDomainEffect
::~GrTextureDomainEffect()
[
all
...]
GrTextureDomain.h
145
class
GrTextureDomainEffect
: public GrSingleTextureEffect {
155
virtual ~
GrTextureDomainEffect
();
170
GrTextureDomainEffect
(GrTexture*,
/external/chromium_org/third_party/skia/gm/
texturedomaineffect.cpp
24
* This GM directly exercises
GrTextureDomainEffect
.
126
GrTextureDomainEffect
::Create(texture, textureMatrices[tm],
/external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp
200
SkAutoTUnref<GrFragmentProcessor> fp(
GrTextureDomainEffect
::Create(
/external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp
55
GrTextureDomainEffect
::Create(result,
480
GrTextureDomainEffect
::Create(srcMask,
[
all
...]
SkGpuDevice.cpp
[
all
...]
Completed in 113 milliseconds