OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComposeDevice
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish-opengl/system/hwc2/
EmuHWC2.h
166
}
ComposeDevice
;
171
mData(sizeof(
ComposeDevice
) + layerCnt * sizeof(ComposeLayer))
173
mComposeDevice = reinterpret_cast<
ComposeDevice
*>(mData.data());
177
ComposeDevice
* get() { return mComposeDevice; }
184
ComposeDevice
* mComposeDevice;
EmuHWC2.cpp
728
ComposeDevice
* p = mComposeMsg->get();
790
sizeof(
ComposeDevice
) + numLayer * sizeof(ComposeLayer),
[
all
...]
Completed in 169 milliseconds