HomeSort by relevance Sort by last modified time
    Searched refs:surface_type_id (Results 1 - 11 of 11) 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);
testlib.h 47 * surface_type_id: OUT Your port's surface ID
60 int *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);
testlib.c 52 int *surface_type_id,
95 *surface_type_id = surface_info[j].surface_type_id;
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);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id,
91 if (surface_info[l].surface_type_id != surface_type_id)
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
181 Status XvMCCreateContext(Display *dpy, XvPortID port, int surface_type_id,
205 ret = Validate(dpy, port, surface_type_id, width, height, flags,
304 context->surface_type_id = surface_type_id;
subpicture.c 111 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id)
117 subpictures = XvMCListSubpictureTypes(dpy, port, surface_type_id, &num_subpics);
136 port, surface_type_id, xvimage_id, subpictures[i].type, subpictures[i].byte_order,
217 ret = Validate(dpy, context->port, context->surface_type_id, xvimage_id);
surface.c 205 surface->surface_type_id = context->surface_type_id;

Completed in 88 milliseconds