Searched refs:Bool (Results 1 - 23 of 23) sorted by relevance

/hardware/intel/common/libva/va/x11/
H A Dva_nvctrl.h29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
30 Bool *isCapable );
32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
H A Dva_dri.h72 Bool VA_DRIQueryExtension( Display *dpy, int *event_base, int *error_base );
74 Bool VA_DRIQueryVersion( Display *dpy, int *majorVersion, int *minorVersion,
77 Bool VA_DRIQueryDirectRenderingCapable( Display *dpy, int screen,
78 Bool *isCapable );
80 Bool VA_DRIOpenConnection( Display *dpy, int screen, drm_handle_t *hSAREA,
83 Bool VA_DRIAuthConnection( Display *dpy, int screen, drm_magic_t magic );
85 Bool VA_DRICloseConnection( Display *dpy, int screen );
87 Bool VA_DRIGetClientDriverName( Display *dpy, int screen,
91 Bool VA_DRICreateContext( Display *dpy, int screen, Visual *visual,
94 Bool VA_DRICreateContextWithConfi
[all...]
H A Dva_fglrx.h30 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen,
H A Dva_dri2.h49 extern Bool
51 extern Bool
53 extern Bool
56 extern Bool
H A Dva_dricommon.h39 #define Bool int macro
94 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name);
95 Bool isDRI1Connected(VADriverContextP ctx, char **driver_name);
H A Dva_nvctrl.c154 static Bool XNVCTRLQueryVersion (Display *dpy, int *major, int *minor);
192 static Bool XNVCTRLQueryExtension (
209 static Bool XNVCTRLQueryVersion (
240 static Bool XNVCTRLIsNvScreen (
247 Bool isnv;
271 static Bool XNVCTRLQueryTargetStringAttribute (
282 Bool exists;
325 static Bool XNVCTRLQueryStringAttribute (
338 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
339 Bool *isCapabl
[all...]
H A Dva_dri.c99 PUBLIC Bool VA_DRIQueryExtension (dpy, event_basep, error_basep)
117 PUBLIC Bool VA_DRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion)
149 PUBLIC Bool VA_DRIQueryDirectRenderingCapable(dpy, screen, isCapable)
152 Bool* isCapable;
179 PUBLIC Bool VA_DRIOpenConnection(dpy, screen, hSAREA, busIdString)
228 PUBLIC Bool VA_DRIAuthConnection(dpy, screen, magic)
259 PUBLIC Bool VA_DRICloseConnection(dpy, screen)
281 PUBLIC Bool VA_DRIGetClientDriverName(dpy, screen, ddxDriverMajorVersion,
331 PUBLIC Bool VA_DRICreateContextWithConfig(dpy, screen, configID, context,
367 PUBLIC Bool VA_DRICreateContex
[all...]
H A Dva_fglrx.c123 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen,
136 Bool success = False;
H A Dva_dri2.c89 Bool VA_DRI2QueryExtension(Display *dpy, int *eventBase, int *errorBase)
102 Bool VA_DRI2QueryVersion(Display *dpy, int *major, int *minor)
129 Bool VA_DRI2Connect(Display *dpy, XID window,
185 Bool VA_DRI2Authenticate(Display *dpy, XID window, drm_magic_t magic)
H A Dva_x11.c110 Bool result;
133 Bool result;
H A Ddri1_util.c73 Bool
H A Ddri2_util.c175 Bool
/hardware/ti/omap3/dspbridge/inc/
H A Dstd.h63 *! 01-Mar-1994 kw: Made Bool an int (was MdUns) for _56_ (more efficient).
210 typedef int Bool; /* boolean */ typedef
212 typedef long Bool; /* boolean to match Windows boolean def */ typedef
214 typedef MdUns Bool; /* boolean */ typedef
242 #define FALSE ((Bool)0)
243 #define TRUE ((Bool)1)
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dstd.h63 *! 01-Mar-1994 kw: Made Bool an int (was MdUns) for _56_ (more efficient).
211 typedef int Bool; /* boolean */
213 typedef long Bool; /* boolean to match Windows boolean def */
215 typedef MdUns Bool; /* boolean */
245 #define FALSE ((Bool)0)
246 #define TRUE ((Bool)1)
/hardware/intel/common/libva/va/drm/
H A Dva_drm_auth_x11.c39 typedef Bool (*VADRI2QueryExtensionFunc)(
41 typedef Bool (*VADRI2QueryVersionFunc)(
43 typedef Bool (*VADRI2AuthenticateFunc)(
/hardware/intel/common/libva/va/
H A Dsysdeps.h40 # define Bool int macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_thread_test.cc156 INSTANTIATE_TEST_CASE_P(Synchronous, VP9WorkerThreadTest, ::testing::Bool());
/hardware/intel/img/psb_video/src/
H A Dpsb_cmdbuf.h43 #define Bool int macro
H A Dpsb_output.h46 #define Bool int macro
H A Dpsb_overlay.c286 static Bool
330 UpdateCoeff(int taps, double fCutoff, Bool isHoriz, Bool isY, coeffPtr pCoeff)
337 Bool isVertAndUV;
424 Bool scaleChanged = FALSE;
H A Dpsb_cmdbuf.c435 Bool have_then = FALSE;
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c488 static Bool
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8821 // Bool() - Yields sequence {false, true}.
16766 // Bool() allows generating tests with parameters in a set of (false, true).
16769 // Bool()
16773 // of multiple flags can be tested when several Bool()'s are combined using
16784 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
16786 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
16837 // Combine(Bool(), Bool()));
19188 // Values(), ValuesIn(), Bool(), and Combine().

Completed in 427 milliseconds