Searched refs:meshIndices (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayer.cpp31 meshIndices = NULL;
49 if (meshIndices) delete meshIndices;
H A DLayerRenderer.cpp128 delete mLayer->meshIndices;
131 mLayer->meshIndices = NULL;
146 delete mLayer->meshIndices;
149 mLayer->meshIndices = NULL;
155 mLayer->meshIndices = new uint16_t[elementCount];
165 uint16_t* indices = mLayer->meshIndices;
H A DLayer.h258 uint16_t* meshIndices; member in struct:android::uirenderer::Layer
H A DOpenGLRenderer.cpp2851 GL_UNSIGNED_SHORT, layer->meshIndices);

Completed in 183 milliseconds