Searched defs:formats_compatible (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c399 formats_compatible(enum pipe_format src_format, function
484 if (formats_compatible(src_format, dst_format) &&
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c399 formats_compatible(enum pipe_format src_format, function
484 if (formats_compatible(src_format, dst_format) &&
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp902 bool formats_compatible; member in struct:GalliumDXGISwapChain
987 formats_compatible = util_is_format_compatible(
1168 if(!formats_compatible || src->width0 != dst_w || src->height0 != dst_h) {
1213 if(formats_compatible && blit_w == src->width0 && blit_h == src->height0)
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp902 bool formats_compatible; member in struct:GalliumDXGISwapChain
987 formats_compatible = util_is_format_compatible(
1168 if(!formats_compatible || src->width0 != dst_w || src->height0 != dst_h) {
1213 if(formats_compatible && blit_w == src->width0 && blit_h == src->height0)

Completed in 113 milliseconds