Searched refs:getFallbackString (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c529 static char *getFallbackString(GLuint bit) function
551 getFallbackString( bit ));
560 getFallbackString( bit ));
H A Dradeon_swtcl.c784 static const char *getFallbackString(GLuint bit) function
810 bit, getFallbackString(bit));
841 bit, getFallbackString(bit));
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c594 static char *getFallbackString(GLuint bit) function
619 getFallbackString( bit ));
632 getFallbackString( bit ));
H A Dr200_swtcl.c675 static const char *getFallbackString(GLuint bit) function
701 bit, getFallbackString(bit));
733 bit, getFallbackString(bit));
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c1197 getFallbackString(GLuint bit) function
1228 bit, getFallbackString(bit));
1240 fprintf(stderr, "LEAVE FALLBACK %s\n", getFallbackString(bit));
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DULocale.java857 return getFallbackString(getName(localeID));
869 return new ULocale(getFallbackString(localeID), (Locale)null);
875 private static String getFallbackString(String fallback) { method in class:ULocale
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java958 return getFallbackString(getName(localeID));
969 return new ULocale(getFallbackString(localeID), (Locale)null);
975 private static String getFallbackString(String fallback) { method in class:ULocale
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java1036 return getFallbackString(getName(localeID));
1048 return new ULocale(getFallbackString(localeID), (Locale)null);
1054 private static String getFallbackString(String fallback) { method in class:ULocale

Completed in 270 milliseconds