Searched refs:getQuadListIBO (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DMeshState.h113 GLuint getQuadListIBO() { return mQuadListIndices; } function in class:android::uirenderer::MeshState
H A DRenderState.cpp416 if (indices.bufferObject == meshState().getQuadListIBO()) {
/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp80 mOutGlop->mesh.indices = { mRenderState.meshState().getQuadListIBO(), nullptr };
147 mOutGlop->mesh.indices = { mRenderState.meshState().getQuadListIBO(), nullptr };
161 mOutGlop->mesh.indices = { mRenderState.meshState().getQuadListIBO(), nullptr };
209 mOutGlop->mesh.indices = { mRenderState.meshState().getQuadListIBO(), nullptr };

Completed in 626 milliseconds