/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 28 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()
|
D | GrRenderTarget.cpp | 33 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(this)); in discard() local
|
D | GrContext.cpp | 338 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
|
D | GrDrawingManager.cpp | 162 GrDrawContext* GrDrawingManager::drawContext(GrRenderTarget* rt, in drawContext() function in GrDrawingManager
|
D | GrYUVProvider.cpp | 135 SkAutoTUnref<GrDrawContext> drawContext(ctx->drawContext(renderTarget)); in refAsTexture() local
|
D | GrTextureParamsAdjuster.cpp | 115 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(copy->asRenderTarget())); in copy_on_gpu() local
|
D | GrLayerCache.cpp | 471 SkAutoTUnref<GrDrawContext> drawContext( in purgeAll() local
|
/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 48 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()
|
D | SkXfermodeImageFilter.cpp | 234 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget())); in filterImageGPUDeprecated() local
|
D | SkMorphologyImageFilter.cpp | 451 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()
|
D | SkBlurMaskFilter.cpp | 847 GrDrawContext* drawContext, in directFilterMaskGPU() 1145 GrDrawContext* drawContext, in directFilterRRectMaskGPU() 1268 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext((*result)->asRenderTarget())); in filterMaskGPU() local
|
D | SkAlphaThresholdFilter.cpp | 309 SkAutoTUnref<GrDrawContext> drawContext( in asFragmentProcessor() local
|
/external/skia/gm/ |
D | texdata.cpp | 25 SkAutoTUnref<GrDrawContext> drawContext(ctx ? ctx->drawContext(target) : nullptr); variable
|
D | bigrrectaaeffect.cpp | 60 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
|
D | texturedomaineffect.cpp | 84 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
|
D | yuvtorgbeffect.cpp | 83 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
|
D | constcolorprocessor.cpp | 61 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
|
D | rrects.cpp | 70 SkAutoTUnref<GrDrawContext> drawContext; in onDraw() local
|
D | beziereffects.cpp | 133 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
|
D | convexpolyeffect.cpp | 166 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in onDraw() local
|
/external/skia/tests/ |
D | ClearTest.cpp | 73 SkAutoTUnref<GrDrawContext> drawContext; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | GLProgramsTest.cpp | 358 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in ProgramUnitTest() local 395 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); in ProgramUnitTest() local
|
/external/skia/src/core/ |
D | SkMaskFilter.cpp | 319 GrDrawContext* drawContext, in directFilterMaskGPU() 330 GrDrawContext* drawContext, in directFilterRRectMaskGPU()
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 271 SkAutoTUnref<GrDrawContext> drawContext(ctx->drawContext(dst->asRenderTarget())); in NewFromYUVTexturesCopy() local
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 930 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
|