Searched defs:newCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DVertexBuffer.h132 void updateIndexCount(unsigned int newCount) { argument
133 mIndexCount = MathUtils::min(newCount, mAllocatedIndexCount);
135 void updateVertexCount(unsigned int newCount) { argument
136 mVertexCount = MathUtils::min(newCount, mAllocatedVertexCount);
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp631 jsize newCount = (curCount == 0) ? 10 : (curCount*2); local
632 jintArray newArray = env->NewIntArray(newCount);
644 curCount = newCount;

Completed in 73 milliseconds