Searched refs:CR_SORTARRAY (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_sortarray.h24 typedef struct CR_SORTARRAY struct
29 } CR_SORTARRAY; typedef in typeref:struct:CR_SORTARRAY
39 DECLINLINE(uint32_t) CrSaGetSize(const CR_SORTARRAY *pArray)
44 DECLINLINE(uint64_t) CrSaGetVal(const CR_SORTARRAY *pArray, uint32_t i)
50 DECLINLINE(const uint64_t*) CrSaGetElements(const CR_SORTARRAY *pArray)
55 DECLINLINE(void) CrSaClear(CR_SORTARRAY *pArray)
60 VBOXSADECL(int) CrSaInit(CR_SORTARRAY *pArray, uint32_t cInitBuffer);
61 VBOXSADECL(void) CrSaCleanup(CR_SORTARRAY *pArray);
64 VBOXSADECL(bool) CrSaContains(const CR_SORTARRAY *pArray, uint64_t element);
71 VBOXSADECL(int) CrSaAdd(CR_SORTARRAY *pArra
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dsortarray.cpp26 VBOXSADECL(int) CrSaInit(CR_SORTARRAY *pArray, uint32_t cInitBuffer)
47 VBOXSADECL(void) CrSaCleanup(CR_SORTARRAY *pArray)
55 static int crSaSearch(const CR_SORTARRAY *pArray, uint64_t element)
77 static void crSaDbgValidate(const CR_SORTARRAY *pArray)
97 static int crSaInsAt(CR_SORTARRAY *pArray, uint32_t iPos, uint64_t element)
131 static void crSaDelAt(CR_SORTARRAY *pArray, uint32_t iPos)
143 static int crSaAdd(CR_SORTARRAY *pArray, uint64_t element)
171 static int crSaRemove(CR_SORTARRAY *pArray, uint64_t element)
184 VBOXSADECL(bool) CrSaContains(const CR_SORTARRAY *pArray, uint64_t element)
189 VBOXSADECL(int) CrSaAdd(CR_SORTARRAY *pArra
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVModes.h37 const CR_SORTARRAY* VBoxWddmVModesGet(PVBOXMP_DEVEXT pExt, uint32_t u32Target);
H A DVBoxMPVidPn.cpp480 CR_SORTARRAY *pArray)
508 const CR_SORTARRAY *pArray)
540 CR_SORTARRAY *pArray)
568 const CR_SORTARRAY *pArray)
600 CR_SORTARRAY *pArray)
628 const CR_SORTARRAY *pArray)
663 CR_SORTARRAY *aModes,
666 const CR_SORTARRAY* pSupportedModes = VBoxWddmVModesGet(pDevExt, VidPnTargetId);
690 CR_SORTARRAY Arr;
816 const CR_SORTARRAY *aMode
[all...]
H A DVBoxMPTypes.h346 CR_SORTARRAY aTargets[VBOX_VIDEO_MAX_SCREENS];
H A DVBoxMPVModes.cpp420 const CR_SORTARRAY* VBoxWddmVModesGet(PVBOXMP_DEVEXT pExt, uint32_t u32Target)

Completed in 55 milliseconds