Searched refs:pPriv (Results 1 - 25 of 153) sorted by relevance

1234567

/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kText.c37 * argument: (X68kScreenRec *)pPriv : X68k private screen record
46 x68kTextOpen(X68kScreenRec *pPriv) argument
48 if( !x68kFbCommonOpen(pPriv, "/dev/grf0") )
52 r21 = pPriv->reg->crtc.r21;
53 pPriv->reg->crtc.r21 = 0x01f0;
56 pPriv->reg->crtc.r10 = pPriv->reg->crtc.r11 = 0;
58 tpal0 = pPriv->reg->tpal[0];
59 tpal15 = pPriv->reg->tpal[15];
61 pPriv
75 x68kTextClose(X68kScreenRec * pPriv) argument
96 X68kScreenRec *pPriv; local in function:x68kTextInit
[all...]
H A Dx68kFb.c29 static void x68kRegSetup(X68kScreenRec *pPriv);
41 * argument: (X68kScreenRec *)pPriv : X68k private screen record
47 x68kFbCommonOpen(X68kScreenRec *pPriv, const char *device) argument
52 if ( ( pPriv->fd = open(device, O_RDWR, 0)) < 0) {
57 if ( ioctl( pPriv->fd, GRFIOCGINFO, &gi ) == -1 ) {
61 pPriv->mapsize = gi.gd_regsize + gi.gd_fbsize;
64 pPriv->reg = (FbReg *)mmap(0, pPriv->mapsize, PROT_READ | PROT_WRITE,
65 MAP_FILE | MAP_SHARED, pPriv->fd, 0 );
66 if ( pPriv
87 x68kFbCommonClose(X68kScreenRec * pPriv) argument
133 x68kRegSetup(X68kScreenRec * pPriv) argument
176 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kSaveScreen
[all...]
H A Dx68kGraph.c135 * argument: (X68kScreenRec *)pPriv : X68k private screen record
140 x68kGraphOpen(X68kScreenRec *pPriv) argument
142 if( !x68kFbCommonOpen(pPriv, "/dev/grf1") )
147 if (pPriv->depth == 15 && pPriv->class == TrueColor) {
152 pPriv->reg->gpal[i++] = x;
153 pPriv->reg->gpal[i++] = x;
157 if (pPriv->depth == 4 && pPriv->class == StaticGray ) {
161 pPriv
174 x68kGraphClose(X68kScreenRec * pPriv) argument
192 X68kScreenRec *pPriv; local in function:x68kGraphInit
254 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kCfbFinishScreenInit
354 X68kScreenRec *pPriv = x68kGetScreenPrivate(cmap->pScreen); local in function:x68kInstallColormap
413 X68kScreenRec *pPriv = x68kGetScreenPrivate(cmap->pScreen); local in function:x68kUninstallColormap
438 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kListInstalledColormaps
455 X68kScreenRec *pPriv = x68kGetScreenPrivate(pmap->pScreen); local in function:x68kStoreColors
490 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kUpdateColormap
[all...]
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kText.c38 * argument: (X68kScreenRec *)pPriv : X68k private screen record
47 x68kTextOpen(X68kScreenRec *pPriv) argument
49 if( !x68kFbCommonOpen(pPriv, "/dev/grf0") )
53 r21 = pPriv->reg->crtc.r21;
54 pPriv->reg->crtc.r21 = 0x01f0;
57 pPriv->reg->crtc.r10 = pPriv->reg->crtc.r11 = 0;
59 tpal0 = pPriv->reg->tpal[0];
60 tpal15 = pPriv->reg->tpal[15];
62 pPriv
76 x68kTextClose(X68kScreenRec * pPriv) argument
96 X68kScreenRec *pPriv; local in function:x68kTextInit
[all...]
H A Dx68kFb.c29 static void x68kRegSetup(X68kScreenRec *pPriv);
41 * argument: (X68kScreenRec *)pPriv : X68k private screen record
47 x68kFbCommonOpen(X68kScreenRec *pPriv, const char *device) argument
52 if ( ( pPriv->fd = open(device, O_RDWR, 0)) < 0) {
57 if ( ioctl( pPriv->fd, GRFIOCGINFO, &gi ) == -1 ) {
61 pPriv->mapsize = gi.gd_regsize + gi.gd_fbsize;
64 pPriv->reg = (FbReg *)mmap(0, pPriv->mapsize, PROT_READ | PROT_WRITE,
65 MAP_FILE | MAP_SHARED, pPriv->fd, 0 );
66 if ( pPriv
87 x68kFbCommonClose(X68kScreenRec * pPriv) argument
133 x68kRegSetup(X68kScreenRec * pPriv) argument
176 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kSaveScreen
[all...]
H A Dx68kMouse.c128 X68kMousePrivPtr pPriv = pMouse->devicePrivate; local in function:x68kMouseEvents
135 x68kMouseEnqueueEvent(device, &pPriv->evbuf[i]);
157 X68kMousePrivPtr pPriv; local in function:x68kMouseProc
168 pPriv = malloc(sizeof(*pPriv));
169 if (pPriv == NULL) {
173 pPriv->fd = open("/dev/mouse", O_RDONLY | O_NONBLOCK);
174 if (pPriv->fd == -1) {
178 pPriv->bmask = 0;
179 pPriv
296 X68kMousePrivPtr pPriv = pMouse->devicePrivate; local in function:x68kMouseGetEvents
330 X68kMousePrivPtr pPriv; /* Private data for pointer */ local in function:x68kMouseEnqueueEvent
[all...]
H A Dx68kGraph.c135 * argument: (X68kScreenRec *)pPriv : X68k private screen record
140 x68kGraphOpen(X68kScreenRec *pPriv) argument
142 if( !x68kFbCommonOpen(pPriv, "/dev/grf1") )
147 if (pPriv->depth == 15 && pPriv->class == TrueColor) {
152 pPriv->reg->gpal[i++] = x;
153 pPriv->reg->gpal[i++] = x;
157 if (pPriv->depth == 4 && pPriv->class == StaticGray ) {
161 pPriv
174 x68kGraphClose(X68kScreenRec * pPriv) argument
191 X68kScreenRec *pPriv; local in function:x68kGraphInit
253 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kCfbFinishScreenInit
352 X68kScreenRec *pPriv = x68kGetScreenPrivate(cmap->pScreen); local in function:x68kInstallColormap
411 X68kScreenRec *pPriv = x68kGetScreenPrivate(cmap->pScreen); local in function:x68kUninstallColormap
439 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kListInstalledColormaps
456 X68kScreenRec *pPriv = x68kGetScreenPrivate(pmap->pScreen); local in function:x68kStoreColors
491 X68kScreenRec *pPriv = x68kGetScreenPrivate(pScreen); local in function:x68kUpdateColormap
[all...]
H A Dx68kKbd.c120 X68kKbdPrivPtr pPriv = pKeyboard->devicePrivate; local in function:x68kKbdEvents
127 x68kKbdEnqueueEvent(device, &pPriv->evbuf[i]);
147 X68kKbdPrivPtr pPriv; local in function:x68kKbdProc
154 pPriv = malloc(sizeof(*pPriv));
155 if (pPriv == NULL) {
160 pPriv->fd = open("/dev/kbd", O_RDONLY | O_NONBLOCK);
161 if (pPriv->fd == -1) {
165 pPriv->type = x68kGetKbdType();
166 pPriv
312 X68kKbdPrivPtr pPriv = pKeyboard->devicePrivate; local in function:x68kKbdGetEvents
364 X68kKbdPrivPtr pPriv = (X68kKbdPrivPtr)device->public.devicePrivate; local in function:x68kKbdRingBell
430 X68kKbdPrivPtr pPriv = (X68kKbdPrivPtr)device->public.devicePrivate; local in function:x68kKbdCtrl
447 x68kSetLeds(X68kKbdPrivPtr pPriv,uint8_t data) argument
[all...]
/xsrc/external/mit/xorg-server/dist/miext/sync/
H A Dmisyncshm.c51 SyncShmFencePrivatePtr pPriv = SYNC_FENCE_PRIV(pFence); local in function:miSyncShmFenceSetTriggered
53 if (pPriv->fence)
54 xshmfence_trigger(pPriv->fence);
61 SyncShmFencePrivatePtr pPriv = SYNC_FENCE_PRIV(pFence); local in function:miSyncShmFenceReset
63 if (pPriv->fence)
64 xshmfence_reset(pPriv->fence);
71 SyncShmFencePrivatePtr pPriv = SYNC_FENCE_PRIV(pFence); local in function:miSyncShmFenceCheckTriggered
73 if (pPriv->fence)
74 return xshmfence_query(pPriv->fence);
103 SyncShmFencePrivatePtr pPriv local in function:miSyncShmScreenCreateFence
113 SyncShmFencePrivatePtr pPriv = SYNC_FENCE_PRIV(pFence); local in function:miSyncShmScreenDestroyFence
126 SyncShmFencePrivatePtr pPriv = SYNC_FENCE_PRIV(pFence); local in function:miSyncShmCreateFenceFromFd
144 SyncShmFencePrivatePtr pPriv = SYNC_FENCE_PRIV(pFence); local in function:miSyncShmGetFenceFd
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c151 DRI2DrawablePtr pPriv; local in function:DRI2AllocateDrawable
156 pPriv = malloc(sizeof *pPriv);
157 if (pPriv == NULL)
160 pPriv->dri2_screen = ds;
161 pPriv->drawable = pDraw;
162 pPriv->width = pDraw->width;
163 pPriv->height = pDraw->height;
164 pPriv->buffers = NULL;
165 pPriv
202 DRI2LookupDrawableRef(DRI2DrawablePtr pPriv,XID id) argument
215 DRI2AddDrawableRef(DRI2DrawablePtr pPriv,XID id,XID dri2_id,DRI2InvalidateProcPtr invalidate,void * priv) argument
248 DRI2DrawablePtr pPriv; local in function:DRI2CreateDrawable
268 DRI2DrawablePtr pPriv = p; local in function:DRI2DrawableGone
319 find_attachment(DRI2DrawablePtr pPriv,unsigned attachment) argument
338 allocate_or_reuse_buffer(DrawablePtr pDraw,DRI2ScreenPtr ds,DRI2DrawablePtr pPriv,unsigned int attachment,unsigned int format,int dimensions_match,DRI2BufferPtr * buffer) argument
360 update_dri2_drawable_buffers(DRI2DrawablePtr pPriv,DrawablePtr pDraw,DRI2BufferPtr * buffers,int * out_count,int * width,int * height) argument
390 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDraw); local in function:do_get_buffers
536 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDraw); local in function:DRI2InvalidateDrawable
556 DRI2DrawablePtr pPriv; local in function:DRI2ThrottleClient
576 __DRI2BlockClient(ClientPtr client,DRI2DrawablePtr pPriv) argument
587 DRI2DrawablePtr pPriv; local in function:DRI2BlockClient
602 DRI2DrawablePtr pPriv; local in function:DRI2CopyRegion
673 DRI2DrawablePtr pPriv; local in function:DRI2WaitMSCComplete
694 DRI2DrawablePtr pPriv; local in function:DRI2WakeClient
733 DRI2DrawablePtr pPriv; local in function:DRI2SwapComplete
769 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDrawable); local in function:DRI2WaitSwap
793 DRI2DrawablePtr pPriv; local in function:DRI2SwapBuffers
895 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDrawable); local in function:DRI2SwapInterval
912 DRI2DrawablePtr pPriv; local in function:DRI2GetMSC
948 DRI2DrawablePtr pPriv; local in function:DRI2WaitMSC
972 DRI2DrawablePtr pPriv; local in function:DRI2WaitSBC
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_mm_i2c.c26 static void RADEON_TDA9885_Init(RADEONPortPrivPtr pPriv);
54 status = RADEON_I2C_WaitForAck(pScrn, pPriv); \
67 static uint8_t RADEON_I2C_WaitForAck (ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv) argument
129 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)(d->pI2CBus->DriverPrivate.ptr); local in function:RADEONI2CWriteRead
152 i2c_cntl_1 = (pPriv->radeon_i2c_timing << 24) | RADEON_I2C_EN | RADEON_I2C_SEL |
156 i2c_cntl_0 = (pPriv->radeon_N << 24) | (pPriv->radeon_M << 16) |
177 i2c_cntl_1 = (pPriv->radeon_i2c_timing << 24) | RADEON_I2C_EN | RADEON_I2C_SEL |
181 i2c_cntl_0 = (pPriv->radeon_N << 24) | (pPriv
214 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)(d->pI2CBus->DriverPrivate.ptr); local in function:R200_I2CWriteRead
353 RADEONResetI2C(ScrnInfoPtr pScrn,RADEONPortPrivPtr pPriv) argument
363 RADEONInitI2C(ScrnInfoPtr pScrn,RADEONPortPrivPtr pPriv) argument
625 RADEON_TDA9885_Init(RADEONPortPrivPtr pPriv) argument
[all...]
H A Dradeon_textured_video.c47 R600DisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv);
51 EVERGREENDisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv);
245 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONPutImageTextured
283 pPriv->bicubic_enabled = (pPriv->bicubic_state != BICUBIC_OFF);
285 pPriv->bicubic_enabled = FALSE;
286 pPriv->bicubic_state = BICUBIC_OFF;
288 if (pPriv->bicubic_enabled && (pPriv->bicubic_state == BICUBIC_AUTO)) {
294 pPriv
683 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONGetTexPortAttribute
725 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONSetTexPortAttribute
898 RADEONPortPrivPtr pPriv = &pPortPriv[i]; local in function:RADEONSetupImageTexturedVideo
[all...]
H A Dradeon_video.c68 | ( (pPriv->theatre !=NULL)?(FORMAT_CCIR656<<23):(FORMAT_BROOKTREE<<23)) \
70 | (pPriv->capture_vbi_data ? RADEON_CAP0_CONFIG_VBI_EN : 0) \
76 | ( (pPriv->theatre !=NULL)?(FORMAT_CCIR656<<23):(FORMAT_BROOKTREE<<23)) \
78 | (pPriv->capture_vbi_data ? RADEON_CAP0_CONFIG_VBI_EN : 0) \
94 static void RADEON_board_setmisc(RADEONPortPrivPtr pPriv);
95 static void RADEON_RT_SetEncoding(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv);
96 static void RADEON_MSP_SetEncoding(RADEONPortPrivPtr pPriv);
97 static void RADEON_TDA9885_SetEncoding(RADEONPortPrivPtr pPriv);
98 static void RADEON_FI1236_SetEncoding(RADEONPortPrivPtr pPriv);
1257 RADEONPortPrivPtr pPriv local in function:RADEONResetVideo
1374 RADEONSetupTheatre(ScrnInfoPtr pScrn,RADEONPortPrivPtr pPriv) argument
1473 RADEONPortPrivPtr pPriv; local in function:RADEONAllocAdaptor
1654 RADEONPortPrivPtr pPriv; local in function:RADEONSetupImageVideo
1703 RADEONFreeVideoMemory(ScrnInfoPtr pScrn,RADEONPortPrivPtr pPriv) argument
1724 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONStopVideo
1767 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONSetPortAttribute
2035 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONGetPortAttribute
2131 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONQueryBestSize
2506 RADEONDisplayVideo(ScrnInfoPtr pScrn,xf86CrtcPtr crtc,RADEONPortPrivPtr pPriv,int id,int base_offset,int offset1,int offset2,int offset3,int offset4,int offset5,int offset6,short width,short height,int pitch,int left,int right,int top,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h,int deinterlacing_method) argument
2906 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONPutImage
3208 RADEONPortPrivPtr pPriv = info->adaptor->pPortPrivates[0].ptr; local in function:RADEONVideoTimerCallback
3244 OffscreenPrivPtr pPriv; local in function:RADEONAllocateSurface
3293 OffscreenPrivPtr pPriv = (OffscreenPrivPtr)surface->devPrivate.ptr; local in function:RADEONStopSurface
3310 OffscreenPrivPtr pPriv = (OffscreenPrivPtr)surface->devPrivate.ptr; local in function:RADEONFreeSurface
3353 OffscreenPrivPtr pPriv = (OffscreenPrivPtr)surface->devPrivate.ptr; local in function:RADEONDisplaySurface
3466 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONPutVideo
3757 RADEON_board_setmisc(RADEONPortPrivPtr pPriv) argument
3781 RADEON_RT_SetEncoding(ScrnInfoPtr pScrn,RADEONPortPrivPtr pPriv) argument
3868 RADEON_MSP_SetEncoding(RADEONPortPrivPtr pPriv) argument
3927 RADEON_TDA9885_SetEncoding(RADEONPortPrivPtr pPriv) argument
3967 RADEON_FI1236_SetEncoding(RADEONPortPrivPtr pPriv) argument
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv10_xv_ovl.c71 NVPortPrivPtr pPriv = GET_OVERLAY_PRIVATE(pNv); local in function:NV10PutOverlayImage
73 int buffer = pPriv->currentBuffer;
75 xf86CrtcPtr crtc = xf86_config->crtc[pPriv->overlayCRTC];
84 if(pPriv->autopaintColorKey && (pPriv->grabbedByV4L ||
85 !REGION_EQUAL(pScrn->pScreen, &pPriv->clip, clipBoxes))) {
87 if (!pPriv->grabbedByV4L)
88 REGION_COPY(pScrn->pScreen, &pPriv->clip, clipBoxes);
90 xf86XVFillKeyHelper(pScrn->pScreen, pPriv->colorKey, clipBoxes);
114 if(pPriv
153 NVPortPrivPtr pPriv = (NVPortPrivPtr)data; local in function:NV10SetOverlayPortAttribute
231 NVPortPrivPtr pPriv = (NVPortPrivPtr)data; local in function:NV10GetOverlayPortAttribute
279 NVPortPrivPtr pPriv = GET_OVERLAY_PRIVATE(pNv); local in function:NV10WriteOverlayParameters
[all...]
H A Dnv04_xv_ovl.c48 NVPortPrivPtr pPriv = GET_OVERLAY_PRIVATE(pNv); local in function:NV04PutOverlayImage
51 xf86CrtcPtr crtc = xf86_config->crtc[pPriv->overlayCRTC];
61 if(pPriv->autopaintColorKey && (pPriv->grabbedByV4L ||
62 !REGION_EQUAL(pScrn->pScreen, &pPriv->clip, clipBoxes))) {
64 if (!pPriv->grabbedByV4L)
65 REGION_COPY(pScrn->pScreen, &pPriv->clip, clipBoxes);
67 xf86XVFillKeyHelper(pScrn->pScreen, pPriv->colorKey, clipBoxes);
89 nvWriteVIDEO(pNv, NV_PVIDEO_RED_CSC_OFFSET, (0x69 - (pPriv->brightness * 62 / 512)));
90 nvWriteVIDEO(pNv, NV_PVIDEO_GREEN_CSC_OFFSET, (0x3e + (pPriv
131 NVPortPrivPtr pPriv = (NVPortPrivPtr)data; local in function:NV04SetOverlayPortAttribute
168 NVPortPrivPtr pPriv = (NVPortPrivPtr)data; local in function:NV04GetOverlayPortAttribute
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.c116 static struct v4l2_input XGIToV4lInput(XGIPortPrivPtr pPriv, int encoding);
117 static struct v4l2_standard XGIToV4lStandard(XGIPortPrivPtr pPriv, int encoding);
118 static int XGIOpenV4l(XGIPortPrivPtr pPriv);
119 static void XGICloseV4l(XGIPortPrivPtr pPriv);
361 set_maxencoding(XGIPtr pXGI, XGIPortPrivPtr pPriv) argument
371 XGIPortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn); local in function:XGIResetXvGamma
373 XGIUpdateXvGamma(pXGI, pPriv);
377 XGISetPortDefaults(ScrnInfoPtr pScrn, XGIPortPrivPtr pPriv) argument
379 pPriv->colorKey = 0x000101fe;
380 pPriv
392 XGIPortPrivPtr pPriv; local in function:XGISetupImageVideo
539 XGIPortPrivPtr pPriv = (XGIPortPrivPtr)data; local in function:XGISetPortAttribute
647 XGIPortPrivPtr pPriv = (XGIPortPrivPtr)data; local in function:XGIGetPortAttribute
915 XGIDisplayVideo(ScrnInfoPtr pScrn,XGIPortPrivPtr pPriv) argument
1030 XGIPortPrivPtr pPriv = (XGIPortPrivPtr)data; local in function:XGIStopVideo
1088 XGIPortPrivPtr pPriv = (XGIPortPrivPtr)data; local in function:XGIPutImage
1663 XGIPortPrivPtr pPriv = (XGIPortPrivPtr)data; local in function:XGIPutVideo
1825 XGIToV4lInput(XGIPortPrivPtr pPriv,int encoding) argument
1865 XGIToV4lStandard(XGIPortPrivPtr pPriv,int encoding) argument
1905 XGIOpenV4l(XGIPortPrivPtr pPriv) argument
1941 XGICloseV4l(XGIPortPrivPtr pPriv) argument
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c188 z4l_ovly_unmap(Z4lPortPrivRec * pPriv) argument
192 nbfrs = pPriv->nbfrs;
194 if (pPriv->bfrs[i].start != NULL) {
195 munmap(pPriv->bfrs[i].start, pPriv->bfrs[i].length);
196 pPriv->bfrs[i].start = NULL;
199 pPriv->nbfrs = -1;
200 pPriv->bufsz = -1;
201 pPriv->last = -1;
205 z4l_ovly_map(Z4lPortPrivRec * pPriv, in argument
272 z4l_ovly_dqbuf(Z4lPortPrivRec * pPriv) argument
298 z4l_open_device(Z4lPortPrivRec * pPriv) argument
318 z4l_close_device(Z4lPortPrivRec * pPriv) argument
336 z4l_ovly_reset(Z4lPortPrivRec * pPriv) argument
373 z4l_ovly_pixfmt(Z4lPortPrivRec * pPriv,unsigned int pixfmt) argument
387 z4l_ovly_bfr(Z4lPortPrivRec * pPriv,int width,int height) argument
402 z4l_ovly_rect(Z4lPortPrivRec * pPriv,int src_x,int src_y,int src_w,int src_h,int drw_x,int drw_y,int drw_w,int drw_h) argument
513 z4l_ovly_set_colorkey(Z4lPortPrivRec * pPriv,int key) argument
530 z4l_ovly_get_colorkey(Z4lPortPrivRec * pPriv,int * key) argument
544 z4l_ovly_set_keymode(Z4lPortPrivRec * pPriv,int enable) argument
566 z4l_ovly_get_keymode(Z4lPortPrivRec * pPriv,int * enable) argument
579 z4l_ovly_set_encoding(Z4lPortPrivRec * pPriv,int id) argument
637 z4l_ovly_get_encoding(Z4lPortPrivRec * pPriv,int * id) argument
646 z4l_ovly_stop(Z4lPortPrivRec * pPriv) argument
672 z4l_ovly_start(Z4lPortPrivRec * pPriv,int dir) argument
724 z4l_setup_colorkey(Z4lPortPrivRec * pPriv,ScreenPtr pScrn,RegionPtr clipBoxes) argument
736 Z4lPortPrivRec *pPriv = (Z4lPortPrivRec *) data; local in function:Z4lStopVideo
775 Z4lPortPrivRec *pPriv = (Z4lPortPrivRec *) data; local in function:Z4lPutImage
903 Z4lPortPrivRec *pPriv = (Z4lPortPrivRec *) data; local in function:Z4lPutVideo
1123 Z4lPortPrivRec *pPriv; local in function:Z4lNewAdaptor
1156 Z4lPortPrivRec *pPriv = (Z4lPortPrivRec *) data; local in function:Z4lSetPortAttribute
1217 Z4lPortPrivRec *pPriv = (Z4lPortPrivRec *) data; local in function:Z4lGetPortAttribute
1284 Z4lPortPrivRec *pPriv; local in function:Z4lAdjustFrame
1317 Z4lPortPrivRec *pPriv; local in function:Z4lInit
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/shadowfb/
H A Dshadowfb.c56 ShadowScreenPtr pPriv; local in function:ShadowFBInit2
64 if (!(pPriv = (ShadowScreenPtr) malloc(sizeof(ShadowScreenRec))))
67 dixSetPrivate(&pScreen->devPrivates, &ShadowScreenKeyRec, pPriv);
69 pPriv->pScrn = pScrn;
70 pPriv->preRefresh = preRefreshArea;
71 pPriv->postRefresh = postRefreshArea;
73 pPriv->CloseScreen = pScreen->CloseScreen;
74 pPriv->CreateWindow = pScreen->CreateWindow;
100 ShadowScreenPtr pPriv = closure; local in function:shadowfbReportPre
102 if (!pPriv
111 ShadowScreenPtr pPriv = closure; local in function:shadowfbReportPost
124 ShadowScreenPtr pPriv = shadowfbGetScreenPrivate(pScreen); local in function:ShadowCreateRootWindow
164 ShadowScreenPtr pPriv = shadowfbGetScreenPrivate(pScreen); local in function:ShadowCloseScreen
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbgc.c115 FbGCPrivPtr pPriv = fbGetGCPrivate(pGC); local in function:fbValidateGC
154 pPriv->fg = pGC->fgPixel & mask;
155 pPriv->bg = pGC->bgPixel & mask;
158 pPriv->pm = mask;
160 pPriv->pm = pGC->planemask & mask;
164 pPriv->fg |= pPriv->fg << s;
165 pPriv->bg |= pPriv->bg << s;
166 pPriv
[all...]
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunMouse.c97 sunPtrPrivPtr pPriv = pMouse->devicePrivate; local in function:sunMouseEvents
104 sunMouseEnqueueEvent(device, &pPriv->evbuf[i]);
155 sunPtrPrivPtr pPriv; local in function:sunMouseProc
163 pPriv = malloc(sizeof(*pPriv));
164 if (pPriv == NULL) {
168 pPriv->fd = open("/dev/mouse", O_RDWR | O_NONBLOCK, 0);
169 if (pPriv->fd < 0) {
172 free(pPriv);
175 pPriv
264 sunPtrPrivPtr pPriv = pMouse->devicePrivate; local in function:sunMouseGetEvents
299 sunPtrPrivPtr pPriv; /* Private data for pointer */ local in function:sunMouseEnqueueEvent
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2.c155 dri2WakeAll(ClientPtr client, DRI2DrawablePtr pPriv, enum DRI2WakeType t) argument
159 if (!pPriv->blocked[t])
162 count = ClientSignalAll(client, dri2WakeClient, Wake(pPriv, t));
163 pPriv->blocked[t] -= count;
168 dri2Sleep(ClientPtr client, DRI2DrawablePtr pPriv, enum DRI2WakeType t) argument
170 if (ClientSleep(client, dri2WakeClient, Wake(pPriv, t))) {
171 pPriv->blocked[t]++;
235 DRI2DrawablePtr pPriv; local in function:DRI2AllocateDrawable
240 pPriv = malloc(sizeof *pPriv);
281 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDraw); local in function:DRI2SwapLimit
311 DRI2LookupDrawableRef(DRI2DrawablePtr pPriv,XID id) argument
324 DRI2AddDrawableRef(DRI2DrawablePtr pPriv,XID id,XID dri2_id,DRI2InvalidateProcPtr invalidate,void * priv) argument
358 DRI2DrawablePtr pPriv; local in function:DRI2CreateDrawable2
397 DRI2DrawablePtr pPriv = p; local in function:DRI2DrawableGone
489 find_attachment(DRI2DrawablePtr pPriv,unsigned attachment) argument
508 allocate_or_reuse_buffer(DrawablePtr pDraw,DRI2ScreenPtr ds,DRI2DrawablePtr pPriv,unsigned int attachment,unsigned int format,int dimensions_match,DRI2BufferPtr * buffer) argument
534 update_dri2_drawable_buffers(DRI2DrawablePtr pPriv,DrawablePtr pDraw,DRI2BufferPtr * buffers,int out_count,int * width,int * height) argument
563 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDraw); local in function:do_get_buffers
718 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDraw); local in function:DRI2InvalidateDrawable
740 DRI2DrawablePtr pPriv; local in function:DRI2ThrottleClient
761 DRI2DrawablePtr pPriv; local in function:DRI2BlockClient
820 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDraw); local in function:DRI2UpdatePrime
892 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDraw); local in function:dri2_copy_region
924 DRI2DrawablePtr pPriv; local in function:DRI2CopyRegion
992 DRI2DrawablePtr pPriv; local in function:DRI2WaitMSCComplete
1009 DRI2DrawablePtr pPriv; local in function:DRI2WakeClient
1043 DRI2DrawablePtr pPriv; local in function:DRI2SwapComplete
1079 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDrawable); local in function:DRI2WaitSwap
1103 DRI2DrawablePtr pPriv; local in function:DRI2SwapBuffers
1205 DRI2DrawablePtr pPriv = DRI2GetDrawable(pDrawable); local in function:DRI2SwapInterval
1222 DRI2DrawablePtr pPriv; local in function:DRI2GetMSC
1258 DRI2DrawablePtr pPriv; local in function:DRI2WaitMSC
1283 DRI2DrawablePtr pPriv; local in function:DRI2WaitSBC
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c170 static CARD8 vblank_active_CRT1(SISPtr pSiS, SISPortPrivPtr pPriv) argument
175 static CARD8 vblank_active_CRT2(SISPtr pSiS, SISPortPrivPtr pPriv) argument
179 if(pPriv->bridgeIsSlave) return(vblank_active_CRT1(pSiS, pPriv));
202 static CARD16 get_scanline_CRT2(SISPtr pSiS, SISPortPrivPtr pPriv) argument
269 SiSUpdateXvGamma(SISPtr pSiS, SISPortPrivPtr pPriv) argument
277 if((pPriv->dualHeadMode) && (!pSiS->SecondHead)) return;
290 SISPortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn); local in function:SISResetXvGamma
292 SiSUpdateXvGamma(pSiS, pPriv);
368 SISSetPortDefaults(ScrnInfoPtr pScrn, SISPortPrivPtr pPriv) argument
430 SISPortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn); local in function:SISResetVideo
628 set_dispmode(ScrnInfoPtr pScrn,SISPortPrivPtr pPriv) argument
665 set_disptype_regs(ScrnInfoPtr pScrn,SISPortPrivPtr pPriv) argument
761 set_hastwooverlays(SISPtr pSiS,SISPortPrivPtr pPriv) argument
790 set_allowswitchcrt(SISPtr pSiS,SISPortPrivPtr pPriv) argument
804 set_maxencoding(SISPtr pSiS,SISPortPrivPtr pPriv) argument
850 SISPortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn); local in function:SISResetXvDisplay
870 SISPortPrivPtr pPriv; local in function:SISSetupImageVideo
1174 SISUpdateVideoParms(SISPtr pSiS,SISPortPrivPtr pPriv) argument
1186 SISPortPrivPtr pPriv = (SISPortPrivPtr)data; local in function:SISSetPortAttribute
1326 SISPortPrivPtr pPriv = (SISPortPrivPtr)data; local in function:SISGetPortAttribute
1428 calc_scale_factor(SISOverlayPtr pOverlay,ScrnInfoPtr pScrn,SISPortPrivPtr pPriv,int index,int iscrt2) argument
1598 calc_scale_factor_2(SISOverlayPtr pOverlay,ScrnInfoPtr pScrn,SISPortPrivPtr pPriv,int index,int iscrt2) argument
1879 calc_line_buf_size(CARD32 srcW,CARD8 wHPre,CARD8 planar,SISPortPrivPtr pPriv) argument
1942 calc_line_buf_size_1(SISOverlayPtr pOverlay,SISPortPrivPtr pPriv) argument
1950 calc_line_buf_size_2(SISOverlayPtr pOverlay,SISPortPrivPtr pPriv) argument
1961 merge_line_buf_mfb(SISPtr pSiS,SISPortPrivPtr pPriv,Bool enable1,Bool enable2,short width1,short width2,short limit) argument
2034 merge_line_buf(SISPtr pSiS,SISPortPrivPtr pPriv,Bool enable,short width,short limit) argument
2313 set_overlay(SISPtr pSiS,SISOverlayPtr pOverlay,SISPortPrivPtr pPriv,int index,int iscrt2) argument
2552 close_overlay(SISPtr pSiS,SISPortPrivPtr pPriv) argument
2646 SISDisplayVideo(ScrnInfoPtr pScrn,SISPortPrivPtr pPriv) argument
3477 SISPortPrivPtr pPriv = (SISPortPrivPtr)data; local in function:SISStopVideo
3519 SISPortPrivPtr pPriv = (SISPortPrivPtr)data; local in function:SISPutImage
3787 SISPortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn); local in function:SISAllocSurface
3824 SISPortPrivPtr pPriv = (SISPortPrivPtr)(surface->devPrivate.ptr); local in function:SISStopSurface
3838 SISPortPrivPtr pPriv = (SISPortPrivPtr)(surface->devPrivate.ptr); local in function:SISFreeSurface
3855 SISPortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn); local in function:SISGetSurfaceAttribute
3867 SISPortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn);; local in function:SISSetSurfaceAttribute
3883 SISPortPrivPtr pPriv = (SISPortPrivPtr)(surface->devPrivate.ptr); local in function:SISDisplaySurface
4044 SISSetPortDefaultsBlit(ScrnInfoPtr pScrn,SISBPortPrivPtr pPriv) argument
4061 SISBPortPrivPtr pPriv; local in function:SISSetupBlitVideo
4143 SISBPortPrivPtr pPriv = (SISBPortPrivPtr)(pSiS->blitPriv); local in function:SISGetPortAttributeBlit
4156 SISBPortPrivPtr pPriv = (SISBPortPrivPtr)(pSiS->blitPriv); local in function:SISSetPortAttributeBlit
4171 SISBPortPrivPtr pPriv = (SISBPortPrivPtr)(pSiS->blitPriv); local in function:SISStopVideoBlit
4202 SISBPortPrivPtr pPriv = (SISBPortPrivPtr)(pSiS->blitPriv); local in function:SISPutImageBlit
4605 SISPortPrivPtr pPriv = NULL; local in function:SISVideoTimerCallback
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_video.c46 R600DisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv);
49 EVERGREENDisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv);
154 RADEONFreeVideoMemory(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv) argument
156 if (pPriv->video_memory) {
157 radeon_bo_unref(pPriv->video_memory);
158 pPriv->video_memory = NULL;
160 if (pPriv->textured) {
161 pPriv->src_bo[0] = NULL;
162 radeon_bo_unref(pPriv->src_bo[1]);
163 pPriv
171 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONStopVideo
231 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONPutImageTextured
612 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONGetTexPortAttribute
654 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONSetTexPortAttribute
745 RADEONPortPrivPtr pPriv = (RADEONPortPrivPtr)data; local in function:RADEONQueryBestSize
902 RADEONPortPrivPtr pPriv = &pPortPriv[i]; local in function:RADEONSetupImageTexturedVideo
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_video.c264 GLINTPortPrivPtr pPriv = pGlint->adaptor->pPortPrivates[0].ptr; local in function:Permedia3ResetVideo
269 pPriv->ramdacOn = FALSE;
271 RAMDAC_WRITE((pPriv->colorKey&0xff0000)>>16, PM3RD_VideoOverlayKeyR);
272 RAMDAC_WRITE((pPriv->colorKey&0x00ff00)>>8, PM3RD_VideoOverlayKeyG);
273 RAMDAC_WRITE(pPriv->colorKey&0x0000ff, PM3RD_VideoOverlayKeyB);
284 GLINTPortPrivPtr pPriv; local in function:Permedia3SetupImageVideo
300 pPriv = (GLINTPortPrivPtr)(&adapt->pPortPrivates[1]);
301 adapt->pPortPrivates[0].ptr = (pointer)(pPriv);
318 pPriv->colorKey = pGlint->videoKey;
319 pPriv
345 GLINTPortPrivPtr pPriv = (GLINTPortPrivPtr)data; local in function:Permedia3StopVideo
381 GLINTPortPrivPtr pPriv = (GLINTPortPrivPtr)data; local in function:Permedia3SetPortAttribute
434 GLINTPortPrivPtr pPriv = (GLINTPortPrivPtr)data; local in function:Permedia3GetPortAttribute
557 GLINTPortPrivPtr pPriv = pGlint->adaptor->pPortPrivates[0].ptr; local in function:HWCopyFlat
805 GLINTPortPrivPtr pPriv = (GLINTPortPrivPtr)data; local in function:Permedia3PutImage
1013 OffscreenPrivPtr pPriv; local in function:Permedia3AllocateSurface
1053 OffscreenPrivPtr pPriv = (OffscreenPrivPtr)surface->devPrivate.ptr; local in function:Permedia3StopSurface
1073 OffscreenPrivPtr pPriv = (OffscreenPrivPtr)surface->devPrivate.ptr; local in function:Permedia3FreeSurface
1114 OffscreenPrivPtr pPriv = (OffscreenPrivPtr)surface->devPrivate.ptr; local in function:Permedia3DisplaySurface
1257 GLINTPortPrivPtr pPriv = pGlint->adaptor->pPortPrivates[0].ptr; local in function:Permedia3VideoTimerCallback
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c366 I830PortPrivPtr pPriv = GET_PORT_PRIVATE(pScrn); local in function:i830_overlay_switch_to_crtc
373 pPriv->overlayOK = FALSE;
375 pPriv->overlayOK = TRUE;
377 if (!pPriv->overlayOK)
396 if (pPriv->scaleRatio & 0xFFFE0000)
404 pPriv->scaleRatio,
407 pPriv->scaleRatio = (int)(((float)active * 65536) / (float)vsize);
425 I830PortPrivPtr pPriv = pI830->adaptor->pPortPrivates[0].ptr; local in function:i830_overlay_on
436 if (pPriv->current_crtc && i830_crtc_pipe (pPriv
649 I830PortPrivPtr pPriv = pI830->adaptor->pPortPrivates[0].ptr; local in function:I830ResetVideo
738 I830PortPrivPtr pPriv = pI830->adaptor->pPortPrivates[0].ptr; local in function:I830SetOneLineModeRatio
800 I830PortPrivPtr pPriv = pI830->adaptor->pPortPrivates[0].ptr; local in function:I830UpdateGamma
837 I830PortPrivPtr pPriv; local in function:I830SetupImageVideoOverlay
1009 I830PortPrivPtr pPriv = &portPrivs[i]; local in function:I830SetupImageVideoTextured
1034 I830PortPrivPtr pPriv = (I830PortPrivPtr) data; local in function:I830StopVideo
1067 I830PortPrivPtr pPriv = (I830PortPrivPtr) data; local in function:I830SetPortAttributeTextured
1094 I830PortPrivPtr pPriv = (I830PortPrivPtr) data; local in function:I830SetPortAttributeOverlay
1187 I830PortPrivPtr pPriv = (I830PortPrivPtr) data; local in function:I830GetPortAttribute
1245 I830CopyPackedData(ScrnInfoPtr pScrn,I830PortPrivPtr pPriv,unsigned char * buf,int srcPitch,int dstPitch,int top,int left,int h,int w) argument
1353 I830CopyPlanarData(ScrnInfoPtr pScrn,I830PortPrivPtr pPriv,unsigned char * buf,int srcPitch,int srcPitch2,int dstPitch,int srcH,int top,int left,int h,int w,int id) argument
1982 I830PortPrivPtr pPriv = pI830->adaptor->pPortPrivates[0].ptr; local in function:i830_display_video
2164 i830_clip_video_helper(ScrnInfoPtr pScrn,I830PortPrivPtr pPriv,xf86CrtcPtr * crtc_ret,BoxPtr dst,INT32 * xa,INT32 * xb,INT32 * ya,INT32 * yb,RegionPtr reg,INT32 width,INT32 height) argument
2232 I830PortPrivPtr pPriv = (I830PortPrivPtr) data; local in function:I830PutImage
2656 I830PortPrivPtr pPriv; local in function:I830VideoBlockHandler
2707 OffscreenPrivPtr pPriv; local in function:I830AllocateSurface
2754 OffscreenPrivPtr pPriv = (OffscreenPrivPtr) surface->devPrivate.ptr; local in function:I830StopSurface
2798 OffscreenPrivPtr pPriv = (OffscreenPrivPtr) surface->devPrivate.ptr; local in function:I830DisplaySurface
2889 I830PortPrivPtr pPriv; local in function:i830_crtc_dpms_video
[all...]

Completed in 26 milliseconds

1234567