Searched defs:deviceName (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoCapturer.java38 public static VideoCapturer create(String deviceName) { argument
39 long nativeVideoCapturer = nativeCreateVideoCapturer(deviceName);
50 private static native long nativeCreateVideoCapturer(String deviceName); argument
/external/skia/tools/skpdiff/
H A Dskpdiff_main.cpp71 cl::STRING_CLASS deviceName; local
72 device->getInfo(CL_DEVICE_NAME, &deviceName);
73 SkDebugf("Device index 0 is named %s\n", deviceName.c_str());
/external/chromium_org/third_party/mesa/src/src/glx/
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/glx/
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/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c232 char *deviceName = NULL; local
249 deviceName = Xmalloc(rep.length << 2);
250 _XRead(dpy, deviceName, rep.length << 2);
253 ret = SDL_NAME(XDGAMapFramebuffer)(screen, deviceName,
257 if(deviceName)
258 Xfree(deviceName);
/external/qemu/android/avd/
H A Dinfo.c108 char* deviceName; member in struct:AvdInfo
171 AFREE(i->deviceName);
423 char* iniPath = path_getRootIniPath( i->deviceName );
426 derror("unknown virtual device name: '%s'", i->deviceName);
713 i->deviceName = ASTRDUP(name);
820 i->deviceName = ASTRDUP("<build>");
841 return i ? i->deviceName : NULL;
/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 ...

Completed in 488 milliseconds