Searched refs:StdFBShmem_t (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h35 The IOFramebufferShared.h header contains definitions of objects and types shared between a kernel level IOFrameBuffer service and a non-kernel window server. In Mac OS X this structure is used by the CoreGraphics server and IOGraphics Family, and is not available to other clients. IOFramebuffer subclasses and IOFramebuffer clients within the kernel should also not rely on this structure definition and constants. It is public only for use on Darwin based window servers. Cursor and window server state data is exchanged by kernel and non-kernel tasks through a slice of shared memory containing a StdFBShmem_t structure.<br>
57 @constant kIOFBNumCursorFrames The number of cursor images stored in the StdFBShmem_t structure.
149 /*! @struct StdFBShmem_t
177 struct StdFBShmem_t { struct
226 typedef volatile struct StdFBShmem_t StdFBShmem_t; typedef in typeref:struct:StdFBShmem_t
231 @constant kIOFBCurrentShmemVersion The current version of the slice of shared memory that contains the cursor and window server state data in the StdFBShmem_t structure.
232 @constant kIOFBCursorMemory The memory type for IOConnectMapMemory() to get a slice of shared memory that contains the StdFBShmem_t structure.
H A DIOFramebufferPrivate.h47 StdFBShmem_t *shmem,
57 StdFBShmem_t *shmem,
67 StdFBShmem_t *shmem,
77 StdFBShmem_t *shmem,
87 StdFBShmem_t *shmem,
97 StdFBShmem_t *shmem,
104 StdFBShmem_t *shmem,
112 StdFBShmem_t *shmem,
222 void transformLocation(StdFBShmem_t * shmem, IOGPoint * cursorLoc, IOGPoint * transformLoc);
223 void transformCursor(StdFBShmem_t * shme
[all...]
H A DIOFramebuffer.h154 struct StdFBShmem_t;
189 StdFBShmem_t * priv;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOCursorBlits.h56 StdFBShmem_t *shmem,
136 StdFBShmem_t *shmem,
186 StdFBShmem_t *shmem,
227 StdFBShmem_t *shmem,
276 StdFBShmem_t *shmem,
324 StdFBShmem_t *shmem,
344 StdFBShmem_t *shmem,
364 StdFBShmem_t *shmem,
H A DIOFramebuffer.cpp435 #define GetShmem(instance) ((StdFBShmem_t *)(instance->priv))
744 StdFBShmem_t *shmem = GetShmem(fb); \
760 StdFBShmem_t *shmem = GetShmem(fb); \
872 StdFBShmem_t *shmem;
922 StdFBShmem_t *shmem;
963 StdFBShmem_t * shmem = GetShmem(inst);
984 StdFBShmem_t * shmem = GetShmem(inst);
1016 StdFBShmem_t *shmem;
1030 StdFBShmem_t * shmem = GetShmem(inst);
1161 StdFBShmem_t * shme
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c51 StdFBShmem_t * fbshmem;
177 void SetCursor( StdFBShmem_t * fbshmem);
178 void SetCursor( StdFBShmem_t * fbshmem)
288 fbshmem = (StdFBShmem_t *)shmem;
290 // assert( sizeof( StdFBShmem_t) == fbshmem->structSize );
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c53 StdFBShmem_t * fbshmem;
226 void SetCursor( StdFBShmem_t * fbshmem);
227 void SetCursor( StdFBShmem_t * fbshmem)
360 fbshmem = (StdFBShmem_t *)shmem;
362 // assert( sizeof( StdFBShmem_t) == fbshmem->structSize );
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c26 StdFBShmem_t * shmem[16];
77 shmem[index] = (StdFBShmem_t *) mapAddr;

Completed in 207 milliseconds