Home
last modified time | relevance | path

Searched refs:createSoftwareClipMask (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrClipStackClip.h53 sk_sp<GrTextureProxy> createSoftwareClipMask(GrContext*, const GrReducedClip&) const;
DGrClipStackClip.cpp321 result = this->createSoftwareClipMask(context, reducedClip); in apply()
428 sk_sp<GrTextureProxy> GrClipStackClip::createSoftwareClipMask( in createSoftwareClipMask() function in GrClipStackClip
/external/skia/tests/
DClipStackTest.cpp1452 return this->createSoftwareClipMask(context, reducedClip); in testingOnly_createClipMask()