/hardware/intel/common/libva/va/x11/ |
D | va_dri.h | 72 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_DRICreateContextWithConfig( Display *dpy, int screen, int configID, [all …]
|
D | va_dri2.h | 49 extern Bool 51 extern Bool 53 extern Bool 56 extern Bool
|
D | va_nvctrl.h | 29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen, 30 Bool *isCapable ); 32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
|
D | va_nvctrl.c | 154 static Bool XNVCTRLQueryVersion (Display *dpy, int *major, int *minor); 192 static Bool XNVCTRLQueryExtension ( in XNVCTRLQueryExtension() 209 static Bool XNVCTRLQueryVersion ( in XNVCTRLQueryVersion() 240 static Bool XNVCTRLIsNvScreen ( in XNVCTRLIsNvScreen() 247 Bool isnv; in XNVCTRLIsNvScreen() 271 static Bool XNVCTRLQueryTargetStringAttribute ( in XNVCTRLQueryTargetStringAttribute() 282 Bool exists; in XNVCTRLQueryTargetStringAttribute() 325 static Bool XNVCTRLQueryStringAttribute ( in XNVCTRLQueryStringAttribute() 338 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen, in VA_NVCTRLQueryDirectRenderingCapable() 339 Bool *isCapable ) in VA_NVCTRLQueryDirectRenderingCapable() [all …]
|
D | va_dri.c | 99 PUBLIC Bool VA_DRIQueryExtension (dpy, event_basep, error_basep) 117 PUBLIC Bool VA_DRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in VA_DRIQueryVersion() 149 PUBLIC Bool VA_DRIQueryDirectRenderingCapable(dpy, screen, isCapable) in VA_DRIQueryDirectRenderingCapable() 152 Bool* isCapable; 179 PUBLIC Bool VA_DRIOpenConnection(dpy, screen, hSAREA, busIdString) in VA_DRIOpenConnection() 228 PUBLIC Bool VA_DRIAuthConnection(dpy, screen, magic) in VA_DRIAuthConnection() 259 PUBLIC Bool VA_DRICloseConnection(dpy, screen) in VA_DRICloseConnection() 281 PUBLIC Bool VA_DRIGetClientDriverName(dpy, screen, ddxDriverMajorVersion, in VA_DRIGetClientDriverName() 331 PUBLIC Bool VA_DRICreateContextWithConfig(dpy, screen, configID, context, in VA_DRICreateContextWithConfig() 367 PUBLIC Bool VA_DRICreateContext(dpy, screen, visual, context, hHWContext) in VA_DRICreateContext() [all …]
|
D | va_dricommon.h | 39 #define Bool int macro 94 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name); 95 Bool isDRI1Connected(VADriverContextP ctx, char **driver_name);
|
D | va_fglrx.h | 30 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen,
|
D | va_dri2.c | 89 Bool VA_DRI2QueryExtension(Display *dpy, int *eventBase, int *errorBase) in VA_DRI2QueryExtension() 102 Bool VA_DRI2QueryVersion(Display *dpy, int *major, int *minor) in VA_DRI2QueryVersion() 129 Bool VA_DRI2Connect(Display *dpy, XID window, in VA_DRI2Connect() 185 Bool VA_DRI2Authenticate(Display *dpy, XID window, drm_magic_t magic) in VA_DRI2Authenticate()
|
D | va_x11.c | 110 Bool result; in va_NVCTRL_GetDriverName() 133 Bool result; in va_FGLRX_GetDriverName()
|
D | va_fglrx.c | 123 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen, in VA_FGLRXGetClientDriverName() 136 Bool success = False; in VA_FGLRXGetClientDriverName()
|
D | dri1_util.c | 73 Bool
|
D | dri2_util.c | 175 Bool
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | std.h | 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/ti/omap3/dspbridge/inc/ |
D | std.h | 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/intel/common/libva/va/drm/ |
D | va_drm_auth_x11.c | 39 typedef Bool (*VADRI2QueryExtensionFunc)( 41 typedef Bool (*VADRI2QueryVersionFunc)( 43 typedef Bool (*VADRI2AuthenticateFunc)(
|
/hardware/intel/common/libva/va/ |
D | sysdeps.h | 40 # define Bool int macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | vp9_thread_test.cc | 156 INSTANTIATE_TEST_CASE_P(Synchronous, VP9WorkerThreadTest, ::testing::Bool());
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.h | 46 #define Bool int macro
|
D | psb_cmdbuf.h | 43 #define Bool int macro
|
D | psb_overlay.c | 286 static Bool 330 UpdateCoeff(int taps, double fCutoff, Bool isHoriz, Bool isY, coeffPtr pCoeff) in UpdateCoeff() 337 Bool isVertAndUV; in UpdateCoeff() 424 Bool scaleChanged = FALSE; in i830_display_video()
|
D | psb_cmdbuf.c | 435 Bool have_then = FALSE; in psbDRMCmdBuf()
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xrandr.c | 488 static Bool
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 16786 inline internal::ParamGenerator<bool> Bool() {
|