OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_display
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/
hardware_VideoDecodeCapable.py
97
display = vaapi.
create_display
(':0.0')
99
display = vaapi.
create_display
('/dev/dri/card0')
/external/mesa3d/src/gallium/state_trackers/egl/common/
native.h
315
struct native_display *(*
create_display
)(void *dpy, boolean use_sw);
member in struct:native_platform
egl_g3d.c
543
nplat->
create_display
(dpy->PlatformDisplay, dpy->Options.UseFallback);
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
258
display = platform->
create_display
(dpy, FALSE);
260
display = platform->
create_display
(dpy, TRUE);
[
all
...]
Completed in 573 milliseconds