Searched refs:GrContext (Results 76 - 100 of 244) sorted by relevance

12345678910

/external/skia/include/gpu/
H A DSkGr.h18 #include "GrContext.h"
69 bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*);
71 GrTexture* GrLockAndRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*);
/external/skia/tests/
H A DResourceCacheTest.cpp20 GrContext* context,
68 GrContext* context = factory->get(glType);
H A DSurfaceTest.cpp17 class GrContext;
26 static SkSurface* createSurface(SurfaceType surfaceType, GrContext* context) {
52 GrContext* context) {
138 GrContext* context) {
151 GrContext* context) {
186 GrContext* context) {
203 GrContext* context,
244 GrContext* context = factory->get(GrContextFactory::kNative_GLContextType);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.h16 class GrContext;
30 * through GrPaint/GrContext.
48 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
52 GrGpu(GrContext* context);
55 GrContext* getContext() { return this->INHERITED::getContext(); }
56 const GrContext* getContext() const { return this->INHERITED::getContext(); }
91 * Implements GrContext::wrapBackendTexture
96 * Implements GrContext::wrapBackendTexture
175 * However, the caller (GrContext) may have transformations to apply and can
H A DSkGr.cpp84 static GrTexture* sk_gr_create_bitmap_texture(GrContext* ctx,
113 GrContext::kExact_ScratchTexMatch);
142 GrTexture* result = ctx->lockAndRefScratchTexture(desc, GrContext::kExact_ScratchTexMatch);
152 bool GrIsBitmapInCache(const GrContext* ctx,
163 GrTexture* GrLockAndRefCachedBitmapTexture(GrContext* ctx,
/external/skia/src/gpu/
H A DGrGpu.h16 class GrContext;
30 * through GrPaint/GrContext.
48 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
52 GrGpu(GrContext* context);
55 GrContext* getContext() { return this->INHERITED::getContext(); }
56 const GrContext* getContext() const { return this->INHERITED::getContext(); }
91 * Implements GrContext::wrapBackendTexture
96 * Implements GrContext::wrapBackendTexture
175 * However, the caller (GrContext) may have transformations to apply and can
H A DSkGr.cpp84 static GrTexture* sk_gr_create_bitmap_texture(GrContext* ctx,
113 GrContext::kExact_ScratchTexMatch);
142 GrTexture* result = ctx->lockAndRefScratchTexture(desc, GrContext::kExact_ScratchTexMatch);
152 bool GrIsBitmapInCache(const GrContext* ctx,
163 GrTexture* GrLockAndRefCachedBitmapTexture(GrContext* ctx,
/external/chromium_org/third_party/skia/include/core/
H A DSkXfermode.h16 class GrContext;
204 virtual bool asNewEffectOrCoeff(GrContext*,
215 GrContext*,
H A DSkImage.h19 class GrContext;
H A DSkMaskFilter.h97 bool filterMaskGPU(GrContext* context,
/external/skia/gm/
H A Dbleed.cpp12 #include "GrContext.h"
15 extern GrContext* GetGr();
18 void GrContext::setMaxTextureSizeOverride(int maxTextureSizeOverride) {
93 GrContext* ctx = skiagm::GetGr();
H A Dtexdata.cpp14 #include "GrContext.h"
21 extern GrContext* GetGr();
43 GrContext* ctx = GetGr();
98 GrContext::AutoClip acs(ctx, SkRect::MakeWH(2*S, 2*S));
H A Dninepatchstretch.cpp13 class GrContext;
16 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx, SkIRect* center) {
/external/skia/include/core/
H A DSkXfermode.h16 class GrContext;
204 virtual bool asNewEffectOrCoeff(GrContext*,
215 GrContext*,
H A DSkImage.h19 class GrContext;
H A DSkMaskFilter.h97 bool filterMaskGPU(GrContext* context,
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc118 class GrContext* ContextProviderCommandBuffer::GrContext() { function in class:content::ContextProviderCommandBuffer
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrixFilter.h25 virtual GrEffectRef* asNewEffect(GrContext*) const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.h36 GrEffectRef* asNewEffect(GrContext*, const SkPaint&) const SK_OVERRIDE;
H A DSkImageFilter.cpp14 #include "GrContext.h"
124 GrContext* context = srcTexture->getContext();
133 GrContext::AutoMatrix am;
135 GrContext::AutoRenderTarget art(context, dst.texture()->asRenderTarget());
136 GrContext::AutoClip acs(context, dstRect);
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointRadialGradient.h24 virtual GrEffectRef* asNewEffect(GrContext* context, const SkPaint&) const SK_OVERRIDE;
/external/skia/include/effects/
H A DSkColorMatrixFilter.h25 virtual GrEffectRef* asNewEffect(GrContext*) const SK_OVERRIDE;
/external/skia/src/core/
H A DSkBitmapProcShader.h36 GrEffectRef* asNewEffect(GrContext*, const SkPaint&) const SK_OVERRIDE;
H A DSkImageFilter.cpp14 #include "GrContext.h"
124 GrContext* context = srcTexture->getContext();
133 GrContext::AutoMatrix am;
135 GrContext::AutoRenderTarget art(context, dst.texture()->asRenderTarget());
136 GrContext::AutoClip acs(context, dstRect);
/external/skia/src/effects/gradients/
H A DSkTwoPointRadialGradient.h24 virtual GrEffectRef* asNewEffect(GrContext* context, const SkPaint&) const SK_OVERRIDE;

Completed in 325 milliseconds

12345678910