Home
last modified time | relevance | path

Searched defs:maxElements (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h120 size_t maxElements = (1ULL << indexBits); in add() local
174 size_t maxElements = (1ULL << indexBits); in addFixed() local
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1174 int maxElements = findMaxIndex(count,indices_type,indices) + 1; in convertIndirect() local