/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 45 GLubyte clipMask[], in TAG() 86 clipMask[i] = mask; in TAG() 125 GLubyte clipMask[], in TAG() 166 clipMask[i] = mask; in TAG() 182 GLubyte clipMask[], in TAG() 205 clipMask[i] = mask; in TAG() 218 GLubyte clipMask[], in TAG() 237 clipMask[i] = mask; in TAG()
|
D | m_debug_clip.c | 68 GLubyte clipMask[], in ref_cliptest_points4() argument 95 clipMask[i] = mask; in ref_cliptest_points4() 126 GLubyte clipMask[], in ref_cliptest_points3() argument 149 clipMask[i] = mask; in ref_cliptest_points3() 161 GLubyte clipMask[], in ref_cliptest_points2() argument 183 clipMask[i] = mask; in ref_cliptest_points2()
|
D | m_xform.h | 96 GLubyte clipMask[],
|
/external/mesa3d/src/mesa/x86/ |
D | x86_xform.c | 60 GLubyte clipMask[], 68 GLubyte clipMask[],
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc.c | 79 GLubyte clipMask[], 86 GLubyte clipMask[],
|
/external/skia/src/core/ |
D | SkLiteDL.cpp | 88 const SkImageFilter* backdrop, const SkImage* clipMask, in SaveLayer() 93 this->clipMask = sk_ref_sp(clipMask); in SaveLayer() 100 sk_sp<const SkImage> clipMask; member 104 c->saveLayer({ maybe_unset(bounds), &paint, backdrop.get(), clipMask.get(), in draw() 508 const SkImageFilter* backdrop, const SkImage* clipMask, in saveLayer() argument 510 this->push<SaveLayer>(0, bounds, paint, backdrop, clipMask, clipMatrix, flags); in saveLayer()
|
D | SkRecordOpts.cpp | 191 if (match->first<SaveLayer>()->backdrop || match->first<SaveLayer>()->clipMask) { in onMatch()
|
D | SkColorSpaceXformCanvas.cpp | 251 sk_sp<SkImage> clipMask = rec.fClipMask ? fXformer->apply(rec.fClipMask) : nullptr; in getSaveLayerStrategy() local 256 clipMask.get(), in getSaveLayerStrategy()
|
D | SkRecords.h | 178 sk_sp<const SkImage> clipMask;
|
D | SkRecordDraw.cpp | 83 r.clipMask.get(),
|
/external/skqp/src/core/ |
D | SkLiteDL.cpp | 88 const SkImageFilter* backdrop, const SkImage* clipMask, in SaveLayer() 93 this->clipMask = sk_ref_sp(clipMask); in SaveLayer() 100 sk_sp<const SkImage> clipMask; member 104 c->saveLayer({ maybe_unset(bounds), &paint, backdrop.get(), clipMask.get(), in draw() 502 const SkImageFilter* backdrop, const SkImage* clipMask, in saveLayer() argument 504 this->push<SaveLayer>(0, bounds, paint, backdrop, clipMask, clipMatrix, flags); in saveLayer()
|
D | SkRecordOpts.cpp | 191 if (match->first<SaveLayer>()->backdrop || match->first<SaveLayer>()->clipMask) { in onMatch()
|
D | SkColorSpaceXformCanvas.cpp | 251 sk_sp<SkImage> clipMask = rec.fClipMask ? fXformer->apply(rec.fClipMask) : nullptr; in getSaveLayerStrategy() local 256 clipMask.get(), in getSaveLayerStrategy()
|
D | SkRecords.h | 177 sk_sp<const SkImage> clipMask;
|
D | SkRecordDraw.cpp | 83 r.clipMask.get(),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | clip.h | 413 uint8_t clipMask = state.backendState.clipDistanceMask; 414 while (_BitScanForward(&index, clipMask)) 416 clipMask &= ~(1 << index); 714 uint32_t clipMask = 0; 717 clipMask = primMask & ComputeClipMask(); 720 if (clipMask) 725 …ClipSimd(prim, SIMD_T::vmask_ps(primMask), SIMD_T::vmask_ps(clipMask), pa, primId, viewportIdx, rt…
|
D | backend_impl.h | 53 static INLINE simdmask ComputeUserClipMask(uint8_t clipMask, float* pUserClipBuffer, simdscalar con… in ComputeUserClipMask() argument 56 uint32_t numClipDistance = _mm_popcnt_u32(clipMask); in ComputeUserClipMask() 631 …uint8_t clipMask = ComputeUserClipMask(clipDistanceMask, work.pUserClipBuffer, psContext.vI.sample… 633 … vCoverageMask[sample] = _simd_and_ps(vCoverageMask[sample], _simd_vmask_ps(~clipMask));
|
/external/skqp/include/core/ |
D | SkCanvas.h | 656 const SkImage* clipMask, const SkMatrix* clipMatrix, in SaveLayerRec() 661 , fClipMask(clipMask) in SaveLayerRec()
|
/external/skia/include/core/ |
D | SkCanvas.h | 654 const SkImage* clipMask, const SkMatrix* clipMatrix, in SaveLayerRec() 659 , fClipMask(clipMask) in SaveLayerRec()
|
/external/ImageMagick/Magick++/ |
D | NEWS | 124 * Added clipMask method to add a clip mask to the current
|
D | ChangeLog | 715 * lib/Image.cpp (clipMask): New method to add a clip mask to the
|