OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGroupStack
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.h
54
Vector<Group>
mGroupStack
;
GLES20RenderEngine.cpp
236
mGroupStack
.push(group);
241
const Group group(
mGroupStack
.top());
242
mGroupStack
.pop();
246
if (!
mGroupStack
.isEmpty()) {
247
fbo =
mGroupStack
.top().fbo;
Completed in 1972 milliseconds