Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrBlurUtils.cpp33 static bool draw_mask(GrRenderTargetContext* renderTargetContext, in draw_mask()
59 GrRenderTargetContext* renderTargetContext, in sw_draw_with_mask_filter()
147 GrRenderTargetContext* renderTargetContext, in draw_path_with_mask_filter()
250 GrRenderTargetContext* renderTargetContext, in drawPathWithMaskFilter()
264 GrRenderTargetContext* renderTargetContext, in drawPathWithMaskFilter()
DGrRenderTargetOpList.cpp193 void GrRenderTargetOpList::fullClear(GrRenderTargetContext* renderTargetContext, GrColor color) { in fullClear()
214 void GrRenderTargetOpList::discard(GrRenderTargetContext* renderTargetContext) { in discard()
273 GrRenderTargetContext* renderTargetContext, in recordOp()
392 GrRenderTargetContext* renderTargetContext) { in clearStencilClip()
DGrRenderTargetOpList.h74 uint32_t addOp(std::unique_ptr<GrOp> op, GrRenderTargetContext* renderTargetContext) { in addOp()
78 uint32_t addOp(std::unique_ptr<GrOp> op, GrRenderTargetContext* renderTargetContext, in addOp()
DGrClipStackClip.cpp89 const GrRenderTargetContext* renderTargetContext, in PathNeedsSWRenderer()
149 const GrRenderTargetContext* renderTargetContext, in UseSWOnlyPath()
250 bool GrClipStackClip::apply(GrContext* context, GrRenderTargetContext* renderTargetContext, in apply()
DGrSoftwarePathRenderer.cpp72 void GrSoftwarePathRenderer::DrawNonAARect(GrRenderTargetContext* renderTargetContext, in DrawNonAARect()
87 void GrSoftwarePathRenderer::DrawAroundInvPath(GrRenderTargetContext* renderTargetContext, in DrawAroundInvPath()
DGrRenderTarget.cpp38 sk_sp<GrRenderTargetContext> renderTargetContext( in discard() local
DGrRenderTargetContextPriv.h114 explicit GrRenderTargetContextPriv(GrRenderTargetContext* renderTargetContext) in GrRenderTargetContextPriv()
DGrYUVProvider.cpp124 sk_sp<GrRenderTargetContext> renderTargetContext(ctx->makeRenderTargetContext( in refAsTextureProxy() local
DGrSWMaskHelper.cpp154 GrRenderTargetContext* renderTargetContext, in DrawToTargetWithShapeMask()
/external/skia/src/core/
DSkSpecialSurface.cpp118 SkSpecialSurface_Gpu(GrContext* context, sk_sp<GrRenderTargetContext> renderTargetContext, in SkSpecialSurface_Gpu()
167 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeRenderTargetContext( in MakeRenderTarget() local
DSkGpuBlurUtils.cpp69 static void convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_1d()
94 static void convolve_gaussian_2d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_2d()
124 static void convolve_gaussian(GrRenderTargetContext* renderTargetContext, in convolve_gaussian()
DSkMaskFilter.cpp318 GrRenderTargetContext* renderTargetContext, in directFilterMaskGPU()
328 GrRenderTargetContext* renderTargetContext, in directFilterRRectMaskGPU()
/external/skia/tests/
DGLProgramsTest.cpp151 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeRenderTargetContext( in random_render_target_context() local
317 sk_sp<GrRenderTargetContext> renderTargetContext(random_render_target_context( in ProgramUnitTest() local
346 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeRenderTargetContext( in ProgramUnitTest() local
DPrimitiveProcessorTest.cpp108 sk_sp<GrRenderTargetContext> renderTargetContext(context->makeRenderTargetContext( in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
DTessellatingPathRendererTests.cpp275 GrRenderTargetContext* renderTargetContext, in test_path()
/external/skia/gm/
Dyuvtorgbeffect.cpp72 GrRenderTargetContext* renderTargetContext = in onDraw() local
202 GrRenderTargetContext* renderTargetContext = in onDraw() local
Detc1.cpp66 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dtexdata.cpp67 GrRenderTargetContext* renderTargetContext = variable
Dbigrrectaaeffect.cpp52 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dtexturedomaineffect.cpp76 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dbeziereffects.cpp101 GrRenderTargetContext* renderTargetContext = in onDraw() local
241 GrRenderTargetContext* renderTargetContext = in onDraw() local
462 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dconstcolorprocessor.cpp50 GrRenderTargetContext* renderTargetContext = in onDraw() local
Drrects.cpp66 GrRenderTargetContext* renderTargetContext = in onDraw() local
Dgaussianedge.cpp189 GrRenderTargetContext* renderTargetContext = in onDraw() local
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp399 static void apply_morphology_rect(GrRenderTargetContext* renderTargetContext, in apply_morphology_rect()
421 static void apply_morphology_rect_no_bounds(GrRenderTargetContext* renderTargetContext, in apply_morphology_rect_no_bounds()
441 static void apply_morphology_pass(GrRenderTargetContext* renderTargetContext, in apply_morphology_pass()

12