/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | test_context.c | 83 …rt(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); in main() 85 …eateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); in main() 87 …reateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); in main() 89 …reateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue); in main()
|
D | test_subpicture.c | 153 …CreateSubpicture(display, &context, &subpicture, 16384, subpic_height, subpics[0].id) == BadValue); in main() 155 …CCreateSubpicture(display, &context, &subpicture, subpic_width, 16384, subpics[0].id) == BadValue); in main() 157 …ert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, 16384, subpics[0].id) == BadValue); in main()
|
D | test_blocks.c | 84 assert(XvMCCreateBlocks(display, &context, 0, &blocks) == BadValue); in main() 96 assert(XvMCCreateMacroBlocks(display, &context, 0, ¯oblocks) == BadValue); in main()
|
D | test_rendering.c | 271 …y, &context, 0, &surface, NULL, NULL, 0, NUM_MACROBLOCKS, 0, &mb_array, &block_array) == BadValue); in main()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | block.c | 45 return BadValue; in XvMCCreateBlocks() 75 return BadValue; in XvMCCreateMacroBlocks()
|
D | context.c | 134 return BadValue; in Validate() 138 return BadValue; in Validate()
|
D | surface.c | 247 return BadValue; in XvMCRenderSurface()
|
D | subpicture.c | 287 return BadValue; in XvMCCreateSubpicture()
|
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 509 type BadValue int type 512 BadValueNone BadValue = iota 560 BadECDSAR BadValue 561 BadECDSAS BadValue
|
D | sign.go | 148 func maybeCorruptECDSAValue(n *big.Int, typeOfCorruption BadValue, limit *big.Int) *big.Int { argument
|
D | runner.go | 3770 for badR := BadValue(1); badR < NumBadValues; badR++ { 3771 for badS := BadValue(1); badS < NumBadValues; badS++ {
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_x11.cc | 123 root_window_(BadValue), in ScreenCapturerLinux() 148 if (root_window_ == BadValue) { in Init()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 610 win == BadValue || in XInitialize() 624 xres == BadValue || in XInitialize()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2185 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, true); in glXQueryDrawable() 2779 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, True); in glXCreateContextAttribsARB() 2786 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, True); in glXCreateContextAttribsARB() 2801 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, True); in glXCreateContextAttribsARB()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 85 m_X11Pixmap = BadValue; in OsInit()
|
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 34 #undef BadValue
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 396 __glXSendError(dpy, BadValue, vis->visualid, X_GLXCreateContext, True); in glXCreateContext()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 2683 if ((int) error->error_code == BadValue) in XError()
|