Lines Matching refs:pClient

759     pClient->lastretval = gl##op();
764 pClient->lastretval = gl##op(p1);
770 pClient->lastretval = gl##op(p1, p2);
777 pClient->lastretval = gl##op(p1, p2, p3);
806 Assert(pClient->pLastParam && pClient->cbLastParam); \
807 gl##op((Type1 *)pClient->pLastParam);
812 Assert(pClient->pLastParam && pClient->cbLastParam); \
813 gl##op(p1, (Type2 *)pClient->pLastParam);
819 Assert(pClient->pLastParam && pClient->cbLastParam); \
820 gl##op(p1, p2, (Type3 *)pClient->pLastParam);
827 Assert(pClient->pLastParam && pClient->cbLastParam); \
828 gl##op(p1, p2, p3, (Type4 *)pClient->pLastParam);
836 Assert(pClient->pLastParam && pClient->cbLastParam); \
837 gl##op(p1, p2, p3, p4, (Type5 *)pClient->pLastParam);
846 Assert(pClient->pLastParam && pClient->cbLastParam); \
847 gl##op(p1, p2, p3, p4, p5, (Type6 *)pClient->pLastParam);
857 Assert(pClient->pLastParam && pClient->cbLastParam); \
858 gl##op(p1, p2, p3, p4, p5, p6, (Type7 *)pClient->pLastParam);
866 pClient->lastretval = gl##op(p1);
874 pClient->lastretval = gl##op(p1, p2, p3, p4);
883 pClient->lastretval = gl##op(p1, p2, p3, p4, p5);
893 pClient->lastretval = gl##op(p1, p2, p3, p4, p5, p6);
904 pClient->lastretval = gl##op(p1, p2, p3, p4, p5, p6, p7);
912 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
918 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
926 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
934 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
942 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
950 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
956 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
964 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
972 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
978 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
984 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
990 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
996 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \
1002 void VBOX_OGL_NAME_PREFIX(Function) (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) \