HomeSort by relevance Sort by last modified time
    Searched full:is_video_format_supported (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.h 89 * can be used as default implementation of screen->is_video_format_supported
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 145 *is_supported &= pscreen->is_video_format_supported
397 *is_supported &= pscreen->is_video_format_supported
decode.c 613 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format,
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 157 boolean (*is_video_format_supported)( struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_screen.c 382 /* is_video_format_supported */
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 863 screen->base.base.is_video_format_supported = nv84_screen_video_supported;
867 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 743 r300screen->screen.is_video_format_supported = vl_video_buffer_is_format_supported;
  /external/mesa3d/src/gallium/state_trackers/va/
image.c 89 if (pscreen->is_video_format_supported(pscreen, format,
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_screen.c 794 is->base.is_video_format_supported = ilo_is_video_format_supported;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 866 screen->base.is_video_format_supported = vl_video_buffer_is_format_supported;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 823 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported;
    [all...]

Completed in 615 milliseconds