Searched refs:approach (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/dm/ |
H A D | DMSrcSink.h | 81 enum Approach { kDirect, kIndirect } approach; member 84 : type(t), approach(a), multisampled(ms) {} in SinkFlags() 612 flags.approach = SinkFlags::kIndirect;
|
H A D | DMSrcSink.cpp | 173 || flags.approach != SinkFlags::kDirect; in veto() 366 return flags.type != SinkFlags::kRaster || flags.approach != SinkFlags::kDirect; in veto() 836 || flags.approach != SinkFlags::kDirect; in veto() 924 return flags.type != SinkFlags::kGPU || flags.approach != SinkFlags::kDirect || in veto() 928 return flags.type != SinkFlags::kRaster || flags.approach != SinkFlags::kDirect; in veto() 1028 return flags.type != SinkFlags::kRaster || flags.approach != SinkFlags::kDirect; in veto() 1257 return !type_ok || flags.approach != SinkFlags::kDirect; in veto() 1312 return !type_ok || flags.approach != SinkFlags::kDirect; in veto() 1383 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 23 # line (the default approach is to set the %awk% environment variable in the
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 293 # However, this approach was abandoned for reasons including: 297 # - Windows builds are single-threaded, giving less advantage to a Makefile approach.
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 274 # However, this approach was abandoned for reasons including: 278 # - Windows builds are single-threaded, giving less advantage to a Makefile approach.
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 93 approach, the program could move one step ``down'' simply by copying
|
H A D | libunwind-dynamic.tex | 316 directives explicitly before the first use. With this approach, the
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 756 This approach has two problems: First, their little language is
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 756 This approach has two problems: First, their little language is
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 816 % surround any changed text. This approach does *not* work if the 818 % have adopt a much more difficult approach (putting marks into the main
|
Completed in 25 milliseconds