/external/skia/src/gpu/effects/ |
GrDistanceFieldTextureEffect.h | 24 static GrEffectRef* Create(GrTexture* tex, const GrTextureParams& p) { 40 GrDistanceFieldTextureEffect(GrTexture* texture, const GrTextureParams& params);
|
GrConvolutionEffect.h | 25 static GrEffectRef* Create(GrTexture* tex, 41 static GrEffectRef* CreateGaussian(GrTexture* tex, 93 GrConvolutionEffect(GrTexture*, Direction, 100 GrConvolutionEffect(GrTexture*, Direction,
|
GrConfigConversionEffect.h | 38 static const GrEffectRef* Create(GrTexture*, 63 GrConfigConversionEffect(GrTexture*,
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrTexture.h | 19 class GrTexture : public GrSurface { 22 SK_DECLARE_INST_COUNT(GrTexture) 80 virtual GrTexture* asTexture() SK_OVERRIDE { return this; } 81 virtual const GrTexture* asTexture() const SK_OVERRIDE { return this; } 97 // GrTexture 144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) 153 virtual ~GrTexture(); 185 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset) 201 GrTexture* texture() const { return fTexture.get(); } 203 GrTexture* setTexture(GrTexture* texture) [all...] |
GrTextureAccess.h | 15 class GrTexture; 126 GrTextureAccess(GrTexture*, const GrTextureParams&); 127 explicit GrTextureAccess(GrTexture*, 135 GrTextureAccess(GrTexture*, const char* swizzle, const GrTextureParams&); 136 GrTextureAccess(GrTexture*, 141 void reset(GrTexture*, const GrTextureParams&); 142 void reset(GrTexture*, 145 void reset(GrTexture*, const char* swizzle, const GrTextureParams&); 146 void reset(GrTexture*, 164 GrTexture* getTexture() const { return fTexture.get(); [all...] |
GrCoordTransform.h | 13 #include "GrTexture.h" 49 GrCoordTransform(GrCoordSet sourceCoords, const GrTexture* texture) { 59 GrCoordTransform(GrCoordSet sourceCoords, const SkMatrix& m, const GrTexture* texture = NULL) { 64 void reset(GrCoordSet sourceCoords, const GrTexture* texture) { 70 void reset(GrCoordSet sourceCoords, const SkMatrix& m, const GrTexture* texture = NULL) {
|
GrSurface.h | 16 class GrTexture; 67 virtual GrTexture* asTexture() = 0; 68 virtual const GrTexture* asTexture() const = 0; 78 * catches the case where a GrTexture and GrRenderTarget refer to the same 86 const GrTexture* thisTex = this->asTexture();
|
GrBitmapTextContext.h | 42 GrTexture* fCurrTexture;
|
/external/skia/include/gpu/ |
GrTexture.h | 19 class GrTexture : public GrSurface { 22 SK_DECLARE_INST_COUNT(GrTexture) 80 virtual GrTexture* asTexture() SK_OVERRIDE { return this; } 81 virtual const GrTexture* asTexture() const SK_OVERRIDE { return this; } 97 // GrTexture 144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) 153 virtual ~GrTexture(); 185 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset) 201 GrTexture* texture() const { return fTexture.get(); } 203 GrTexture* setTexture(GrTexture* texture) [all...] |
GrTextureAccess.h | 15 class GrTexture; 126 GrTextureAccess(GrTexture*, const GrTextureParams&); 127 explicit GrTextureAccess(GrTexture*, 135 GrTextureAccess(GrTexture*, const char* swizzle, const GrTextureParams&); 136 GrTextureAccess(GrTexture*, 141 void reset(GrTexture*, const GrTextureParams&); 142 void reset(GrTexture*, 145 void reset(GrTexture*, const char* swizzle, const GrTextureParams&); 146 void reset(GrTexture*, 164 GrTexture* getTexture() const { return fTexture.get(); [all...] |
GrCoordTransform.h | 13 #include "GrTexture.h" 49 GrCoordTransform(GrCoordSet sourceCoords, const GrTexture* texture) { 59 GrCoordTransform(GrCoordSet sourceCoords, const SkMatrix& m, const GrTexture* texture = NULL) { 64 void reset(GrCoordSet sourceCoords, const GrTexture* texture) { 70 void reset(GrCoordSet sourceCoords, const SkMatrix& m, const GrTexture* texture = NULL) {
|
GrSurface.h | 16 class GrTexture; 67 virtual GrTexture* asTexture() = 0; 68 virtual const GrTexture* asTexture() const = 0; 78 * catches the case where a GrTexture and GrRenderTarget refer to the same 86 const GrTexture* thisTex = this->asTexture();
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
WebGLImageBufferSurface.cpp | 51 GrTexture* texture = m_bitmap.getTexture();
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAtlas.h | 14 #include "GrTexture.h" 22 // The backing GrTexture for a set of GrAtlases is broken into a spatial grid of GrPlots. When 37 GrTexture* texture() const { return fTexture; } 53 GrTexture* fTexture; 77 GrTexture* getTexture() const { 87 GrTexture* fTexture;
|
GrSWMaskHelper.h | 22 class GrTexture; 66 void toTexture(GrTexture* texture); 75 static GrTexture* DrawPathMaskToTexture(GrContext* context, 92 static void DrawToTargetWithPathMask(GrTexture* texture,
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrConvolutionEffect.h | 25 static GrEffectRef* Create(GrTexture* tex, 41 static GrEffectRef* CreateGaussian(GrTexture* tex, 93 GrConvolutionEffect(GrTexture*, Direction, 100 GrConvolutionEffect(GrTexture*, Direction,
|
GrConfigConversionEffect.h | 38 static const GrEffectRef* Create(GrTexture*, 63 GrConfigConversionEffect(GrTexture*,
|
/external/chromium_org/third_party/skia/src/image/ |
SkImage_Base.h | 20 virtual GrTexture* onGetTexture() { return NULL; }
|
SkImage_Gpu.cpp | 13 #include "GrTexture.h" 25 virtual GrTexture* onGetTexture() SK_OVERRIDE; 31 GrTexture* getTexture() { return fBitmap.getTexture(); } 60 GrTexture* SkImage_Gpu::onGetTexture() { 74 GrTexture* SkTextureImageGetTexture(SkImage* image) {
|
SkImagePriv.h | 58 // Given an image created with NewTexture, return its GrTexture. This 59 // may be called to see if the surface and the image share the same GrTexture, 61 extern GrTexture* SkTextureImageGetTexture(SkImage* textureImage); 64 // is called when a surface and image share the same GrTexture and the 66 extern void SkTextureImageSetTexture(SkImage* image, GrTexture* texture);
|
/external/skia/src/gpu/ |
GrAtlas.h | 14 #include "GrTexture.h" 22 // The backing GrTexture for a set of GrAtlases is broken into a spatial grid of GrPlots. When 37 GrTexture* texture() const { return fTexture; } 53 GrTexture* fTexture; 77 GrTexture* getTexture() const { 87 GrTexture* fTexture;
|
GrSWMaskHelper.h | 22 class GrTexture; 66 void toTexture(GrTexture* texture); 75 static GrTexture* DrawPathMaskToTexture(GrContext* context, 92 static void DrawToTargetWithPathMask(GrTexture* texture,
|
/external/skia/src/image/ |
SkImage_Base.h | 20 virtual GrTexture* onGetTexture() { return NULL; }
|
SkImage_Gpu.cpp | 13 #include "GrTexture.h" 25 virtual GrTexture* onGetTexture() SK_OVERRIDE; 31 GrTexture* getTexture() { return fBitmap.getTexture(); } 60 GrTexture* SkImage_Gpu::onGetTexture() { 74 GrTexture* SkTextureImageGetTexture(SkImage* image) {
|
SkImagePriv.h | 58 // Given an image created with NewTexture, return its GrTexture. This 59 // may be called to see if the surface and the image share the same GrTexture, 61 extern GrTexture* SkTextureImageGetTexture(SkImage* textureImage); 64 // is called when a surface and image share the same GrTexture and the 66 extern void SkTextureImageSetTexture(SkImage* image, GrTexture* texture);
|