/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 155 * for software fallback rendering. 283 /* Fallback rasterization functions 403 GLuint Fallback; 473 void (*fallback)(struct gl_context *ctx, GLuint bit, GLboolean mode); member in struct:radeon_context::__anon18117
|
radeon_context.c | 90 &_tnl_render_stage, /* FALLBACK: */ 153 radeon->vtbl.fallback = radeonFallback; 403 FALLBACK(rmesa, RADEON_FALLBACK_DISABLE, 1);
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_exec_array.c | 1143 GLboolean fallback = GL_FALSE; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 155 * for software fallback rendering. 283 /* Fallback rasterization functions 403 GLuint Fallback; 473 void (*fallback)(struct gl_context *ctx, GLuint bit, GLboolean mode); member in struct:radeon_context::__anon31676
|
radeon_context.c | 90 &_tnl_render_stage, /* FALLBACK: */ 153 radeon->vtbl.fallback = radeonFallback; 403 FALLBACK(rmesa, RADEON_FALLBACK_DISABLE, 1);
|
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_array.c | 1143 GLboolean fallback = GL_FALSE; local [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_copyrequest.cc | 106 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) 537 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) 667 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
serv.cpp | 62 ICUServiceKey::fallback() function in class:ICUServiceKey 522 // fallback to the one that succeeded, we want to hit the 540 } while (key.fallback()); 704 // fallback 707 while (fallbackKey->fallback()) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
dtitvfmt.cpp | 611 // use fallback 923 fallback{"{0} - {1}"} 1253 UnicodeString fallback; local [all...] |
zstrfmt.cpp | 839 // In this case, we still use GMT format as fallback. 1671 const ZoneStringInfo *fallback = NULL; local [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucmstate.c | 588 /* find a fallback for this offset; return the index or -1 if not found */ 599 /* do a linear search for the fallback mapping (the table is not yet sorted) */ 622 int32_t i, j, leadState, trailState, newState, fallback; local 775 * Note that fallback mappings need to get their offset values adjusted. 793 /* copy assigned-character code units and adjust fallback offsets */ 800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { 801 toUFallbacks[fallback].offset=0x80000000|offset; 821 /* remove temporary flags from fallback offsets that protected them from being modified twice */ [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/err/ |
err.c | 1006 static ERR_STATE fallback; local 1020 if (ret == NULL) return(&fallback); 1034 return(&fallback);
|
/external/dhcpcd/ |
if-options.c | 107 {"fallback", required_argument, NULL, O_FALLBACK}, 745 free(ifo->fallback); 746 ifo->fallback = xstrdup(arg); 934 free(ifo->fallback);
|
/external/icu/icu4c/source/common/ |
serv.cpp | 62 ICUServiceKey::fallback() function in class:ICUServiceKey 523 // fallback to the one that succeeded, we want to hit the 541 } while (key.fallback()); 703 // fallback 706 while (fallbackKey->fallback()) {
|
/external/icu/icu4c/source/i18n/ |
dtitvfmt.cpp | 655 // use fallback 971 fallback{"{0} - {1}"} 1301 UnicodeString fallback; local [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ucmstate.c | 588 /* find a fallback for this offset; return the index or -1 if not found */ 599 /* do a linear search for the fallback mapping (the table is not yet sorted) */ 622 int32_t i, j, leadState, trailState, newState, fallback; local 775 * Note that fallback mappings need to get their offset values adjusted. 793 /* copy assigned-character code units and adjust fallback offsets */ 800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { 801 toUFallbacks[fallback].offset=0x80000000|offset; 821 /* remove temporary flags from fallback offsets that protected them from being modified twice */ [all...] |
/external/openssl/crypto/err/ |
err.c | 1006 static ERR_STATE fallback; local 1020 if (ret == NULL) return(&fallback); 1034 return(&fallback);
|
/external/chromium_org/third_party/libxml/src/ |
xinclude.c | 61 int emptyFb; /* flag to show fallback empty */ [all...] |
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
nacltest.js | 12 var fallback = function(value, default_value) { 18 embed.type = fallback(args.type, 'application/x-nacl'); 20 embed.className = fallback(args.className, 'naclModule'); 21 embed.width = fallback(args.width, 0); 22 embed.height = fallback(args.height, 0);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 168 struct symbol *fallback; /* fallback token in case this token doesn't parse */ member in struct:symbol 308 int has_fallback; /* True if any %fallback is seen in the grammar */ 1974 struct symbol *fallback; \/* The fallback token *\/ member in struct:pstate [all...] |
/external/libxml2/ |
xinclude.c | 62 int emptyFb; /* flag to show fallback empty */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_vertprog.c | 1120 GLboolean fallback; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_vertprog.c | 1120 GLboolean fallback; local [all...] |
/external/chromium_org/cc/test/ |
layer_tree_pixel_test.cc | 38 bool fallback) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 491 host: 'fallback.example.com', 508 this.assertEqual('fallback.example.com', result.rules.fallbackProxy.host);
|