/external/chromium_org/third_party/skia/src/effects/ |
SkGpuBlurUtils.h | 12 class GrTexture; 35 GrTexture* GaussianBlur(GrContext* context, 36 GrTexture* srcTexture,
|
/external/skia/src/effects/ |
SkGpuBlurUtils.h | 12 class GrTexture; 35 GrTexture* GaussianBlur(GrContext* context, 36 GrTexture* srcTexture,
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageFilterUtils.h | 16 class GrTexture; 24 static bool WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result);
|
/external/skia/include/core/ |
SkImageFilterUtils.h | 16 class GrTexture; 24 static bool WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result);
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrSingleTextureEffect.h | 15 class GrTexture; 27 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrCoordSet = kLocal_GrCoordSet); 29 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrTextureParams::FilterMode filterMode, 31 GrSingleTextureEffect(GrTexture*,
|
GrBicubicEffect.h | 37 static GrEffectRef* Create(GrTexture* tex) { 44 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16]) { 52 static GrEffectRef* Create(GrTexture* tex, 62 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16], 70 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16],
|
GrSimpleTextureEffect.h | 26 static GrEffectRef* Create(GrTexture* tex, 34 static GrEffectRef* Create(GrTexture* tex, 43 static GrEffectRef* Create(GrTexture* tex, 62 GrSimpleTextureEffect(GrTexture* texture, 69 GrSimpleTextureEffect(GrTexture* texture,
|
GrSingleTextureEffect.cpp | 10 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture, 19 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture, 29 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
|
GrCustomCoordsTextureEffect.h | 23 static GrEffectRef* Create(GrTexture* tex, const GrTextureParams& p) { 39 GrCustomCoordsTextureEffect(GrTexture* texture, const GrTextureParams& params);
|
GrDistanceFieldTextureEffect.h | 24 static GrEffectRef* Create(GrTexture* tex, const GrTextureParams& p) { 40 GrDistanceFieldTextureEffect(GrTexture* texture, const GrTextureParams& params);
|
/external/skia/src/gpu/effects/ |
GrSingleTextureEffect.h | 15 class GrTexture; 27 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrCoordSet = kLocal_GrCoordSet); 29 GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrTextureParams::FilterMode filterMode, 31 GrSingleTextureEffect(GrTexture*,
|
GrBicubicEffect.h | 37 static GrEffectRef* Create(GrTexture* tex) { 44 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16]) { 52 static GrEffectRef* Create(GrTexture* tex, 62 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16], 70 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16],
|
GrSimpleTextureEffect.h | 26 static GrEffectRef* Create(GrTexture* tex, 34 static GrEffectRef* Create(GrTexture* tex, 43 static GrEffectRef* Create(GrTexture* tex, 62 GrSimpleTextureEffect(GrTexture* texture, 69 GrSimpleTextureEffect(GrTexture* texture,
|
GrSingleTextureEffect.cpp | 10 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture, 19 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture, 29 GrSingleTextureEffect::GrSingleTextureEffect(GrTexture* texture,
|
GrCustomCoordsTextureEffect.h | 23 static GrEffectRef* Create(GrTexture* tex, const GrTextureParams& p) { 39 GrCustomCoordsTextureEffect(GrTexture* texture, const GrTextureParams& params);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrClipMaskManager.h | 16 #include "GrTexture.h" 28 class GrTexture; 113 GrTexture* createAlphaClipMask(int32_t elementsGenID, 118 GrTexture* createSoftwareClipMask(int32_t elementsGenID, 128 GrTexture** result, 136 bool drawElement(GrTexture* target, const SkClipStack::Element*, GrPathRenderer* = NULL); 141 bool canStencilAndDrawElement(GrTexture* target, const SkClipStack::Element*, GrPathRenderer**); 143 void mergeMask(GrTexture* dstMask, 144 GrTexture* srcMask,
|
GrTexture.cpp | 10 #include "GrTexture.h" 18 GrTexture::~GrTexture() { 28 void GrTexture::internal_dispose() const { 32 GrTexture* nonConstThis = const_cast<GrTexture *>(this); 47 bool GrTexture::readPixels(int left, int top, int width, int height, 61 void GrTexture::writePixels(int left, int top, int width, int height, 75 void GrTexture::onRelease() { 80 void GrTexture::onAbandon() [all...] |
GrTextureAccess.cpp | 10 #include "GrTexture.h" 19 GrTextureAccess::GrTextureAccess(GrTexture* texture, const GrTextureParams& params) { 23 GrTextureAccess::GrTextureAccess(GrTexture* texture, 29 GrTextureAccess::GrTextureAccess(GrTexture* texture, 35 GrTextureAccess::GrTextureAccess(GrTexture* texture, 42 void GrTextureAccess::reset(GrTexture* texture, 53 void GrTextureAccess::reset(GrTexture* texture, 65 void GrTextureAccess::reset(GrTexture* texture, 74 void GrTextureAccess::reset(GrTexture* texture,
|
/external/skia/src/gpu/ |
GrClipMaskManager.h | 16 #include "GrTexture.h" 28 class GrTexture; 113 GrTexture* createAlphaClipMask(int32_t elementsGenID, 118 GrTexture* createSoftwareClipMask(int32_t elementsGenID, 128 GrTexture** result, 136 bool drawElement(GrTexture* target, const SkClipStack::Element*, GrPathRenderer* = NULL); 141 bool canStencilAndDrawElement(GrTexture* target, const SkClipStack::Element*, GrPathRenderer**); 143 void mergeMask(GrTexture* dstMask, 144 GrTexture* srcMask,
|
GrTexture.cpp | 10 #include "GrTexture.h" 18 GrTexture::~GrTexture() { 28 void GrTexture::internal_dispose() const { 32 GrTexture* nonConstThis = const_cast<GrTexture *>(this); 47 bool GrTexture::readPixels(int left, int top, int width, int height, 61 void GrTexture::writePixels(int left, int top, int width, int height, 75 void GrTexture::onRelease() { 80 void GrTexture::onAbandon() [all...] |
GrTextureAccess.cpp | 10 #include "GrTexture.h" 19 GrTextureAccess::GrTextureAccess(GrTexture* texture, const GrTextureParams& params) { 23 GrTextureAccess::GrTextureAccess(GrTexture* texture, 29 GrTextureAccess::GrTextureAccess(GrTexture* texture, 35 GrTextureAccess::GrTextureAccess(GrTexture* texture, 42 void GrTextureAccess::reset(GrTexture* texture, 53 void GrTextureAccess::reset(GrTexture* texture, 65 void GrTextureAccess::reset(GrTexture* texture, 74 void GrTextureAccess::reset(GrTexture* texture,
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrRenderTarget.h | 15 class GrTexture; 35 virtual GrTexture* asTexture() SK_OVERRIDE { return fTexture; } 36 virtual const GrTexture* asTexture() const SK_OVERRIDE { return fTexture; } 120 * function returns the GrTexture will contain the resolved pixels. 143 GrTexture* texture, 156 friend class GrTexture; 157 // called by ~GrTexture to remove the non-ref'ed back ptr. 164 GrTexture* fTexture; // not ref'ed
|
GrEffectUnitTest.h | 36 class GrTexture; 44 GrTexture* dummyTextures[]); 54 GrTexture* dummyTextures[]) { 73 GrTexture* dummyTextures[2]) 80 * GrTexture* dummyTextures[2]); 97 GrTexture* dummyTextures[2])
|
/external/skia/include/gpu/ |
GrRenderTarget.h | 15 class GrTexture; 35 virtual GrTexture* asTexture() SK_OVERRIDE { return fTexture; } 36 virtual const GrTexture* asTexture() const SK_OVERRIDE { return fTexture; } 120 * function returns the GrTexture will contain the resolved pixels. 143 GrTexture* texture, 156 friend class GrTexture; 157 // called by ~GrTexture to remove the non-ref'ed back ptr. 164 GrTexture* fTexture; // not ref'ed
|
GrEffectUnitTest.h | 36 class GrTexture; 44 GrTexture* dummyTextures[]); 54 GrTexture* dummyTextures[]) { 73 GrTexture* dummyTextures[2]) 80 * GrTexture* dummyTextures[2]); 97 GrTexture* dummyTextures[2])
|