Home
last modified time | relevance | path

Searched defs:renderTargetContext (Results 1 – 25 of 77) sorted by relevance

1234

/external/skqp/src/gpu/
DGrBlurUtils.cpp31 static bool draw_mask(GrRenderTargetContext* renderTargetContext, in draw_mask()
53 GrRenderTargetContext* renderTargetContext, in sw_draw_with_mask_filter()
142 GrRenderTargetContext* renderTargetContext, in draw_path_with_mask_filter()
245 GrRenderTargetContext* renderTargetContext, in drawPathWithMaskFilter()
259 GrRenderTargetContext* renderTargetContext, in drawPathWithMaskFilter()
DGrOnFlushResourceProvider.cpp35 sk_sp<GrRenderTargetContext> renderTargetContext( in makeRenderTargetContext() local
62 sk_sp<GrRenderTargetContext> renderTargetContext( in makeRenderTargetContext() local
DGrClipStackClip.cpp91 const GrRenderTargetContext* renderTargetContext, in PathNeedsSWRenderer()
147 const GrRenderTargetContext* renderTargetContext, in UseSWOnlyPath()
181 bool GrClipStackClip::apply(GrContext* context, GrRenderTargetContext* renderTargetContext, in apply()
242 bool GrClipStackClip::applyClipMask(GrContext* context, GrRenderTargetContext* renderTargetContext, in applyClipMask()
DGrSoftwarePathRenderer.cpp90 void GrSoftwarePathRenderer::DrawNonAARect(GrRenderTargetContext* renderTargetContext, in DrawNonAARect()
103 void GrSoftwarePathRenderer::DrawAroundInvPath(GrRenderTargetContext* renderTargetContext, in DrawAroundInvPath()
144 GrRenderTargetContext* renderTargetContext, in DrawToTargetWithShapeMask()
DGrYUVProvider.cpp104 sk_sp<GrRenderTargetContext> renderTargetContext(ctx->makeDeferredRenderTargetContext( in refAsTextureProxy() local
DGrRenderTargetContextPriv.h118 explicit GrRenderTargetContextPriv(GrRenderTargetContext* renderTargetContext) in GrRenderTargetContextPriv()
/external/skia/src/gpu/
DGrBlurUtils.cpp31 static bool draw_mask(GrRenderTargetContext* renderTargetContext, in draw_mask()
53 GrRenderTargetContext* renderTargetContext, in sw_draw_with_mask_filter()
142 GrRenderTargetContext* renderTargetContext, in draw_path_with_mask_filter()
245 GrRenderTargetContext* renderTargetContext, in drawPathWithMaskFilter()
259 GrRenderTargetContext* renderTargetContext, in drawPathWithMaskFilter()
DGrOnFlushResourceProvider.cpp35 sk_sp<GrRenderTargetContext> renderTargetContext( in makeRenderTargetContext() local
60 sk_sp<GrRenderTargetContext> renderTargetContext( in makeRenderTargetContext() local
DGrClipStackClip.cpp91 const GrRenderTargetContext* renderTargetContext, in PathNeedsSWRenderer()
147 const GrRenderTargetContext* renderTargetContext, in UseSWOnlyPath()
181 bool GrClipStackClip::apply(GrContext* context, GrRenderTargetContext* renderTargetContext, in apply()
242 bool GrClipStackClip::applyClipMask(GrContext* context, GrRenderTargetContext* renderTargetContext, in applyClipMask()
DGrSoftwarePathRenderer.cpp90 void GrSoftwarePathRenderer::DrawNonAARect(GrRenderTargetContext* renderTargetContext, in DrawNonAARect()
103 void GrSoftwarePathRenderer::DrawAroundInvPath(GrRenderTargetContext* renderTargetContext, in DrawAroundInvPath()
144 GrRenderTargetContext* renderTargetContext, in DrawToTargetWithShapeMask()
DGrRenderTargetContextPriv.h118 explicit GrRenderTargetContextPriv(GrRenderTargetContext* renderTargetContext) in GrRenderTargetContextPriv()
DGrYUVProvider.cpp119 sk_sp<GrRenderTargetContext> renderTargetContext(ctx->makeDeferredRenderTargetContext( in refAsTextureProxy() local
/external/skqp/src/core/
DSkSpecialSurface.cpp125 SkSpecialSurface_Gpu(GrContext* context, sk_sp<GrRenderTargetContext> renderTargetContext, in SkSpecialSurface_Gpu()
174 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeDeferredRenderTargetContext( in MakeRenderTarget() local
DSkGpuBlurUtils.cpp71 static void convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_1d()
94 static void convolve_gaussian_2d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_2d()
120 static void convolve_gaussian(GrRenderTargetContext* renderTargetContext, in convolve_gaussian()
/external/skia/src/core/
DSkSpecialSurface.cpp125 SkSpecialSurface_Gpu(GrContext* context, sk_sp<GrRenderTargetContext> renderTargetContext, in SkSpecialSurface_Gpu()
174 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeDeferredRenderTargetContext( in MakeRenderTarget() local
DSkGpuBlurUtils.cpp71 static void convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_1d()
94 static void convolve_gaussian_2d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_2d()
120 static void convolve_gaussian(GrRenderTargetContext* renderTargetContext, in convolve_gaussian()
/external/skia/tests/
DGLProgramsTest.cpp158 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeDeferredRenderTargetContext( in random_render_target_context() local
303 sk_sp<GrRenderTargetContext> renderTargetContext(random_render_target_context( in ProgramUnitTest() local
321 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeDeferredRenderTargetContext( in ProgramUnitTest() local
/external/skqp/tests/
DGLProgramsTest.cpp157 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeDeferredRenderTargetContext( in random_render_target_context() local
302 sk_sp<GrRenderTargetContext> renderTargetContext(random_render_target_context( in ProgramUnitTest() local
320 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeDeferredRenderTargetContext( in ProgramUnitTest() local
/external/skia/gm/
Dyuvtorgbeffect.cpp74 GrRenderTargetContext* renderTargetContext = in onDraw() local
204 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dtexdata.cpp68 GrRenderTargetContext* renderTargetContext = variable
Dbigrrectaaeffect.cpp52 GrRenderTargetContext* renderTargetContext = in onDraw() local
/external/skqp/gm/
Dyuvtorgbeffect.cpp74 GrRenderTargetContext* renderTargetContext = in onDraw() local
203 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dtexdata.cpp68 GrRenderTargetContext* renderTargetContext = variable
Dbigrrectaaeffect.cpp52 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dtexturedomaineffect.cpp78 GrRenderTargetContext* renderTargetContext = in onDraw() local

1234