/external/skia/src/effects/ |
SkBlurImageFilter.cpp | 227 GrTexture* source = input.getTexture(); 233 SkAutoTUnref<GrTexture> tex(SkGpuBlurUtils::GaussianBlur(source->getContext(),
|
SkMatrixConvolutionImageFilter.cpp | 19 #include "GrTexture.h" 316 static GrEffectRef* Create(GrTexture* texture, 359 GrMatrixConvolutionEffect(GrTexture*, 535 GrTexture& texture = *conv.texture(0); 560 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTexture* texture, 615 GrTexture* textures[]) { 647 GrTexture* texture,
|
SkPerlinNoiseShader.cpp | 641 GrTexture* permutationsTexture, GrTexture* noiseTexture, 670 GrTexture* permutationsTexture, GrTexture* noiseTexture, 734 GrTexture**) { [all...] |
SkBicubicImageFilter.cpp | 19 #include "GrTexture.h" 174 GrTexture* srcTexture = srcBM.getTexture(); 187 SkAutoTUnref<GrTexture> dst(ast.detach());
|
/external/chromium_org/third_party/skia/src/effects/ |
SkMatrixConvolutionImageFilter.cpp | 19 #include "GrTexture.h" 316 static GrEffectRef* Create(GrTexture* texture, 359 GrMatrixConvolutionEffect(GrTexture*, 535 GrTexture& texture = *conv.texture(0); 560 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTexture* texture, 615 GrTexture* textures[]) { 647 GrTexture* texture,
|
SkPerlinNoiseShader.cpp | 641 GrTexture* permutationsTexture, GrTexture* noiseTexture, 670 GrTexture* permutationsTexture, GrTexture* noiseTexture, 734 GrTexture**) { [all...] |
SkBicubicImageFilter.cpp | 19 #include "GrTexture.h" 174 GrTexture* srcTexture = srcBM.getTexture(); 187 SkAutoTUnref<GrTexture> dst(ast.detach());
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrBitmapTextContext.cpp | 216 GrTexture* texture = glyph->fPlot->texture();
|
GrDistanceFieldTextContext.cpp | 208 GrTexture* texture = glyph->fPlot->texture();
|
GrDrawTarget.cpp | 16 #include "GrTexture.h" 394 GrTexture* texture = effect->texture(t); 402 GrTexture* texture = effect->texture(t); 937 GrTexture* tex = src->asTexture(); [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgramDesc.cpp | 174 const GrTexture* dstCopyTexture = NULL;
|
GrGLShaderBuilder.h | 112 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
|
GrGpuGL.cpp | 202 bool GrGpuGL::canWriteTexturePixels(const GrTexture* texture, GrPixelConfig srcConfig) const { 366 GrTexture* GrGpuGL::onWrapBackendTexture(const GrBackendTextureDesc& desc) { 381 // next line relies on GrBackendTextureDesc's flags matching GrTexture's 469 bool GrGpuGL::onWriteTexturePixels(GrTexture* texture, [all...] |
/external/skia/bench/ |
GrResourceCacheBench.cpp | 15 #include "GrTexture.h" 65 return GrTexture::ComputeScratchKey(desc);
|
/external/skia/src/gpu/ |
GrBitmapTextContext.cpp | 216 GrTexture* texture = glyph->fPlot->texture();
|
GrDistanceFieldTextContext.cpp | 208 GrTexture* texture = glyph->fPlot->texture();
|
GrDrawTarget.cpp | 16 #include "GrTexture.h" 394 GrTexture* texture = effect->texture(t); 402 GrTexture* texture = effect->texture(t); 937 GrTexture* tex = src->asTexture(); [all...] |
/external/skia/src/gpu/gl/ |
GrGLProgramDesc.cpp | 174 const GrTexture* dstCopyTexture = NULL;
|
GrGLShaderBuilder.h | 112 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcShader.cpp | 412 GrTexture* texture = GrLockAndRefCachedBitmapTexture(context, fRawBitmap, ¶ms);
|
SkXfermode.cpp | 676 bool SkXfermode::asNewEffect(GrEffectRef** effect, GrTexture* background) const { 684 GrTexture* background) { 903 static GrEffectRef* Create(SkXfermode::Mode mode, GrTexture* background) { [all...] |
/external/skia/src/core/ |
SkBitmapProcShader.cpp | 412 GrTexture* texture = GrLockAndRefCachedBitmapTexture(context, fRawBitmap, ¶ms);
|
SkXfermode.cpp | 676 bool SkXfermode::asNewEffect(GrEffectRef** effect, GrTexture* background) const { 684 GrTexture* background) { 903 static GrEffectRef* Create(SkXfermode::Mode mode, GrTexture* background) { [all...] |
/external/skia/tests/ |
SurfaceTest.cpp | 190 GrTexture* texture = image->getTexture();
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | 51 #include "third_party/skia/include/gpu/GrTexture.h" 477 skia::RefPtr<GrTexture> texture = 504 skia::RefPtr<GrTexture> backing_store = 557 GrTexture* texture = 558 reinterpret_cast<GrTexture*>(source_bitmap_with_filters.getTexture()); 585 skia::RefPtr<GrTexture> source_texture = 592 skia::RefPtr<GrTexture> background_texture = 633 skia::RefPtr<GrTexture> backing_store = 742 GrTexture* texture = 743 reinterpret_cast<GrTexture*>(filtered_device_background.getTexture()) [all...] |