HomeSort by relevance Sort by last modified time
    Searched refs:fallbackFormat (Results 1 - 12 of 12) sorted by null

  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 37 * @param fallbackFormat the format to use if ETC1 texture compression is not supported.
46 int fallbackFormat, int fallbackType, InputStream input)
48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
57 * @param fallbackFormat the format to use if ETC1 texture compression is not supported.
65 int fallbackFormat, int fallbackType, ETC1Texture texture) {
66 if (fallbackFormat != GLES10.GL_RGB) {
67 throw new IllegalArgumentException("fallbackFormat must be GL_RGB");
88 GLES10.glTexImage2D(target, level, fallbackFormat, width, height, border,
89 fallbackFormat, fallbackType, decodedData);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtitvfmt.h 658 UnicodeString& fallbackFormat(Calendar& fromCalendar,
    [all...]
  /external/icu4c/i18n/unicode/
dtitvfmt.h 680 UnicodeString& fallbackFormat(Calendar& fromCalendar,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 344 return fallbackFormat(fromCalendar, toCalendar, appendTo, pos, status);
354 appendTo = fallbackFormat(fromCalendar, toCalendar, appendTo, pos, status);
    [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 344 return fallbackFormat(fromCalendar, toCalendar, appendTo, pos, status);
354 appendTo = fallbackFormat(fromCalendar, toCalendar, appendTo, pos, status);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 619 milliseconds