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

  /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;
  /system/core/libsync/tests/
sync_test.cpp 71 std::string driverName;
  /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...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 646 String driverName = meta.getDriverName();
647 assertTrue("Incorrect driver name", driverName.trim().startsWith(
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 489 milliseconds