HomeSort by relevance Sort by last modified time
    Searched refs:BadValue (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_context.c 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
81 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue);
83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue);
85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue);
test_blocks.c 80 assert(XvMCCreateBlocks(display, &context, 0, &blocks) == BadValue);
92 assert(XvMCCreateMacroBlocks(display, &context, 0, &macroblocks) == BadValue);
test_subpicture.c 150 assert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, subpic_height, subpics[0].id) == BadValue);
152 assert(XvMCCreateSubpicture(display, &context, &subpicture, subpic_width, 16384, subpics[0].id) == BadValue);
154 assert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, 16384, subpics[0].id) == BadValue);
test_rendering.c 268 assert(XvMCRenderSurface(display, &context, 0, &surface, NULL, NULL, 0, NUM_MACROBLOCKS, 0, &mb_array, &block_array) == BadValue);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_context.c 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
81 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue);
83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue);
85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue);
test_blocks.c 80 assert(XvMCCreateBlocks(display, &context, 0, &blocks) == BadValue);
92 assert(XvMCCreateMacroBlocks(display, &context, 0, &macroblocks) == BadValue);
test_subpicture.c 150 assert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, subpic_height, subpics[0].id) == BadValue);
152 assert(XvMCCreateSubpicture(display, &context, &subpicture, subpic_width, 16384, subpics[0].id) == BadValue);
154 assert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, 16384, subpics[0].id) == BadValue);
test_rendering.c 268 assert(XvMCRenderSurface(display, &context, 0, &surface, NULL, NULL, 0, NUM_MACROBLOCKS, 0, &mb_array, &block_array) == BadValue);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
block.c 45 return BadValue;
75 return BadValue;
context.c 134 return BadValue;
138 return BadValue;
subpicture.c 219 return BadValue;
surface.c 240 return BadValue;
  /external/mesa3d/src/gallium/state_trackers/xvmc/
block.c 45 return BadValue;
75 return BadValue;
context.c 134 return BadValue;
138 return BadValue;
subpicture.c 219 return BadValue;
surface.c 240 return BadValue;
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 19 clipboard_window_(BadValue),
92 if (clipboard_window_ == BadValue)
110 if (clipboard_window_ == BadValue ||
  /external/chromium_org/remoting/host/
input_injector_linux.cc 171 root_window_(BadValue),
182 if (root_window_ == BadValue) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 356 #define BadValue 2 /* int parameter out of range */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 356 #define BadValue 2 /* int parameter out of range */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 356 #define BadValue 2 /* int parameter out of range */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 115 return BadValue;
119 return BadValue;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 115 return BadValue;
119 return BadValue;
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c 368 error.errorCode = BadValue;
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 368 error.errorCode = BadValue;
    [all...]

Completed in 150 milliseconds