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

1 2 3

  /external/skia/src/gpu/
GrProcessor.cpp 133 void GrResourceIOProcessor::addTextureSampler(const TextureSampler* access) {
186 if (this->textureSampler(i) != that.textureSampler(i)) {
200 GrResourceIOProcessor::TextureSampler::TextureSampler() {}
202 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy,
207 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy,
214 void GrResourceIOProcessor::TextureSampler::reset(sk_sp<GrTextureProxy> proxy
    [all...]
GrProcessor.h 200 class TextureSampler;
207 const TextureSampler& textureSampler(int index) const { return *fTextureSamplers[index]; }
224 * TextureSampler and/or BufferAccess instances are typically member fields of the GrProcessor
227 void addTextureSampler(const TextureSampler*);
238 SkSTArray<4, const TextureSampler*, true> fTextureSamplers;
249 class GrResourceIOProcessor::TextureSampler {
254 TextureSampler();
260 explicit TextureSampler(const TextureSampler& that
    [all...]
  /external/skqp/src/gpu/
GrProcessor.cpp 133 void GrResourceIOProcessor::addTextureSampler(const TextureSampler* access) {
186 if (this->textureSampler(i) != that.textureSampler(i)) {
200 GrResourceIOProcessor::TextureSampler::TextureSampler() {}
202 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy,
207 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy,
214 void GrResourceIOProcessor::TextureSampler::reset(sk_sp<GrTextureProxy> proxy
    [all...]
GrProcessor.h 226 class TextureSampler;
233 const TextureSampler& textureSampler(int index) const { return *fTextureSamplers[index]; }
250 * TextureSampler and/or BufferAccess instances are typically member fields of the GrProcessor
253 void addTextureSampler(const TextureSampler*);
264 SkSTArray<4, const TextureSampler*, true> fTextureSamplers;
275 class GrResourceIOProcessor::TextureSampler {
280 TextureSampler();
286 explicit TextureSampler(const TextureSampler& that
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCClipProcessor.h 35 const TextureSampler fAtlasAccess;
GrCCPathProcessor.h 84 const TextureSampler fAtlasAccess;
  /external/skqp/src/gpu/ccpr/
GrCCClipProcessor.h 35 const TextureSampler fAtlasAccess;
GrCCPathProcessor.h 84 const TextureSampler fAtlasAccess;
  /external/skia/src/gpu/effects/
GrYUVtoRGBEffect.h 70 TextureSampler fYSampler;
72 TextureSampler fUSampler;
74 TextureSampler fVSampler;
GrBicubicEffect.h 75 TextureSampler fTextureSampler;
GrBitmapTextGeoProc.h 64 TextureSampler fTextureSamplers[kMaxTextures];
GrGaussianConvolutionFragmentProcessor.h 78 TextureSampler fTextureSampler;
GrMagnifierEffect.h 54 TextureSampler fSrc;
GrTextureDomain.h 177 TextureSampler fTextureSampler;
221 TextureSampler fTextureSampler;
GrMatrixConvolutionEffect.h 78 TextureSampler fTextureSampler;
  /external/skqp/src/gpu/effects/
GrYUVtoRGBEffect.h 70 TextureSampler fYSampler;
72 TextureSampler fUSampler;
74 TextureSampler fVSampler;
GrBicubicEffect.h 75 TextureSampler fTextureSampler;
GrBitmapTextGeoProc.h 62 TextureSampler fTextureSamplers[kMaxTextures];
GrGaussianConvolutionFragmentProcessor.h 78 TextureSampler fTextureSampler;
GrMagnifierEffect.h 54 TextureSampler fSrc;
GrTextureDomain.h 177 TextureSampler fTextureSampler;
221 TextureSampler fTextureSampler;
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.h 47 TextureSampler fBlurProfileSampler;
GrAlphaThresholdFragmentProcessor.h 51 TextureSampler fMask;
  /external/skqp/src/effects/
GrCircleBlurFragmentProcessor.h 47 TextureSampler fBlurProfileSampler;
GrAlphaThresholdFragmentProcessor.h 51 TextureSampler fMask;

Completed in 633 milliseconds

1 2 3