/external/chromium_org/third_party/skia/include/gpu/ |
GrDistanceFieldTextContext.h | 42 GrTexture* fCurrTexture;
|
GrContext.h | 17 #include "GrTexture.h" 132 GrTexture* createTexture(const GrTextureParams* params, 150 GrTexture* findAndRefTexture(const GrTextureDesc& desc, 195 GrTexture* lockAndRefScratchTexture(const GrTextureDesc&, ScratchTexMatch match); 201 void unlockScratchTexture(GrTexture* texture); 204 * This method should be called whenever a GrTexture is unreffed or 216 GrTexture* createUncachedTexture(const GrTextureDesc& desc, 306 * Wraps an existing texture with a GrTexture object. 313 * @return GrTexture object or NULL on failure. 315 GrTexture* wrapBackendTexture(const GrBackendTextureDesc& desc) [all...] |
SkGrPixelRef.h | 13 #include "GrTexture.h" 51 virtual GrTexture* getTexture() SK_OVERRIDE;
|
SkGr.h | 68 GrTexture* GrLockAndRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*); 70 void GrUnlockAndUnrefCachedBitmapTexture(GrTexture*);
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
Gr1DKernelEffect.h | 31 Gr1DKernelEffect(GrTexture* texture,
|
GrTextureDomain.h | 45 static const SkRect MakeTexelDomain(const GrTexture* texture, const SkIRect& texelRect) { 133 static GrEffectRef* Create(GrTexture*, 155 GrTextureDomainEffect(GrTexture*,
|
/external/skia/include/gpu/ |
GrBitmapTextContext.h | 42 GrTexture* fCurrTexture;
|
GrDistanceFieldTextContext.h | 42 GrTexture* fCurrTexture;
|
GrContext.h | 17 #include "GrTexture.h" 132 GrTexture* createTexture(const GrTextureParams* params, 150 GrTexture* findAndRefTexture(const GrTextureDesc& desc, 195 GrTexture* lockAndRefScratchTexture(const GrTextureDesc&, ScratchTexMatch match); 201 void unlockScratchTexture(GrTexture* texture); 204 * This method should be called whenever a GrTexture is unreffed or 216 GrTexture* createUncachedTexture(const GrTextureDesc& desc, 306 * Wraps an existing texture with a GrTexture object. 313 * @return GrTexture object or NULL on failure. 315 GrTexture* wrapBackendTexture(const GrBackendTextureDesc& desc) [all...] |
SkGrPixelRef.h | 13 #include "GrTexture.h" 51 virtual GrTexture* getTexture() SK_OVERRIDE;
|
SkGr.h | 68 GrTexture* GrLockAndRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*); 70 void GrUnlockAndUnrefCachedBitmapTexture(GrTexture*);
|
/external/skia/src/gpu/effects/ |
Gr1DKernelEffect.h | 31 Gr1DKernelEffect(GrTexture* texture,
|
GrTextureDomain.h | 45 static const SkRect MakeTexelDomain(const GrTexture* texture, const SkIRect& texelRect) { 133 static GrEffectRef* Create(GrTexture*, 155 GrTextureDomainEffect(GrTexture*,
|
/external/chromium_org/third_party/skia/include/core/ |
SkMaskFilter.h | 74 virtual bool asNewEffect(GrEffectRef** effect, GrTexture*) const; 109 virtual bool filterMaskGPU(GrTexture* src, 111 GrTexture** result,
|
/external/skia/include/core/ |
SkMaskFilter.h | 74 virtual bool asNewEffect(GrEffectRef** effect, GrTexture*) const; 109 virtual bool filterMaskGPU(GrTexture* src, 111 GrTexture** result,
|
/external/chromium_org/third_party/skia/include/effects/ |
SkMagnifierImageFilter.h | 28 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 85 static GrEffectRef* Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 86 GrTexture* maskTexture, const SkMatrix& maskMatrix, 171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 172 GrTexture* maskTexture, const SkMatrix& maskMatrix, 207 GrTexture* textures[]) { 208 GrTexture* bmpTex = textures[GrEffectUnitTest::kSkiaPMTextureIdx]; 209 GrTexture* maskTex = textures[GrEffectUnitTest::kAlphaTextureIdx]; 233 GrTexture* maskTexture = ast.texture(); 255 GrTexture* bmpTexture = GrLockAndRefCachedBitmapTexture(context, fBitmap, NULL);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrPaint.cpp | 14 void GrPaint::addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) { 19 void GrPaint::addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix) { 24 void GrPaint::addColorTextureEffect(GrTexture* texture, 31 void GrPaint::addCoverageTextureEffect(GrTexture* texture,
|
SkGr.cpp | 114 static GrTexture* sk_gr_create_bitmap_texture(GrContext* ctx, 142 GrTexture* result = ctx->createTexture(params, desc, cacheID, 149 GrTexture* result = ctx->lockAndRefScratchTexture(desc, 174 GrTexture* result = ctx->createTexture(params, desc, cacheID, 186 GrTexture* result = ctx->lockAndRefScratchTexture(desc, GrContext::kExact_ScratchTexMatch); 207 GrTexture* GrLockAndRefCachedBitmapTexture(GrContext* ctx, 210 GrTexture* result = NULL; 235 void GrUnlockAndUnrefCachedBitmapTexture(GrTexture* texture) {
|
/external/skia/include/effects/ |
SkMagnifierImageFilter.h | 28 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
|
/external/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 85 static GrEffectRef* Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 86 GrTexture* maskTexture, const SkMatrix& maskMatrix, 171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 172 GrTexture* maskTexture, const SkMatrix& maskMatrix, 207 GrTexture* textures[]) { 208 GrTexture* bmpTex = textures[GrEffectUnitTest::kSkiaPMTextureIdx]; 209 GrTexture* maskTex = textures[GrEffectUnitTest::kAlphaTextureIdx]; 233 GrTexture* maskTexture = ast.texture(); 255 GrTexture* bmpTexture = GrLockAndRefCachedBitmapTexture(context, fBitmap, NULL);
|
/external/skia/src/gpu/ |
GrPaint.cpp | 14 void GrPaint::addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) { 19 void GrPaint::addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix) { 24 void GrPaint::addColorTextureEffect(GrTexture* texture, 31 void GrPaint::addCoverageTextureEffect(GrTexture* texture,
|
/external/chromium_org/third_party/skia/src/core/ |
SkImageFilterUtils.cpp | 11 #include "GrTexture.h" 17 bool SkImageFilterUtils::WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result) { 49 GrTexture* resultTex = GrLockAndRefCachedBitmapTexture(context, *result, NULL);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLTexture.h | 48 class GrGLTexture : public GrTexture { 95 // overrides of GrTexture 108 typedef GrTexture INHERITED;
|
/external/skia/src/core/ |
SkImageFilterUtils.cpp | 11 #include "GrTexture.h" 17 bool SkImageFilterUtils::WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result) { 49 GrTexture* resultTex = GrLockAndRefCachedBitmapTexture(context, *result, NULL);
|