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
69
class
OpStatePair
{
71
OpStatePair
()
73
OpStatePair
(DrawOp* newOp, const DeferredDisplayState* newState)
75
OpStatePair
(const
OpStatePair
& other)
DeferredDisplayList.cpp
73
mOps.add(
OpStatePair
(op, state));
141
Vector<
OpStatePair
> mOps;
DisplayListOp.h
145
const Vector<
OpStatePair
>& ops, const Rect& bounds) {
767
const Vector<
OpStatePair
>& ops, const Rect& bounds) {
[
all
...]
Completed in 411 milliseconds