Searched refs:deviceName (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.cpp20 getDeviceFromName(const std::string &deviceName, AMDGPUSubtarget *ptr, argument
23 if (deviceName.c_str()[2] == '7') {
24 switch (deviceName.c_str()[3]) {
32 } else if (deviceName == "cypress") {
39 } else if (deviceName == "juniper") {
46 } else if (deviceName == "redwood") {
53 } else if (deviceName == "cedar") {
60 } else if (deviceName == "barts"
61 || deviceName == "turks") {
68 } else if (deviceName
[all...]
/external/skia/tools/skpdiff/
H A Dskpdiff_main.cpp84 cl::STRING_CLASS deviceName; local
85 device->getInfo(CL_DEVICE_NAME, &deviceName);
86 SkDebugf("Device index 0 is named %s\n", deviceName.c_str());
/external/mesa3d/src/glx/
H A Ddri2.h56 char **driverName, char **deviceName);
H A Ddri2.c267 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument
318 *deviceName = Xmalloc(rep.deviceNameLength + 1);
319 if (*deviceName == NULL) {
326 _XReadPad(dpy, *deviceName, rep.deviceNameLength);
327 (*deviceName)[rep.deviceNameLength] = '\0';
H A Ddri2_glx.c1029 char *driverName, *deviceName, *tmp; local
1046 &driverName, &deviceName)) {
1078 psc->fd = open(deviceName, O_RDWR | O_CLOEXEC);
1082 psc->fd = open(deviceName, O_RDWR);
1167 Xfree(deviceName);
1190 Xfree(deviceName);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c426 dri2info.deviceName = "/dev/dri/card0"; /* FIXME */
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
H A DLwjglAudioRenderer.java163 String deviceName = ALC10.alcGetString(device, ALC10.ALC_DEVICE_SPECIFIER);
165 logger.log(Level.FINER, "Audio Device: {0}", deviceName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 151 milliseconds