HomeSort by relevance Sort by last modified time
    Searched defs:driverName (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
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_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_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_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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 750 const char *driverName, *execName;
776 if (driver && strcmp (driver, data->driverName))
947 GLint screenNum, const char *driverName) {
957 userData.driverName = driverName;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 750 const char *driverName, *execName;
776 if (driver && strcmp (driver, data->driverName))
947 GLint screenNum, const char *driverName) {
957 userData.driverName = driverName;
    [all...]

Completed in 483 milliseconds