Home
last modified time | relevance | path

Searched refs:GrClipMaskManager (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrClipMaskManager.cpp64 bool GrClipMaskManager::PathNeedsSWRenderer(GrContext* context, in PathNeedsSWRenderer()
123 GrPathRenderer* GrClipMaskManager::GetPathRenderer(GrContext* context, in GetPathRenderer()
140 GrClipMaskManager::GrClipMaskManager(GrDrawTarget* drawTarget, bool debugClipBatchToBounds) in GrClipMaskManager() function in GrClipMaskManager
146 GrContext* GrClipMaskManager::getContext() { in getContext()
150 const GrCaps* GrClipMaskManager::caps() const { in caps()
154 GrResourceProvider* GrClipMaskManager::resourceProvider() { in resourceProvider()
162 bool GrClipMaskManager::useSWOnlyPath(const GrPipelineBuilder& pipelineBuilder, in useSWOnlyPath()
190 bool GrClipMaskManager::getAnalyticClipProcessor(const GrReducedClip::ElementList& elements, in getAnalyticClipProcessor()
322 bool GrClipMaskManager::setupClipping(const GrPipelineBuilder& pipelineBuilder, in setupClipping()
502 bool GrClipMaskManager::drawElement(GrPipelineBuilder* pipelineBuilder, in drawElement()
[all …]
DGrClipMaskManager.h43 friend class GrClipMaskManager; variable
56 class GrClipMaskManager : SkNoncopyable {
58 GrClipMaskManager(GrDrawTarget* owner, bool debugClipBatchToBounds);
DGrDrawTarget.h165 friend class GrClipMaskManager; variable
247 SkAutoTDelete<GrClipMaskManager> fClipMaskManager;
DGrStencil.h309 friend class GrClipMaskManager;
DGrDrawTarget.cpp49 fClipMaskManager.reset(new GrClipMaskManager(this, options.fClipBatchToBounds)); in GrDrawTarget()
/external/skia/include/gpu/
DGrContext.h413 friend class GrClipMaskManager; // the CMM is friended just so it can call 'drawingManager' variable
/external/skia/gyp/
Dgpu.gypi78 '<(skia_src_path)/gpu/GrClipMaskManager.h',
79 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
/external/skia/
DAndroid.mk380 src/gpu/GrClipMaskManager.cpp \