Searched refs:ptr_is_null (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/glx/ | ||
| H A D | indirect_dispatch.c | 3409 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 D | indirect_dispatch_swap.c | 3749 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 D | indirect_dispatch_swap.c | 3881 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 D | indirect_dispatch.c | 3743 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