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

/external/libdrm/tests/modetest/
H A Dmodetest.c940 static bool format_support(const drmModePlanePtr ovr, uint32_t fmt) function
982 if (!ovr || !format_support(ovr, p->fourcc))
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h96 int format_support[PIPE_FORMAT_COUNT]; member in struct:GalliumD3D11ScreenImpl
128 memset(format_support, 0xff, sizeof(format_support));
311 int support = format_support[format];
370 format_support[format] = support;

Completed in 328 milliseconds