HomeSort by relevance Sort by last modified time
    Searched defs:surface_type_id (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_context.c 42 int surface_type_id; local
58 &surface_type_id,
76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
79 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue);
87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue);
89 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue);
91 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
95 assert(context.surface_type_id == surface_type_id)
    [all...]
test_surface.c 42 int surface_type_id; local
59 &surface_type_id,
75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
88 assert(surface.surface_type_id == surface_type_id);
test_blocks.c 43 int surface_type_id; local
62 &surface_type_id,
78 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
test_subpicture.c 65 int surface_type_id; local
85 &surface_type_id,
101 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
103 subpics = XvMCListSubpictureTypes(display, port_num, surface_type_id, &num_subpics);
test_rendering.c 142 int surface_type_id; local
167 &surface_type_id,
186 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success);
xvmc_bench.c 186 int surface_type_id; local
215 &surface_type_id,
238 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);

Completed in 397 milliseconds