/external/libdrm/intel/tests/ |
D | gm45-3d.batch-ref.txt | 16 0x1230003c: 0x00000000: Clip binding table 33 0x12300080: 0x00007d21: Clip state 65 0x12300100: 0x00000000: Clip binding table 71 0x12300118: 0x00007a61: Clip state 94 0x12300174: 0x00007a61: Clip state 112 0x123001bc: 0x00007a61: Clip state 130 0x12300204: 0x00007a61: Clip state 148 0x1230024c: 0x00007a61: Clip state 160 0x1230027c: 0x00007a61: Clip state 188 0x123002ec: 0x00007901: Clip state [all …]
|
D | gen4-3d.batch-ref.txt | 16 0x1230003c: 0x00000000: Clip binding table 32 0x1230007c: 0x00007d21: Clip state 64 0x123000fc: 0x00000000: Clip binding table 70 0x12300114: 0x00007a61: Clip state 93 0x12300170: 0x00007a61: Clip state 111 0x123001b8: 0x00007a61: Clip state 129 0x12300200: 0x00007a61: Clip state 147 0x12300248: 0x00007a61: Clip state 159 0x12300278: 0x00007a61: Clip state 187 0x123002e8: 0x00007901: Clip state [all …]
|
D | gen5-3d.batch-ref.txt | 18 0x12300044: 0x00000000: Clip binding table 36 0x1230008c: 0x00007d21: Clip state 68 0x1230010c: 0x00000000: Clip binding table 75 0x12300128: 0x00007a61: Clip state 101 0x12300190: 0x00007a61: Clip state 120 0x123001dc: 0x00007a61: Clip state 139 0x12300228: 0x00007a61: Clip state 160 0x1230027c: 0x00007a61: Clip state 173 0x123002b0: 0x00007a61: Clip state 202 0x12300324: 0x00007901: Clip state [all …]
|
D | gen6-3d.batch-ref.txt | 88 …5c: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable… 211 …48: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable… 408 …5c: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable… 478 …74: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable… 678 …94: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable… 748 …ac: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable… 948 …cc: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
|
D | gen7-3d.batch-ref.txt | 114 …c4: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
|
/external/skia/gm/ |
D | complexclip2.cpp | 20 enum Clip { enum in skiagm::ComplexClip2GM 26 ComplexClip2GM(Clip clip, bool antiAlias) in ComplexClip2GM() 110 static const char* ClipStr(Clip clip) { in ClipStr() 197 Clip fClip;
|
D | convexpolyclip.cpp | 164 const Clip* clip = iter.get(); in onDraw() 221 class Clip { class in skiagm::ConvexPolyClip 229 Clip () : fClipType(kNone_ClipType) {} in Clip() function in skiagm::ConvexPolyClip::Clip 294 typedef SkTLList<Clip, 1> ClipList;
|
/external/webrtc/webrtc/video/ |
D | video_loopback.cc | 191 std::string Clip() { in Clip() function 217 {flags::Clip()}, in Loopback()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-23.data | 4 # text
# Clip
|
/external/llvm/test/YAMLParser/ |
D | spec-09-23.test | 6 # text
# Clip
|
/external/skia/src/animator/ |
D | SkDrawClip.h | 21 DECLARE_DRAW_MEMBER_INFO(Clip);
|
D | SkDisplayType.cpp | 108 CASE_DRAW_NEW(Clip); in CreateInstance() 262 CASE_GET_DRAW_INFO(Clip); in GetMembers()
|
D | SkAnimateSchema.xsd | 1204 Clip sets the canvas to clip drawing to an element's geometry.
|
/external/clang/test/SemaTemplate/ |
D | instantiate-invalid.cpp | 6 template<class Clip=rasterizer_sl_clip_int> class rasterizer_scanline_aa
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-jmf.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/libyuv/files/source/ |
D | row_common.cc | 441 static __inline uint32 Clip(int32 val) { in Clip() function 453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); in YuvPixel() 454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6); in YuvPixel() 455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6); in YuvPixel() 465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); in YuvPixel2() 466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6); in YuvPixel2() 467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6); in YuvPixel2()
|
/external/skia/include/gpu/ |
D | GrClip.h | 176 union Clip { union
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 31 * [Clip and Transform](#Clip_and_Transform) 290 Clip and Transform
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 503 // Clip to the size of our current screen.
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …n="px",m=",",l="clip:auto;",k="rect(",j=");",i="",h=")",g="qx.bom.element.Clip",f="string",c="clip…
|