OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commit_sync
(Results
1 - 15
of
15
) sorted by null
/external/libkmsxx/py/tests/
plane_csc.py
25
r = req.
commit_sync
(allow_modeset = True)
41
r = req.
commit_sync
()
60
req.
commit_sync
()
plane_hog.py
58
r = req.
commit_sync
(allow_modeset = True)
81
r = req.
commit_sync
()
97
r = req.
commit_sync
(allow_modeset = True)
112
r = req.
commit_sync
(allow_modeset = True)
129
r = req.
commit_sync
(allow_modeset = True)
test.py
63
req.
commit_sync
(allow_modeset = True)
cam.py
24
req.
commit_sync
(allow_modeset = True)
rottest.py
44
req.
commit_sync
(allow_modeset = True)
91
req.
commit_sync
(allow_modeset = True)
big_fb.py
94
req.
commit_sync
(allow_modeset = True)
/external/libkmsxx/py/pykms/
__init__.py
40
if areq.
commit_sync
() != 0:
53
if areq.
commit_sync
() != 0:
74
if areq.
commit_sync
() != 0:
pykmsbase.cpp
244
.def("
commit_sync
", &AtomicReq::
commit_sync
, py::arg("allow_modeset") = false)
/external/libkmsxx/kms++/inc/kms++/
atomicreq.h
32
int
commit_sync
(bool allow_modeset = false);
/external/libkmsxx/kms++/src/
atomicreq.cpp
108
int AtomicReq::
commit_sync
(bool allow_modeset)
function in class:kms::AtomicReq
crtc.cpp
76
int r = req.
commit_sync
(true);
card.cpp
245
return req.
commit_sync
(true);
/external/libkmsxx/utils/
kmscapture.cpp
211
r = req.
commit_sync
();
420
req.
commit_sync
();
wbcap.cpp
113
int r = req.
commit_sync
();
kmstest.cpp
822
r = disable_req.
commit_sync
(true);
879
r = req.
commit_sync
(true);
Completed in 154 milliseconds