Searched defs:create_screen (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h34 struct pipe_screen *(*create_screen)(struct pipe_loader_device *dev, member in struct:pipe_loader_ops
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-i915/
H A Dtarget.c9 create_screen(int fd) function
29 DRM_DRIVER_DESCRIPTOR("i915", "i915", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-nouveau/
H A Dtarget.c7 create_screen(int fd) function
20 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r300/
H A Dtarget.c7 create_screen(int fd) function
25 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
H A Dpipe_i915.c8 create_screen(int fd) function
27 DRM_DRIVER_DESCRIPTOR("i915", "i915", create_screen, NULL)
H A Dpipe_nouveau.c7 create_screen(int fd) function
21 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
H A Dpipe_r300.c8 create_screen(int fd) function
27 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
H A Dpipe_r600.c7 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("r600", "radeon", create_screen, NULL)
H A Dpipe_radeonsi.c7 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("radeonsi", "radeon", create_screen, NULL)
H A Dpipe_vmwgfx.c8 create_screen(int fd) function
27 DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/va-r300/
H A Dtarget.c6 static struct pipe_screen *create_screen(int fd) function
24 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/va-r600/
H A Dtarget.c6 static struct pipe_screen *create_screen(int fd) function
24 DRM_DRIVER_DESCRIPTOR("r600", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-nouveau/
H A Dtarget.c5 static struct pipe_screen *create_screen(int fd) function
18 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-r300/
H A Dtarget.c6 static struct pipe_screen *create_screen(int fd) function
24 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-r600/
H A Dtarget.c6 static struct pipe_screen *create_screen(int fd) function
24 DRM_DRIVER_DESCRIPTOR("r600", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-radeonsi/
H A Dtarget.c6 static struct pipe_screen *create_screen(int fd) function
24 DRM_DRIVER_DESCRIPTOR("radeonsi", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
H A Dvmw_target.c8 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/
H A Dintel_target.c8 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("i915", "i915", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
H A Dnouveau_target.c7 create_screen(int fd) function
20 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/
H A Dtarget.c8 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/
H A Dtarget.c8 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("r600", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/
H A Dtarget.c8 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("radeonsi", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-nouveau/
H A Dtarget.c5 static struct pipe_screen *create_screen(int fd) function
18 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-r300/
H A Dtarget.c6 static struct pipe_screen *create_screen(int fd) function
24 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-r600/
H A Dtarget.c6 static struct pipe_screen *create_screen(int fd) function
24 DRM_DRIVER_DESCRIPTOR("r600", "radeon", create_screen, NULL)

Completed in 129 milliseconds

123