OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deviceName
(Results
1 - 25
of
64
) sorted by relevancy
1
2
3
/xsrc/external/mit/libvdpau/dist/src/
mesa_dri2.h
55
char **
deviceName
);
mesa_dri2.c
122
_vdp_DRI2Connect(Display * dpy, XID window, char **driverName, char **
deviceName
)
174
*
deviceName
= Xmalloc(rep.deviceNameLength + 1);
175
if (*
deviceName
== NULL) {
182
_XReadPad(dpy, *
deviceName
, rep.deviceNameLength);
183
(*
deviceName
)[rep.deviceNameLength] = '\0';
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
dri2.h
53
char **driverName, char **
deviceName
);
dri2.c
105
char **driverName, char **
deviceName
)
143
*
deviceName
= Xmalloc(rep.deviceNameLength + 1);
144
if (*
deviceName
== NULL) {
151
_XReadPad(dpy, *
deviceName
, rep.deviceNameLength);
152
(*
deviceName
)[rep.deviceNameLength] = '\0';
intel_xvmc.c
269
char *driverName = NULL, *
deviceName
= NULL;
372
&driverName, &
deviceName
)) {
377
xvmc_driver->fd = open(
deviceName
, O_RDWR);
399
XFree(
deviceName
);
/xsrc/external/mit/MesaLib/dist/src/glx/
dri2.h
59
char **driverName, char **
deviceName
);
dri2.c
269
DRI2Connect(Display * dpy, XID window, char **driverName, char **
deviceName
)
320
*
deviceName
= malloc(rep.deviceNameLength + 1);
321
if (*
deviceName
== NULL) {
328
_XReadPad(dpy, *
deviceName
, rep.deviceNameLength);
329
(*
deviceName
)[rep.deviceNameLength] = '\0';
dri2_glx.c
1142
char *driverName = NULL, *loader_driverName, *
deviceName
, *tmp;
1158
&driverName, &
deviceName
)) {
1165
psc->fd = loader_open_device(
deviceName
);
1167
ErrorMessageF("failed to open %s: %s\n",
deviceName
, strerror(errno));
1288
free(
deviceName
);
1314
free(
deviceName
);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
dri2.h
59
char **driverName, char **
deviceName
);
dri2.c
269
DRI2Connect(Display * dpy, XID window, char **driverName, char **
deviceName
)
320
*
deviceName
= malloc(rep.deviceNameLength + 1);
321
if (*
deviceName
== NULL) {
328
_XReadPad(dpy, *
deviceName
, rep.deviceNameLength);
329
(*
deviceName
)[rep.deviceNameLength] = '\0';
/xsrc/external/mit/xf86-video-intel/dist/test/
dri2.h
58
char **driverName, char **
deviceName
);
dri2.c
219
DRI2Connect(Display * dpy, XID window, char **driverName, char **
deviceName
)
257
*
deviceName
= Xmalloc(rep.deviceNameLength + 1);
258
if (*
deviceName
== NULL) {
265
_XReadPad(dpy, *
deviceName
, rep.deviceNameLength);
266
(*
deviceName
)[rep.deviceNameLength] = '\0';
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
dri2.h
58
char **driverName, char **
deviceName
);
dri2.c
219
DRI2Connect(Display * dpy, XID window, char **driverName, char **
deviceName
)
257
*
deviceName
= Xmalloc(rep.deviceNameLength + 1);
258
if (*
deviceName
== NULL) {
265
_XReadPad(dpy, *
deviceName
, rep.deviceNameLength);
266
(*
deviceName
)[rep.deviceNameLength] = '\0';
/xsrc/external/mit/MesaLib/dist/src/util/
xmlconfig.h
142
const char *
deviceName
,
xmlconfig.c
598
const char *
deviceName
;
665
else if (device && (!data->
deviceName
||
666
strcmp(device, data->
deviceName
)))
1160
const char *
deviceName
,
1171
userData.
deviceName
=
deviceName
;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
dri2.h
214
const char *
deviceName
;
267
const char **
deviceName
);
dri2ext.c
115
const char *
deviceName
;
123
stuff->driverType, &fd, &driverName, &
deviceName
))
127
rep.deviceNameLength = strlen(
deviceName
);
134
WriteToClient(client, rep.deviceNameLength,
deviceName
);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2.h
170
const char *
deviceName
;
207
const char **
deviceName
);
dri2ext.c
107
const char *
deviceName
;
121
stuff->driverType, &fd, &driverName, &
deviceName
))
125
rep.deviceNameLength = strlen(
deviceName
);
132
WriteToClient(client, rep.deviceNameLength,
deviceName
);
dri2.c
93
const char *
deviceName
;
1010
const char **driverName, const char **
deviceName
)
1024
*
deviceName
= ds->
deviceName
;
1103
ds->
deviceName
= info->
deviceName
;
/xsrc/external/mit/xf86-video-intel/dist/benchmarks/
dri2-swap.c
176
DRI2Connect(Display * dpy, XID window, char **driverName, char **
deviceName
)
214
*
deviceName
= Xmalloc(rep.deviceNameLength + 1);
215
if (*
deviceName
== NULL) {
222
_XReadPad(dpy, *
deviceName
, rep.deviceNameLength);
223
(*
deviceName
)[rep.deviceNameLength] = '\0';
/xsrc/external/mit/libXxf86dga/dist/src/
XF86DGA2.c
220
char *
deviceName
= NULL;
239
deviceName
= Xmalloc(size);
240
_XRead(dpy,
deviceName
, size);
241
deviceName
[size - 1] = '\0';
246
ret = XDGAMapFramebuffer(screen,
deviceName
,
250
if(
deviceName
)
251
Xfree(
deviceName
);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxinputinit.h
264
const char *
deviceName
; /**< devive name on remote
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
xf86dga2.c
102
char *
deviceName
;
115
if(!DGAOpenFramebuffer(stuff->screen, &
deviceName
,
122
nameSize =
deviceName
? (strlen(
deviceName
) + 1) : 0;
127
WriteToClient(client, nameSize,
deviceName
);
Completed in 20 milliseconds
1
2
3
Indexes created Thu Aug 20 00:25:57 UTC 2026