OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XvMCCreateSurface
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_surface.c
74
assert(
XvMCCreateSurface
(display, NULL, &surface) == XvMCBadContext);
76
assert(
XvMCCreateSurface
(display, &context, NULL) == XvMCBadSurface);
78
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
test_blocks.c
75
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
test_rendering.c
184
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
xvmc_bench.c
230
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_surface.c
74
assert(
XvMCCreateSurface
(display, NULL, &surface) == XvMCBadContext);
76
assert(
XvMCCreateSurface
(display, &context, NULL) == XvMCBadSurface);
78
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
test_blocks.c
75
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
test_rendering.c
184
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
xvmc_bench.c
230
assert(
XvMCCreateSurface
(display, &context, &surface) == Success);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c
153
Status
XvMCCreateSurface
(Display *dpy, XvMCContext *context, XvMCSurface *surface)
/external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c
153
Status
XvMCCreateSurface
(Display *dpy, XvMCContext *context, XvMCSurface *surface)
Completed in 64 milliseconds