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

  /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/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 352 #define BadValue 2 /* int parameter out of range */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 352 #define BadValue 2 /* int parameter out of range */
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 115 return BadValue;
119 return BadValue;
  /external/libvncserver/x11vnc/
nox11.h 404 #define BadValue 2 /* int parameter out of range */
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 368 error.errorCode = BadValue;
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 109 milliseconds