HomeSort by relevance Sort by last modified time
    Searched defs:create_screen (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-nouveau/
target.c 7 create_screen(int fd) function
20 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
pipe_nouveau.c 7 create_screen(int fd) function
21 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
pipe_i915.c 8 create_screen(int fd) function
27 DRM_DRIVER_DESCRIPTOR("i915", "i915", create_screen, NULL)
pipe_r300.c 8 create_screen(int fd) function
27 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
pipe_r600.c 7 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("r600", "radeon", create_screen, NULL)
pipe_radeonsi.c 7 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("radeonsi", "radeon", create_screen, NULL)
pipe_vmwgfx.c 8 create_screen(int fd) function
27 DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen, NULL)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-nouveau/
target.c 5 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/xorg-nouveau/
nouveau_target.c 7 create_screen(int fd) function
20 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-nouveau/
target.c 5 static struct pipe_screen *create_screen(int fd) function
18 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
  /external/mesa3d/src/gallium/targets/dri-nouveau/
target.c 7 create_screen(int fd) function
20 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
  /external/mesa3d/src/gallium/targets/pipe-loader/
pipe_nouveau.c 7 create_screen(int fd) function
21 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
  /external/mesa3d/src/gallium/targets/vdpau-nouveau/
target.c 5 static struct pipe_screen *create_screen(int fd) function
18 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_target.c 7 create_screen(int fd) function
20 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)
  /external/mesa3d/src/gallium/targets/xvmc-nouveau/
target.c 5 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/auxiliary/pipe-loader/
pipe_loader_priv.h 34 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/
target.c 9 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-r300/
target.c 7 create_screen(int fd) function
25 DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/va-r300/
target.c 6 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/
target.c 6 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-r300/
target.c 6 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/
target.c 6 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/
target.c 6 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/
vmw_target.c 8 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/
intel_target.c 8 create_screen(int fd) function
26 DRM_DRIVER_DESCRIPTOR("i915", "i915", create_screen, NULL)

Completed in 271 milliseconds

1 2 3