Searched refs:XvMCCreateContext (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtest_context.c75 /* XXX: XvMCBadContext not a valid return for XvMCCreateContext in the XvMC API, but openChrome driver returns it */
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);
81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
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);
107 assert(XvMCCreateContext(displa
[all...]
H A Dtest_surface.c75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
H A Dtest_blocks.c78 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
H A Dtest_rendering.c186 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success);
H A Dtest_subpicture.c101 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
H A Dxvmc_bench.c238 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtest_context.c75 /* XXX: XvMCBadContext not a valid return for XvMCCreateContext in the XvMC API, but openChrome driver returns it */
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);
81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
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);
107 assert(XvMCCreateContext(displa
[all...]
H A Dtest_surface.c75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
H A Dtest_blocks.c78 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
H A Dtest_rendering.c186 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success);
H A Dtest_subpicture.c101 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
H A Dxvmc_bench.c238 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);
/xsrc/external/mit/libXvMC/dist/include/X11/extensions/
H A DXvMClib.h20 Status XvMCCreateContext(Display *display,
/xsrc/external/mit/libXvMC/dist/wrapper/
H A DXvMCWrapper.c132 XvMCCreateContextP XvMCCreateContext; member in struct:__anonb4005afd0108
388 XW_RSYM(xW, handle, handle2, XvMCCreateContext,);
455 XvMCCreateContext(Display *display, function in typeref:typename:Status
467 return (*xW.XvMCCreateContext) (display, port, surface_type_id,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dcontext.c181 Status XvMCCreateContext(Display *dpy, XvPortID port, int surface_type_id, function in typeref:typename:PUBLIC Status
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dcontext.c181 Status XvMCCreateContext(Display *dpy, XvPortID port, int surface_type_id, function in typeref:typename:PUBLIC Status
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dintel_xvmc.c178 * Function: XvMCCreateContext
193 _X_EXPORT Status XvMCCreateContext(Display * display, XvPortID port, function in typeref:typename:_X_EXPORT Status
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dintel_xvmc.c178 * Function: XvMCCreateContext
193 _X_EXPORT Status XvMCCreateContext(Display * display, XvPortID port, function in typeref:typename:_X_EXPORT Status
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dintel_xvmc.c238 * Function: XvMCCreateContext
253 _X_EXPORT Status XvMCCreateContext(Display *display, XvPortID port, function in typeref:typename:_X_EXPORT Status
H A DI810XvMC.c113 // Function: XvMCCreateContext
128 _X_EXPORT Status XvMCCreateContext(Display *display, XvPortID port, function in typeref:typename:_X_EXPORT Status
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaXvMC.c252 XvMCCreateContext(Display * display, XvPortID port, function in typeref:typename:_X_EXPORT Status
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c113 // Function: XvMCCreateContext
128 _X_EXPORT Status XvMCCreateContext(Display *display, XvPortID port, function in typeref:typename:_X_EXPORT Status
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c113 // Function: XvMCCreateContext
128 _X_EXPORT Status XvMCCreateContext(Display *display, XvPortID port, function in typeref:typename:_X_EXPORT Status

Completed in 59 milliseconds