HomeSort by relevance Sort by last modified time
    Searched refs:driverName (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glx/
dri_common.h 70 extern void *driOpenDriver(const char *driverName);
dri_glx.c 101 driGetDriverName(Display * dpy, int scrNum, char **driverName)
108 *driverName = NULL;
121 &driverPatch, driverName);
129 driverMajor, driverMinor, driverPatch, *driverName,
136 Bool ret = DRI2Connect(dpy, RootWindow(dpy, scrNum), driverName, &dev);
157 char *driverName;
158 if (driGetDriverName(dpy, scrNum, &driverName)) {
160 if (!driverName)
162 len = strlen(driverName);
165 memcpy(ret, driverName, len + 1)
    [all...]
dri2.h 56 char **driverName, char **deviceName);
dri_common.c 123 * \param driverName - a name like "i965", "radeon", "nouveau", etc.
129 driOpenDriver(const char *driverName)
163 "%.*s/tls/%s_dri.so", len, p, driverName);
170 "%.*s/%s_dri.so", len, p, driverName);
182 ErrorMessageF("unable to load driver: %s_dri.so\n", driverName);
dri2_glx.c 955 const char *driverName)
972 if (strcmp(driverName, "vmwgfx") != 0) {
1029 char *driverName, *deviceName, *tmp;
1046 &driverName, &deviceName)) {
1053 psc->driver = driOpenDriver(driverName);
1117 dri2BindExtensions(psc, extensions, driverName);
    [all...]
  /external/mesa3d/src/glx/
dri_common.h 70 extern void *driOpenDriver(const char *driverName);
dri_glx.c 101 driGetDriverName(Display * dpy, int scrNum, char **driverName)
108 *driverName = NULL;
121 &driverPatch, driverName);
129 driverMajor, driverMinor, driverPatch, *driverName,
136 Bool ret = DRI2Connect(dpy, RootWindow(dpy, scrNum), driverName, &dev);
157 char *driverName;
158 if (driGetDriverName(dpy, scrNum, &driverName)) {
160 if (!driverName)
162 len = strlen(driverName);
165 memcpy(ret, driverName, len + 1)
    [all...]
dri2.h 56 char **driverName, char **deviceName);
dri_common.c 123 * \param driverName - a name like "i965", "radeon", "nouveau", etc.
129 driOpenDriver(const char *driverName)
163 "%.*s/tls/%s_dri.so", len, p, driverName);
170 "%.*s/%s_dri.so", len, p, driverName);
182 ErrorMessageF("unable to load driver: %s_dri.so\n", driverName);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.h 100 * To be called in <driver>CreateContext. screenNum and driverName select
103 GLint screenNum, const char *driverName);
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.h 100 * To be called in <driver>CreateContext. screenNum and driverName select
103 GLint screenNum, const char *driverName);
  /external/chromium_org/third_party/libva/va/x11/
va_dri2.h 55 char **driverName, char **deviceName);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/
intel_xorg.c 137 scrn->driverName = "i915";
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/
xorg.c 138 scrn->driverName = "r300";
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/
xorg.c 138 scrn->driverName = "r600";
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/
xorg.c 138 scrn->driverName = "radeonsi";
  /external/mesa3d/src/gallium/targets/xorg-i915/
intel_xorg.c 137 scrn->driverName = "i915";
  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 138 scrn->driverName = "r300";
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 138 scrn->driverName = "r600";
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 138 scrn->driverName = "radeonsi";
  /hardware/intel/common/libva/va/x11/
va_dri2.h 55 char **driverName, char **deviceName);
va_dri2.c 130 char **driverName, char **deviceName)
156 *driverName = Xmalloc(rep.driverNameLength + 1);
157 if (*driverName == NULL) {
165 _XReadPad(dpy, *driverName, rep.driverNameLength);
166 (*driverName)[rep.driverNameLength] = '\0';
170 Xfree(*driverName);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 184 scrn->driverName = "nouveau";
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 184 scrn->driverName = "nouveau";
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom.c 104 Str255 driverName;
115 BlockMoveData(namePtr, driverName, namePtr[0]+1);
116 if (driverName[0] > gDriverName[0]) driverName[0] = gDriverName[0];
117 if (! EqualString(driverName, gDriverName, false, false)) continue;

Completed in 338 milliseconds

1 2