HomeSort by relevance Sort by last modified time
    Searched refs:format_support (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 96 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;
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 940 static bool format_support(const drmModePlanePtr ovr, uint32_t fmt) function
982 if (!ovr || !format_support(ovr, p->fourcc))
    [all...]

Completed in 3548 milliseconds