Searched defs:native_formats (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp558 const int native_formats[] = { local
568 CALLOC(Elements(native_formats), sizeof(*adpy->configs));
572 for (i = 0; i < Elements(native_formats); i++) {
576 color_format = get_pipe_format(native_formats[i]);
580 LOGI("skip unsupported native format 0x%x", native_formats[i]);
590 aconf->base.native_visual_id = native_formats[i];
591 aconf->base.native_visual_type = native_formats[i];
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp558 const int native_formats[] = { local
568 CALLOC(Elements(native_formats), sizeof(*adpy->configs));
572 for (i = 0; i < Elements(native_formats); i++) {
576 color_format = get_pipe_format(native_formats[i]);
580 LOGI("skip unsupported native format 0x%x", native_formats[i]);
590 aconf->base.native_visual_id = native_formats[i];
591 aconf->base.native_visual_type = native_formats[i];

Completed in 689 milliseconds