OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpStatePair
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
DeferredDisplayList.h
65
class
OpStatePair
{
67
OpStatePair
()
69
OpStatePair
(DrawOp* newOp, const DeferredDisplayState* newState)
71
OpStatePair
(const
OpStatePair
& other)
DeferredDisplayList.cpp
76
mOps.push_back(
OpStatePair
(op, state));
140
std::vector<
OpStatePair
> mOps;
DisplayListOp.h
145
const std::vector<
OpStatePair
>& ops, const Rect& bounds) {
633
const std::vector<
OpStatePair
>& ops, const Rect& bounds) override {
804
const std::vector<
OpStatePair
>& ops, const Rect& bounds) override {
[
all
...]
Completed in 383 milliseconds