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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 152 const enum pipe_format *resource_formats; local
155 resource_formats = vl_video_buffer_formats(screen, format);
156 if (!resource_formats)
160 enum pipe_format format = resource_formats[i];
393 const enum pipe_format *resource_formats; local
407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
408 if (!resource_formats)
422 pipe, &templat, resource_formats,
436 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
447 vl_vide_buffer_template(&res_tmpl, tmpl, resource_formats[0], depth, usage, 0)
    [all...]
vl_video_buffer.h 116 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 152 const enum pipe_format *resource_formats; local
155 resource_formats = vl_video_buffer_formats(screen, format);
156 if (!resource_formats)
160 enum pipe_format format = resource_formats[i];
393 const enum pipe_format *resource_formats; local
407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
408 if (!resource_formats)
422 pipe, &templat, resource_formats,
436 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
447 vl_vide_buffer_template(&res_tmpl, tmpl, resource_formats[0], depth, usage, 0)
    [all...]
vl_video_buffer.h 116 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],

Completed in 85 milliseconds