Home
last modified time | relevance | path

Searched refs:actualFormat (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c191 enum pipe_format actualFormat, in compute_texture_format_swizzle() argument
198 if (util_format_has_alpha(actualFormat)) in compute_texture_format_swizzle()
203 if (util_format_get_nr_components(actualFormat) > 2) in compute_texture_format_swizzle()
208 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
214 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
220 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
225 if (util_format_get_nr_components(actualFormat) > 2) in compute_texture_format_swizzle()
230 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c167 int actualFormat; in GetOverlayInfo() local
180 overlayVisualsAtom, &actualType, &actualFormat, in GetOverlayInfo()
185 actualFormat != 32 || sizeData < 4) { in GetOverlayInfo()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java2488 String[] actualFormat = formattedDateList.toArray(new String[0]);
2489 …ssertEquals("Fail: dateformat doesn't interpret calendar correctly", expectedFormat, actualFormat);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java2485 String[] actualFormat = formattedDateList.toArray(new String[0]);
2486 …ssertEquals("Fail: dateformat doesn't interpret calendar correctly", expectedFormat, actualFormat);