OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasEmptyQuads
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Patch.h
51
bool
hasEmptyQuads
;
Patch.cpp
35
Patch::Patch(): vertices(NULL), verticesCount(0), indexCount(0),
hasEmptyQuads
(false) {
71
hasEmptyQuads
= emptyQuads > 0;
231
if (
hasEmptyQuads
) {
OpenGLRenderer.cpp
[
all
...]
DisplayListOp.h
[
all
...]
Completed in 234 milliseconds