Searched refs:ptr_is_null (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c3409 const CARD32 ptr_is_null = *(CARD32 *) (pc + 76); local in function:__glXDisp_TexImage3D
3411 (const GLvoid *) ((ptr_is_null != 0) ? NULL : (pc + 80));
H A Dindirect_dispatch_swap.c3749 const CARD32 ptr_is_null = *(CARD32 *) (pc + 76); local in function:__glXDispSwap_TexImage3D
3751 (const GLvoid *) ((ptr_is_null != 0) ? NULL : (pc + 80));
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dindirect_dispatch_swap.c3881 const CARD32 ptr_is_null = *(CARD32 *)(pc + 76); local in function:__glXDispSwap_TexImage3D
3882 const GLvoid * const pixels = (const GLvoid *) ((ptr_is_null != 0) ? NULL : (pc + 80));
H A Dindirect_dispatch.c3743 const CARD32 ptr_is_null = *(CARD32 *)(pc + 76); local in function:__glXDisp_TexImage3D
3744 const GLvoid * const pixels = (const GLvoid *) ((ptr_is_null != 0) ? NULL : (pc + 80));

Completed in 28 milliseconds