OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meshIndices
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Layer.h
46
meshIndices
= NULL;
58
if (
meshIndices
) delete
meshIndices
;
234
uint16_t*
meshIndices
;
LayerRenderer.cpp
106
delete mLayer->
meshIndices
;
109
mLayer->
meshIndices
= NULL;
124
delete mLayer->
meshIndices
;
127
mLayer->
meshIndices
= NULL;
133
mLayer->
meshIndices
= new uint16_t[elementCount];
143
uint16_t* indices = mLayer->
meshIndices
;
OpenGLRenderer.cpp
[
all
...]
Completed in 44 milliseconds