OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setSwapBehavior
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp
95
CREATE_BRIDGE2(
setSwapBehavior
, CanvasContext* context, SwapBehavior swapBehavior) {
96
args->context->
setSwapBehavior
(args->swapBehavior);
100
void RenderProxy::
setSwapBehavior
(SwapBehavior swapBehavior) {
101
SETUP_TASK(
setSwapBehavior
);
CanvasContext.cpp
123
void CanvasContext::
setSwapBehavior
(SwapBehavior swapBehavior) {
Completed in 782 milliseconds