HomeSort by relevance Sort by last modified time
    Searched refs:GrTexture (Results 101 - 125 of 241) sorted by null

1 2 3 45 6 7 8 910

  /external/skia/src/gpu/
GrContext.cpp 225 GrTexture* GrContext::findAndRefTexture(const GrTextureDesc& desc,
228 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID);
231 return static_cast<GrTexture*>(resource);
237 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID);
298 GrTexture* GrContext::createResizedTexture(const GrTextureDesc& desc,
303 SkAutoTUnref<GrTexture> clampedTexture(this->findAndRefTexture(desc, cacheID, NULL));
319 GrTexture* texture = fGpu->createTexture(rtDesc, NULL, 0);
360 SkDEBUGCODE(GrTexture* texture = )fGpu->createTexture(rtDesc, stretchedPixels.get(),
368 GrTexture* GrContext::createTexture(const GrTextureParams* params,
376 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageFilter.h 21 class GrTexture;
197 GrTexture*,
SkPixelRef.h 40 class GrTexture;
191 virtual GrTexture* getTexture() { return NULL; }
  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 39 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* background) const SK_OVERRIDE;
264 static GrEffectRef* Create(float k1, float k2, float k3, float k4, GrTexture* background) {
275 GrTexture* backgroundTexture() const { return fBackgroundAccess.getTexture(); }
287 GrArithmeticEffect(float k1, float k2, float k3, float k4, GrTexture* background);
300 GrTexture* background)
351 GrTexture* backgroundTex = drawEffect.castEffect<GrArithmeticEffect>().backgroundTexture();
399 GrTexture*[]) {
411 bool SkArithmeticMode_scalar::asNewEffect(GrEffectRef** effect, GrTexture* background) const {
SkDisplacementMapEffect.cpp 265 SkScalar scale, GrTexture* displacement, GrTexture* color) {
293 SkScalar scale, GrTexture* displacement, GrTexture* color);
316 GrTexture* color = colorBM.getTexture();
323 GrTexture* displacement = displacementBM.getTexture();
333 SkAutoTUnref<GrTexture> dst(ast.detach());
371 GrTexture* displacement,
372 GrTexture* color)
420 GrTexture* textures[])
    [all...]
SkGpuBlurUtils.cpp 45 GrTexture* texture,
63 GrTexture* texture,
115 GrTexture* GaussianBlur(GrContext* context,
116 GrTexture* srcTexture,
154 GrTexture* dstTexture = temp1.set(context, desc);
155 GrTexture* tempTexture = canClobberSrc ? srcTexture : temp2.set(context, desc);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrCustomCoordsTextureEffect.cpp 14 #include "GrTexture.h"
57 GrCustomCoordsTextureEffect::GrCustomCoordsTextureEffect(GrTexture* texture,
90 GrTexture* textures[]) {
GrDistanceFieldTextureEffect.cpp 14 #include "GrTexture.h"
68 GrDistanceFieldTextureEffect::GrDistanceFieldTextureEffect(GrTexture* texture,
101 GrTexture* textures[]) {
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
168 GrTexture* fTexture;
GrConvolutionEffect.cpp 108 GrTexture& texture = *conv.texture(0);
150 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture,
166 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture,
217 GrTexture* textures[]) {
GrSimpleTextureEffect.cpp 13 #include "GrTexture.h"
57 GrTexture* textures[]) {
  /external/skia/include/core/
SkImageFilter.h 21 class GrTexture;
197 GrTexture*,
SkPixelRef.h 40 class GrTexture;
191 virtual GrTexture* getTexture() { return NULL; }
  /external/skia/src/effects/
SkArithmeticMode.cpp 39 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* background) const SK_OVERRIDE;
264 static GrEffectRef* Create(float k1, float k2, float k3, float k4, GrTexture* background) {
275 GrTexture* backgroundTexture() const { return fBackgroundAccess.getTexture(); }
287 GrArithmeticEffect(float k1, float k2, float k3, float k4, GrTexture* background);
300 GrTexture* background)
351 GrTexture* backgroundTex = drawEffect.castEffect<GrArithmeticEffect>().backgroundTexture();
399 GrTexture*[]) {
411 bool SkArithmeticMode_scalar::asNewEffect(GrEffectRef** effect, GrTexture* background) const {
SkDisplacementMapEffect.cpp 265 SkScalar scale, GrTexture* displacement, GrTexture* color) {
293 SkScalar scale, GrTexture* displacement, GrTexture* color);
316 GrTexture* color = colorBM.getTexture();
323 GrTexture* displacement = displacementBM.getTexture();
333 SkAutoTUnref<GrTexture> dst(ast.detach());
371 GrTexture* displacement,
372 GrTexture* color)
420 GrTexture* textures[])
    [all...]
  /external/skia/src/gpu/effects/
GrCustomCoordsTextureEffect.cpp 14 #include "GrTexture.h"
57 GrCustomCoordsTextureEffect::GrCustomCoordsTextureEffect(GrTexture* texture,
90 GrTexture* textures[]) {
GrDistanceFieldTextureEffect.cpp 14 #include "GrTexture.h"
68 GrDistanceFieldTextureEffect::GrDistanceFieldTextureEffect(GrTexture* texture,
101 GrTexture* textures[]) {
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
168 GrTexture* fTexture;
GrConvolutionEffect.cpp 108 GrTexture& texture = *conv.texture(0);
150 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture,
166 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture,
217 GrTexture* textures[]) {
GrSimpleTextureEffect.cpp 13 #include "GrTexture.h"
57 GrTexture* textures[]) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.cpp 51 SkAutoTUnref<GrTexture> texture(gr->createUncachedTexture(desc, 0, 0));
  /external/chromium_org/third_party/skia/include/effects/
SkMatrixConvolutionImageFilter.h 75 GrTexture*,
  /external/skia/include/effects/
SkMatrixConvolutionImageFilter.h 75 GrTexture*,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 67 virtual bool canWriteTexturePixels(const GrTexture*, GrPixelConfig srcConfig) const SK_OVERRIDE;
123 virtual GrTexture* onCreateTexture(const GrTextureDesc& desc,
129 virtual GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&) SK_OVERRIDE;
149 virtual bool onWriteTexturePixels(GrTexture* texture,
441 SkTArray<GrTexture*, true> fHWBoundTextures;
  /external/skia/src/gpu/gl/
GrGpuGL.h 67 virtual bool canWriteTexturePixels(const GrTexture*, GrPixelConfig srcConfig) const SK_OVERRIDE;
123 virtual GrTexture* onCreateTexture(const GrTextureDesc& desc,
129 virtual GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&) SK_OVERRIDE;
149 virtual bool onWriteTexturePixels(GrTexture* texture,
441 SkTArray<GrTexture*, true> fHWBoundTextures;

Completed in 2222 milliseconds

1 2 3 45 6 7 8 910