HomeSort by relevance Sort by last modified time
    Searched refs:Bool (Results 226 - 250 of 724) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XLbx.h 136 Bool XLbxQueryExtension(
143 Bool XLbxQueryVersion(
XInput.h 182 Bool send_event; /* true if from SendEvent request */
194 Bool same_screen; /* same screen flag */
214 Bool send_event; /* true if from a SendEvent request */
226 Bool same_screen; /* same screen flag */
247 Bool send_event; /* true if from a SendEvent request */
259 Bool same_screen; /* same screen flag */
277 Bool send_event; /* true if from a SendEvent request */
305 Bool send_event; /* true if this came from a SendEvent request */
315 Bool same_screen;
344 Bool send_event; /* true if this came from a SendEvent request *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XLbx.h 136 Bool XLbxQueryExtension(
143 Bool XLbxQueryVersion(
XInput.h 182 Bool send_event; /* true if from SendEvent request */
194 Bool same_screen; /* same screen flag */
214 Bool send_event; /* true if from a SendEvent request */
226 Bool same_screen; /* same screen flag */
247 Bool send_event; /* true if from a SendEvent request */
259 Bool same_screen; /* same screen flag */
277 Bool send_event; /* true if from a SendEvent request */
305 Bool send_event; /* true if this came from a SendEvent request */
315 Bool same_screen;
344 Bool send_event; /* true if this came from a SendEvent request *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XLbx.h 136 Bool XLbxQueryExtension(
143 Bool XLbxQueryVersion(
XInput.h 182 Bool send_event; /* true if from SendEvent request */
194 Bool same_screen; /* same screen flag */
214 Bool send_event; /* true if from a SendEvent request */
226 Bool same_screen; /* same screen flag */
247 Bool send_event; /* true if from a SendEvent request */
259 Bool same_screen; /* same screen flag */
277 Bool send_event; /* true if from a SendEvent request */
305 Bool send_event; /* true if this came from a SendEvent request */
315 Bool same_screen;
344 Bool send_event; /* true if this came from a SendEvent request *
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glx.h 204 GLXContext shareList, Bool direct );
208 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
221 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
223 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min );
225 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
287 Bool direct );
289 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
315 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
316 typedef Bool (* PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer)
    [all...]
glxext.h 468 Bool send_event; /* true if this came for SendEvent request */
539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
540 extern Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
558 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
559 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
598 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
600 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
640 extern Bool glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
643 typedef Bool ( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
685 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
appledri.c 61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
94 static Bool
128 Bool
148 Bool
181 Bool
185 Bool *isCapable;
212 Bool
244 Bool
283 Bool
307 Bool
    [all...]
  /external/mesa3d/include/GL/
glx.h 204 GLXContext shareList, Bool direct );
208 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
221 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
223 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min );
225 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
287 Bool direct );
289 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
315 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
316 typedef Bool (* PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer)
    [all...]
glxext.h 468 Bool send_event; /* true if this came for SendEvent request */
539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
540 extern Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
558 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
559 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
598 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
600 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
640 extern Bool glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
643 typedef Bool ( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
685 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
    [all...]
  /external/mesa3d/src/glx/apple/
appledri.c 61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
94 static Bool
128 Bool
148 Bool
181 Bool
185 Bool *isCapable;
212 Bool
244 Bool
283 Bool
307 Bool
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
demangle.c 89 void VG_(demangle) ( Bool do_cxx_demangling, Bool do_z_demangling,
139 the specified buffers. Returns a Bool indicating whether the
146 Bool VG_(maybe_Z_demangle) ( const HChar* sym,
149 /*OUT*/Bool* isWrap,
172 Bool error, oflow, valid, fn_is_encoded, is_VG_Z_prefixed;
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 166 Bool wq_jmpbuf_valid;
354 Bool sched_jmpbuf_valid;
388 extern Bool VG_(is_valid_tid) ( ThreadId tid );
391 extern Bool VG_(is_running_thread)(ThreadId tid);
394 extern Bool VG_(is_exiting)(ThreadId tid);
m_threadstate.c 88 Bool VG_(is_valid_tid) ( ThreadId tid )
103 Bool VG_(is_running_thread)(ThreadId tid)
114 inline Bool VG_(is_exiting)(ThreadId tid)
  /external/valgrind/main/include/
pub_tool_basics.h 46 // Addr32, Addr64, HWord, HChar, Bool, False and True.
167 Bool _isError;
195 static inline Bool sr_isError ( SysRes sr ) {
210 static inline Bool sr_EQ ( SysRes sr1, SysRes sr2 ) {
218 static inline Bool sr_isError ( SysRes sr ) {
249 static inline Bool sr_EQ ( SysRes sr1, SysRes sr2 ) {
  /external/bzip2/
bzlib_private.h 42 typedef unsigned char Bool;
49 #define True ((Bool)1)
50 #define False ((Bool)0)
237 Bool inUse[256];
276 BZ2_compressBlock ( EState*, Bool );
358 Bool blockRandomised;
367 Bool smallDecompress;
395 Bool inUse[256];
396 Bool inUse16[16];
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 37 static Bool nouveau_xorg_pci_probe(DriverPtr driver, int entity_num,
97 static Bool setupDone = 0;
123 static Bool
  /external/lzma/C/
Lzma86Enc.c 23 Bool useFilter;
61 Bool bestIsFiltered = False;
76 Bool curModeIsFiltered = (numPasses > 1 && i == numPasses - 1);
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 37 static Bool nouveau_xorg_pci_probe(DriverPtr driver, int entity_num,
97 static Bool setupDone = 0;
123 static Bool
  /external/valgrind/main/drd/
drd_clientobj.h 158 void DRD_(clientobj_set_trace)(const Bool trace);
163 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2);
165 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t);
  /external/chromium_org/third_party/mesa/src/src/glx/
XF86dri.c 96 Bool
115 Bool
145 Bool
147 Bool * isCapable)
174 Bool
222 Bool
251 Bool
272 Bool
323 Bool
355 Bool
    [all...]
  /external/mesa3d/src/glx/
XF86dri.c 96 Bool
115 Bool
145 Bool
147 Bool * isCapable)
174 Bool
222 Bool
251 Bool
272 Bool
323 Bool
355 Bool
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 370 Bool send_event; /* true if this came for SendEvent request */
433 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
434 extern Bool glXMakeContextCurrent (Display *, GLXDrawable, GLXDrawable, GLXContext);
452 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
453 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
514 extern Bool glXMakeCurrentReadSGI (Display *, GLXDrawable, GLXDrawable, GLXContext);
517 typedef Bool ( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
559 extern GLXContext glXCreateContextWithConfigSGIX (Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
566 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
615 extern Bool glXAssociateDMPbufferSGIX (Display *, GLXPbufferSGIX, DMparams *, DMbuffer)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 370 Bool send_event; /* true if this came for SendEvent request */
433 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
434 extern Bool glXMakeContextCurrent (Display *, GLXDrawable, GLXDrawable, GLXContext);
452 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
453 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
514 extern Bool glXMakeCurrentReadSGI (Display *, GLXDrawable, GLXDrawable, GLXContext);
517 typedef Bool ( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
559 extern GLXContext glXCreateContextWithConfigSGIX (Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
566 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
615 extern Bool glXAssociateDMPbufferSGIX (Display *, GLXPbufferSGIX, DMparams *, DMbuffer)
    [all...]

Completed in 529 milliseconds

1 2 3 4 5 6 7 8 91011>>