OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offscreenImages
(Results
1 - 21
of
21
) sorted by relevancy
/xsrc/external/mit/xf86-video-geode/dist/src/
lx_video.c
928
XF86OffscreenImagePtr
offscreenImages
;
931
if (!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
934
offscreenImages
[0].image = &Images[0];
935
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
936
offscreenImages
[0].alloc_surface = LXAllocateSurface;
937
offscreenImages
[0].free_surface = LXFreeSurface;
938
offscreenImages
[0].display = LXDisplaySurface;
939
offscreenImages
[0].stop = LXStopSurface;
940
offscreenImages
[0].setAttribute = LXSetSurfaceAttribute;
941
offscreenImages
[0].getAttribute = LXGetSurfaceAttribute
[
all
...]
gx_video.c
1558
XF86OffscreenImagePtr
offscreenImages
;
1561
if (!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
1564
offscreenImages
[0].image = &Images[0];
1565
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1566
offscreenImages
[0].alloc_surface = GXAllocateSurface;
1567
offscreenImages
[0].free_surface = GXFreeSurface;
1568
offscreenImages
[0].display = GXDisplaySurface;
1569
offscreenImages
[0].stop = GXStopSurface;
1570
offscreenImages
[0].setAttribute = GXSetSurfaceAttribute;
1571
offscreenImages
[0].getAttribute = GXGetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx2_video.c
1503
XF86OffscreenImagePtr
offscreenImages
;
1506
if (!(
offscreenImages
= xalloc(sizeof(XF86OffscreenImageRec))))
1509
offscreenImages
[0].image = &Images[0];
1510
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1511
offscreenImages
[0].alloc_surface = GX2AllocateSurface;
1512
offscreenImages
[0].free_surface = GX2FreeSurface;
1513
offscreenImages
[0].display = GX2DisplaySurface;
1514
offscreenImages
[0].stop = GX2StopSurface;
1515
offscreenImages
[0].setAttribute = GX2SetSurfaceAttribute;
1516
offscreenImages
[0].getAttribute = GX2GetSurfaceAttribute
[
all
...]
nsc_gx1_video.c
1562
XF86OffscreenImagePtr
offscreenImages
;
1566
if (!(
offscreenImages
= xalloc(sizeof(XF86OffscreenImageRec))))
1569
offscreenImages
[0].image = &Images[0];
1570
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1571
offscreenImages
[0].alloc_surface = GX1AllocateSurface;
1572
offscreenImages
[0].free_surface = GX1FreeSurface;
1573
offscreenImages
[0].display = GX1DisplaySurface;
1574
offscreenImages
[0].stop = GX1StopSurface;
1575
offscreenImages
[0].setAttribute = GX1SetSurfaceAttribute;
1576
offscreenImages
[0].getAttribute = GX1GetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_video.c
1428
XF86OffscreenImagePtr
offscreenImages
;
1431
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec)))) {
1435
offscreenImages
[0].image = &Images[0];
1436
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1438
offscreenImages
[0].alloc_surface = I810AllocateSurface;
1439
offscreenImages
[0].free_surface = I810FreeSurface;
1440
offscreenImages
[0].display = I810DisplaySurface;
1441
offscreenImages
[0].stop = I810StopSurface;
1442
offscreenImages
[0].setAttribute = I810SetSurfaceAttribute;
1443
offscreenImages
[0].getAttribute = I810GetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_video.c
1386
XF86OffscreenImagePtr
offscreenImages
;
1389
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec)))) {
1393
offscreenImages
[0].image = &Images[0];
1394
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1396
offscreenImages
[0].alloc_surface = I810AllocateSurface;
1397
offscreenImages
[0].free_surface = I810FreeSurface;
1398
offscreenImages
[0].display = I810DisplaySurface;
1399
offscreenImages
[0].stop = I810StopSurface;
1400
offscreenImages
[0].setAttribute = I810SetSurfaceAttribute;
1401
offscreenImages
[0].getAttribute = I810GetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-trident/dist/src/
trident_video.c
1125
XF86OffscreenImagePtr
offscreenImages
;
1128
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
1131
offscreenImages
[0].image = &Images[0];
1132
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1134
offscreenImages
[0].alloc_surface = TRIDENTAllocateSurface;
1135
offscreenImages
[0].free_surface = TRIDENTFreeSurface;
1136
offscreenImages
[0].display = TRIDENTDisplaySurface;
1137
offscreenImages
[0].stop = TRIDENTStopSurface;
1138
offscreenImages
[0].setAttribute = TRIDENTSetSurfaceAttribute;
1139
offscreenImages
[0].getAttribute = TRIDENTGetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-chips/dist/src/
ct_video.c
1035
XF86OffscreenImagePtr
offscreenImages
;
1038
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
1041
offscreenImages
[0].image = &Images[0];
1042
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1044
offscreenImages
[0].alloc_surface = CHIPSAllocateSurface;
1045
offscreenImages
[0].free_surface = CHIPSFreeSurface;
1046
offscreenImages
[0].display = CHIPSDisplaySurface;
1047
offscreenImages
[0].stop = CHIPSStopSurface;
1048
offscreenImages
[0].setAttribute = CHIPSSetSurfaceAttribute;
1049
offscreenImages
[0].getAttribute = CHIPSGetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-glint/dist/src/
pm3_video.c
1230
XF86OffscreenImagePtr
offscreenImages
;
1233
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
1236
offscreenImages
[0].image = &Images[0];
1237
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1239
offscreenImages
[0].alloc_surface = Permedia3AllocateSurface;
1240
offscreenImages
[0].free_surface = Permedia3FreeSurface;
1241
offscreenImages
[0].display = Permedia3DisplaySurface;
1242
offscreenImages
[0].stop = Permedia3StopSurface;
1243
offscreenImages
[0].setAttribute = Permedia3SetSurfaceAttribute;
1244
offscreenImages
[0].getAttribute = Permedia3GetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-i740/dist/src/
i740_video.c
1122
XF86OffscreenImagePtr
offscreenImages
;
1129
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
1134
offscreenImages
[0].image = &i740vid_Images[0];
1135
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1136
offscreenImages
[0].alloc_surface = I740AllocateSurface;
1137
offscreenImages
[0].free_surface = I740FreeSurface;
1138
offscreenImages
[0].display = I740DisplaySurface;
1139
offscreenImages
[0].stop = I740StopSurface;
1140
offscreenImages
[0].setAttribute = I740SetSurfaceAttribute;
1141
offscreenImages
[0].getAttribute = I740GetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_video.c
1401
XF86OffscreenImagePtr
offscreenImages
;
1404
if(!(
offscreenImages
= xalloc(sizeof(XF86OffscreenImageRec)))) {
1408
offscreenImages
[0].image = &Images[0];
1409
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1411
offscreenImages
[0].alloc_surface = I810AllocateSurface;
1412
offscreenImages
[0].free_surface = I810FreeSurface;
1413
offscreenImages
[0].display = I810DisplaySurface;
1414
offscreenImages
[0].stop = I810StopSurface;
1415
offscreenImages
[0].setAttribute = I810SetSurfaceAttribute;
1416
offscreenImages
[0].getAttribute = I810GetSurfaceAttribute
[
all
...]
i830_video.c
2853
XF86OffscreenImagePtr
offscreenImages
;
2857
if (!(
offscreenImages
= xalloc(sizeof(XF86OffscreenImageRec)))) {
2861
pI830->
offscreenImages
=
offscreenImages
;
2863
offscreenImages
[0].image = &Images[0];
2864
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES /*| VIDEO_CLIP_TO_VIEWPORT*/;
2865
offscreenImages
[0].alloc_surface = I830AllocateSurface;
2866
offscreenImages
[0].free_surface = I830FreeSurface;
2867
offscreenImages
[0].display = I830DisplaySurface;
2868
offscreenImages
[0].stop = I830StopSurface
[
all
...]
i830.h
392
void *
offscreenImages
; /**< remembered memory block for release */
i830_driver.c
3087
free(pI830->
offscreenImages
);
3088
pI830->
offscreenImages
= NULL;
/xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_video.c
914
XF86OffscreenImagePtr
offscreenImages
;
919
if ((
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))) == NULL){
923
offscreenImages
->image = NEOVideoImages;
924
offscreenImages
->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
925
offscreenImages
->alloc_surface = NEOAllocSurface;
926
offscreenImages
->free_surface = NEOFreeSurface;
927
offscreenImages
->display = NEODisplaySurface;
928
offscreenImages
->stop = NEOStopSurface;
929
offscreenImages
->getAttribute = NEOGetSurfaceAttribute;
930
offscreenImages
->setAttribute = NEOSetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_video.c
1332
XF86OffscreenImagePtr
offscreenImages
;
1335
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
1338
offscreenImages
[0].image = &OverlayImages[0];
1339
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1341
offscreenImages
[0].alloc_surface = TDFXAllocateSurface;
1342
offscreenImages
[0].free_surface = TDFXFreeSurface;
1343
offscreenImages
[0].display = TDFXDisplaySurface;
1344
offscreenImages
[0].stop = TDFXStopSurface;
1345
offscreenImages
[0].setAttribute = TDFXSetSurfaceAttribute;
1346
offscreenImages
[0].getAttribute = TDFXGetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-mga/dist/src/
mga_video.c
1238
XF86OffscreenImagePtr
offscreenImages
;
1241
if(!(
offscreenImages
= malloc(num * sizeof(XF86OffscreenImageRec))))
1244
offscreenImages
[0].image = &Images[0];
1245
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
1247
offscreenImages
[0].alloc_surface = MGAAllocateSurface;
1248
offscreenImages
[0].free_surface = MGAFreeSurface;
1249
offscreenImages
[0].display = MGADisplaySurface;
1250
offscreenImages
[0].stop = MGAStopSurface;
1251
offscreenImages
[0].setAttribute = MGASetSurfaceAttribute;
1252
offscreenImages
[0].getAttribute = MGAGetSurfaceAttribute
[
all
...]
/xsrc/external/mit/xf86-video-savage/dist/src/
savage_video.c
2372
XF86OffscreenImagePtr
offscreenImages
;
2376
if (!psav->
offscreenImages
) {
2377
if(!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
2379
psav->
offscreenImages
=
offscreenImages
;
2381
offscreenImages
= psav->
offscreenImages
;
2384
offscreenImages
[0].image = &Images[0];
2385
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES |
2387
offscreenImages
[0].alloc_surface = SavageAllocateSurface
[
all
...]
savage_driver.h
465
XF86OffscreenImagePtr
offscreenImages
;
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_video.c
2159
XF86OffscreenImagePtr
offscreenImages
;
2166
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec));
2167
if (
offscreenImages
== NULL) {
2171
offscreenImages
->image = SMI_VideoImages;
2172
offscreenImages
->flags = VIDEO_OVERLAID_IMAGES;
2174
offscreenImages
->flags |= VIDEO_CLIP_TO_VIEWPORT;
2175
offscreenImages
->alloc_surface = SMI_AllocSurface;
2176
offscreenImages
->free_surface = SMI_FreeSurface;
2177
offscreenImages
->display = SMI_DisplaySurface;
2178
offscreenImages
->stop = SMI_StopSurface
[
all
...]
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.c
3432
XF86OffscreenImagePtr
offscreenImages
;
3435
if (!(
offscreenImages
= malloc(sizeof(XF86OffscreenImageRec))))
3438
offscreenImages
[0].image = &Images[0];
3439
offscreenImages
[0].flags = VIDEO_OVERLAID_IMAGES /*|
3441
offscreenImages
[0].alloc_surface = RADEONAllocateSurface;
3442
offscreenImages
[0].free_surface = RADEONFreeSurface;
3443
offscreenImages
[0].display = RADEONDisplaySurface;
3444
offscreenImages
[0].stop = RADEONStopSurface;
3445
offscreenImages
[0].setAttribute = RADEONSetSurfaceAttribute;
3446
offscreenImages
[0].getAttribute = RADEONGetSurfaceAttribute
[
all
...]
Completed in 55 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026