| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxcb.h | 51 extern void dmxComputeWidthHeight(DMXRecomputeFlag flag);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_buffer_fenced.h | 87 unsigned flag ); 96 unsigned flag );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_buffer_fenced.h | 87 unsigned flag ); 96 unsigned flag );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_debug.h | 59 #define DBG_ENABLED(flag) unlikely(etna_mesa_debug & (flag)) 61 #define DBG_F(flag, fmt, ...) \ 63 if (etna_mesa_debug & (flag)) \
|
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | glrenderer.h | 89 void put_vertices_call_back(int flag) argument 91 surfaceEvaluator.put_vertices_call_back(flag); 99 void put_callback_auto_normal(int flag) argument 101 surfaceEvaluator.put_callback_auto_normal(flag); 122 void put_callbackFlag(int flag) argument 124 callbackFlag = flag; 125 surfaceEvaluator.put_vertices_call_back(flag); 126 curveEvaluator.put_vertices_call_back(flag);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_debug.h | 52 ST_DBG( unsigned flag, const char *fmt, ... ) argument 54 if (ST_DEBUG & flag)
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | debug.c | 33 uint64_t flag = 0; local in function:parse_debug_string 38 flag |= control->flag; 47 flag |= control->flag; 53 return flag;
|
| H A D | debug.h | 36 uint64_t flag; member in struct:debug_control
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | debug.c | 33 uint64_t flag = 0; local in function:parse_debug_string 38 flag |= control->flag; 47 flag |= control->flag; 53 return flag;
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | XimintP.h | 122 BITMASK32 flag; member in struct:_XimProtoPrivateRec 159 * bit mask for the flag of XIMPrivateRec 172 * macro for the flag of XIMPrivateRec 175 ((((Xim)im))->private.proto.flag & SERVER_CONNECTED) 177 ((((Xim)im))->private.proto.flag |= SERVER_CONNECTED) 179 ((((Xim)im))->private.proto.flag &= ~SERVER_CONNECTED) 182 (((Xim)im)->private.proto.flag & DYNAMIC_EVENT_FLOW) 184 (((Xim)im)->private.proto.flag |= DYNAMIC_EVENT_FLOW) 187 (((Xim)im)->private.proto.flag & USE_AUTHORIZATION_FUNC) 189 (((Xim)im)->private.proto.flag | 253 BITMASK32 flag; /* Input Mode */ member in struct:_XicProtoPrivateRec [all...] |
| /xsrc/external/mit/iceauth/dist/ |
| H A D | iceauth.c | 99 for (const char *flag = (arg + 1); *flag; flag++) { local in function:main 100 switch (*flag) { 128 ProgramName, flag);
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | registry.c | 65 GLboolean flag = GL_FALSE; local in function:gluCheckExtension 80 flag = GL_TRUE; 86 return flag;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_debug.h | 59 SVGA_DBG( unsigned flag, const char *fmt, ... ) argument 62 if (SVGA_DEBUG & flag) 71 (void)flag;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_debug.h | 60 SVGA_DBG( unsigned flag, const char *fmt, ... ) argument 63 if (SVGA_DEBUG & flag) 72 (void)flag;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_fence.h | 47 unsigned flag); 55 unsigned flag);
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/common/ |
| H A D | v3d_debug.h | 75 #define DBG(flag, ...) do { \ 76 if (unlikely(V3D_DEBUG & (flag))) \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_fence.h | 47 unsigned flag); 55 unsigned flag);
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | table.c | 62 static once_flag flag = ONCE_FLAG_INIT; local in function:noop_warn 63 call_once(&flag, check_debug_env);
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | dlwrap.h | 34 dlwrap_real_dlopen(const char *filename, int flag);
|
| /xsrc/external/mit/MesaLib.old/dist/src/getopt/ |
| H A D | getopt.h | 55 /* if not NULL, set *flag to val when option found */ 56 int *flag; member in struct:option 57 /* if flag not NULL, value to set *flag to; else return value */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | depth.h | 53 _mesa_DepthMask( GLboolean flag );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_debug.h | 62 #define DBG_ENABLED(flag) unlikely(etna_mesa_debug & (flag)) 64 #define DBG_F(flag, fmt, ...) \ 66 if (etna_mesa_debug & (flag)) \
|
| /xsrc/external/mit/MesaLib/dist/src/getopt/ |
| H A D | getopt.h | 55 /* if not NULL, set *flag to val when option found */ 56 int *flag; member in struct:option 57 /* if flag not NULL, value to set *flag to; else return value */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_debug.h | 91 int has_debug_flag(uint64_t flag) { argument 92 return (m_log_mask & flag) == flag; 103 SfnTrace(SfnLog::LogFlag flag, const char *msg);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | depth.h | 53 _mesa_DepthMask( GLboolean flag );
|