Home
last modified time | relevance | path

Searched defs:drawContext (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/gpu/
DGrBlurUtils.cpp28 static bool draw_mask(GrDrawContext* drawContext, in draw_mask()
49 static bool sw_draw_with_mask_filter(GrDrawContext* drawContext, in sw_draw_with_mask_filter()
127 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(mask->asRenderTarget())); in create_mask_GPU() local
150 GrDrawContext* drawContext, in draw_path_with_mask_filter()
252 GrDrawContext* drawContext, in drawPathWithMaskFilter()
279 GrDrawContext* drawContext, in drawPathWithMaskFilter()
DGrRenderTarget.cpp33 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(this)); in discard() local
DGrContext.cpp338 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(renderTarget)); in writeSurfacePixels() local
456 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(temp->asRenderTarget())); in readSurfacePixels() local
541 SkAutoTUnref<GrDrawContext> drawContext(this->drawContext(dst->asRenderTarget())); in copySurface() local
580 GrDrawContext* GrContext::drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps) { in drawContext() function in GrContext
DGrDrawingManager.cpp162 GrDrawContext* GrDrawingManager::drawContext(GrRenderTarget* rt, in drawContext() function in GrDrawingManager
DGrYUVProvider.cpp135 SkAutoTUnref<GrDrawContext> drawContext(ctx->drawContext(renderTarget)); in refAsTexture() local
DGrTextureParamsAdjuster.cpp115 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(copy->asRenderTarget())); in copy_on_gpu() local
DGrLayerCache.cpp471 SkAutoTUnref<GrDrawContext> drawContext( in purgeAll() local
/external/skia/src/effects/
DSkGpuBlurUtils.cpp48 static void convolve_gaussian_1d(GrDrawContext* drawContext, in convolve_gaussian_1d()
67 static void convolve_gaussian_2d(GrDrawContext* drawContext, in convolve_gaussian_2d()
97 static void convolve_gaussian(GrDrawContext* drawContext, in convolve_gaussian()
DSkXfermodeImageFilter.cpp234 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget())); in filterImageGPUDeprecated() local
DSkMorphologyImageFilter.cpp451 void apply_morphology_rect(GrDrawContext* drawContext, in apply_morphology_rect()
471 void apply_morphology_rect_no_bounds(GrDrawContext* drawContext, in apply_morphology_rect_no_bounds()
489 void apply_morphology_pass(GrDrawContext* drawContext, in apply_morphology_pass()
DSkBlurMaskFilter.cpp847 GrDrawContext* drawContext, in directFilterMaskGPU()
1145 GrDrawContext* drawContext, in directFilterRRectMaskGPU()
1268 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext((*result)->asRenderTarget())); in filterMaskGPU() local
DSkAlphaThresholdFilter.cpp309 SkAutoTUnref<GrDrawContext> drawContext( in asFragmentProcessor() local
/external/skia/gm/
Dtexdata.cpp25 SkAutoTUnref<GrDrawContext> drawContext(ctx ? ctx->drawContext(target) : nullptr); variable
Dbigrrectaaeffect.cpp60 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
Dtexturedomaineffect.cpp84 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
Dyuvtorgbeffect.cpp83 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
Dconstcolorprocessor.cpp61 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
Drrects.cpp70 SkAutoTUnref<GrDrawContext> drawContext; in onDraw() local
Dbeziereffects.cpp133 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
276 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
515 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
Dconvexpolyeffect.cpp166 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
/external/skia/tests/
DClearTest.cpp73 SkAutoTUnref<GrDrawContext> drawContext; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DGLProgramsTest.cpp358 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in ProgramUnitTest() local
395 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in ProgramUnitTest() local
/external/skia/src/core/
DSkMaskFilter.cpp319 GrDrawContext* drawContext, in directFilterMaskGPU()
330 GrDrawContext* drawContext, in directFilterRRectMaskGPU()
/external/skia/src/image/
DSkImage_Gpu.cpp271 SkAutoTUnref<GrDrawContext> drawContext(ctx->drawContext(dst->asRenderTarget())); in NewFromYUVTexturesCopy() local
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp930 void generatePrimitiveIDs (ContainerType& list, DrawContext& drawContext) in generatePrimitiveIDs()
1405 …td::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext) in drawWithGeometryShader()
1473 …ogram& program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, VertexPa… in drawAsPrimitives()
1770 DrawContext drawContext; in drawInstanced() local

12