Home
last modified time | relevance | path

Searched refs:RT_PIXMAP (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_request.c221 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, in proc_dri3_pixmap_from_buffer()
228 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pixmap)) in proc_dri3_pixmap_from_buffer()
249 rc = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, in proc_dri3_buffer_from_pixmap()
485 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, in proc_dri3_pixmap_from_buffers()
492 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pixmap)) in proc_dri3_pixmap_from_buffers()
515 rc = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, in proc_dri3_buffers_from_pixmap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dresource.c299 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetWindowBytes()
348 func(window->background.pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindWindowSubRes()
353 func(window->background.pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindWindowSubRes()
372 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetGcBytes()
420 func(pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindGCSubRes()
425 func(pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindGCSubRes()
444 [RT_PIXMAP & (RC_LASTPREDEF - 1)] = {
H A Dgc.c424 {GCTile, RT_PIXMAP, DixReadAccess},
425 {GCStipple, RT_PIXMAP, DixReadAccess},
427 {GCClipMask, RT_PIXMAP, DixReadAccess},
H A Dregistry.c366 RegisterResourceName(RT_PIXMAP, "PIXMAP"); in dixResetRegistry()
H A Dprivates.c585 return offsets[RT_PIXMAP & TypeMask]; in dixLookupPrivateOffset()
H A Ddispatch.c1446 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, in ProcCreatePixmap()
1452 if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap)) in ProcCreatePixmap()
1467 rc = dixLookupResourceByType((void **) &pMap, stuff->id, RT_PIXMAP, in ProcFreePixmap()
2926 rc = dixLookupResourceByType((void **) &src, stuff->source, RT_PIXMAP, in ProcCreateCursor()
2938 rc = dixLookupResourceByType((void **) &msk, stuff->mask, RT_PIXMAP, in ProcCreateCursor()
H A Dwindow.c1232 RT_PIXMAP, client, DixReadAccess); in ChangeWindowAttributes()
1285 rc = dixLookupResourceByType((void **) &pPixmap, pixID, RT_PIXMAP, in ChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompext.c255 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, in ProcCompositeNameWindowPixmap()
262 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pPixmap)) in ProcCompositeNameWindowPixmap()
518 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetCompositeWindowBytes()
755 if (!AddResource(newPix->info[i].id, RT_PIXMAP, (void *) pPixmap)) in PanoramiXCompositeNameWindowPixmap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c741 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBERestorePixmapImage()
753 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBERestorePixmapImage()
906 else if ((type & TypeMask) == (RT_PIXMAP & TypeMask)) { in dmxBECreateResources()
1438 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBEFindPixmapImage()
1450 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBEFindPixmapImage()
1533 else if ((type & TypeMask) == (RT_PIXMAP & TypeMask)) { in dmxBEDestroyResources()
H A Ddmxgcops.c566 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxFindAlternatePixmap()
/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h75 #define RT_PIXMAP ((RESTYPE)2|RC_DRAWABLE) macro
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c1004 RT_PIXMAP, pMap, RT_NONE, NULL, DixCreateAccess); in ProcPanoramiXShmCreatePixmap()
1013 if (!AddResource(newPix->info[j].id, RT_PIXMAP, (void *) pMap)) { in ProcPanoramiXShmCreatePixmap()
1118 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, in ProcShmCreatePixmap()
1128 if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap)) { in ProcShmCreatePixmap()
H A Dsaver.c902 RT_PIXMAP, client, DixReadAccess); in ScreenSaverSetAttributes()
934 RT_PIXMAP, client, DixReadAccess); in ScreenSaverSetAttributes()
H A Dshape.c365 RT_PIXMAP, client, DixReadAccess); in ProcShapeMask()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_request.c104 … ret = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, client, DixReadAccess); in proc_present_pixmap()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c596 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetPictureBytes()
767 RT_PIXMAP, pDrawable, DixCreateAccess | DixSetAttrAccess); in CreatePicture()
1032 return dixLookupResourceByType(result, id, RT_PIXMAP, client, mode); in cpClipMask()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c312 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetGLXDrawableBytes()
H A Dglxcmds.c1378 if (!AddResource(pPixmap->drawable.id, RT_PIXMAP, pPixmap)) in DoCreatePbuffer()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c118 rc = dixLookupResourceByType((void **) &pPixmap, stuff->bitmap, RT_PIXMAP, in ProcXFixesCreateRegionFromBitmap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c1490 if (AddResource(stuff->pid, RT_PIXMAP, (void *) (pPix))) { in ProcXDGASetMode()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog109564 RT_PIXMAP.