/third_party/boost/boost/ |
D | convert.hpp | 108 template<typename TypeOut, typename TypeIn, typename Converter, typename Fallback> 109 typename enable_if<is_convertible<Fallback, TypeOut>, TypeOut>::type 110 convert(TypeIn const& value_in, Converter const& converter, Fallback const& fallback) in convert() 115 template<typename TypeOut, typename TypeIn, typename Converter, typename Fallback> 116 typename enable_if<cnv::is_fun<Fallback, TypeOut>, TypeOut>::type 117 convert(TypeIn const& value_in, Converter const& converter, Fallback fallback) in convert()
|
/third_party/boost/boost/callable_traits/detail/ |
D | utility.hpp | 68 template<typename T, typename Fallback> 70 std::is_same<T, invalid_type>::value, Fallback, T>::type;
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_swtcl.c | 288 if (rmesa->radeon.Fallback != 0) in radeonChooseVertexState() 701 if (!rmesa->radeon.TclFallback || rmesa->radeon.Fallback) in radeonChooseRenderState() 799 GLuint oldfallback = rmesa->radeon.Fallback; in radeonFallback() 802 rmesa->radeon.Fallback |= bit; in radeonFallback() 815 rmesa->radeon.Fallback &= ~bit; in radeonFallback()
|
D | radeon_common_context.h | 392 GLuint Fallback; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 288 auto *Fallback = dyn_cast<GlobalValue>( in addSymbol() local 290 if (!Fallback) in addSymbol() 295 Msymtab.printSymbolName(OS, Fallback); in addSymbol()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 249 if (rmesa->radeon.Fallback != 0) in r200ChooseVertexState() 579 if (!rmesa->radeon.TclFallback || rmesa->radeon.Fallback) in r200ChooseRenderState() 691 GLuint oldfallback = rmesa->radeon.Fallback; in r200Fallback() 694 rmesa->radeon.Fallback |= bit; in r200Fallback() 707 rmesa->radeon.Fallback &= ~bit; in r200Fallback()
|
D | radeon_common_context.h | 392 GLuint Fallback; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 1078 if (!intel->Fallback) { in intelRunPipeline() 1219 const GLbitfield oldfallback = intel->Fallback; in intelFallback() 1222 intel->Fallback |= bit; in intelFallback() 1235 intel->Fallback &= ~bit; in intelFallback()
|
D | intel_context.h | 151 GLbitfield Fallback; /**< mask of INTEL_FALLBACK_x bits */ member
|
D | intel_context.c | 340 if (intel->Fallback) in intel_flush_rendering_to_batch() 589 intel->Fallback = 0x0; /* don't call _swrast_Flush later */ in intelDestroyContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 423 template <D3DVertexType Preferred, D3DVertexType Fallback = Preferred> 432 fallback = Fallback
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 495 struct Fallback { bool flow; }; 496 struct Derived : T, Fallback { }; 499 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_program_binary_Z400.txt | 123 // Fallback to source shaders or gracefully exit.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_program_binary_Z400.txt | 123 // Fallback to source shaders or gracefully exit.
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 599 template <D3DVertexType Preferred, D3DVertexType Fallback = Preferred> 608 fallback = Fallback
|
/third_party/libsoup/ |
D | meson.build | 95 # Fallback check for sqlite, not all platforms ship pkg-config file 108 # Fallback check for libxml2, not all platforms ship pkg-config file
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.0.4.rst | 116 - meta: Fallback to software for GetTexImage of compressed
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 377 struct Fallback { bool flow; }; 378 struct Derived : T, Fallback { }; 381 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
|
/third_party/boost/libs/math/doc/sf/ |
D | owens_t.qbk | 118 * Fallback to the Patefiled Tandy algorithm when all the above methods fail: this happens not at all
|
/third_party/flutter/skia/modules/canvaskit/ |
D | CHANGELOG.md | 50 - Fallback to CPU now properly refreshes the canvas to get access to the
|
/third_party/flutter/flutter/packages/flutter_tools/lib/ |
D | runner.dart | 184 // Fallback to the system temporary directory.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_get_program_binary.txt | 357 // Fallback to simpler source shaders? Take my toys and go home? 400 // were cached away. Fallback to source shader loading path,
|
/third_party/openGLES/extensions/OES/ |
D | OES_get_program_binary.txt | 368 // Fallback to simpler source shaders? Take my toys and go home? 411 // were cached away. Fallback to source shader loading path,
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/ |
D | code_signing.dart | 53 /// Fallback error message for signing issues.
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | text.dart | 20 'fallback': (BuildContext context) => const Fallback(), 53 child: const Text('Test Font Fallback'), 620 class Fallback extends StatefulWidget { 621 const Fallback({ Key key }) : super(key: key); 627 class _FallbackState extends State<Fallback> {
|