OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallbackFormat
(Results
1 - 4
of
4
) 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/icu4c/i18n/unicode/
dtitvfmt.h
658
UnicodeString&
fallbackFormat
(Calendar& fromCalendar,
[
all
...]
/external/icu4c/i18n/
dtitvfmt.cpp
344
return
fallbackFormat
(fromCalendar, toCalendar, appendTo, pos, status);
354
appendTo =
fallbackFormat
(fromCalendar, toCalendar, appendTo, pos, status);
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 1371 milliseconds