Home
last modified time | relevance | path

Searched refs:maxIndex_out (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp799 int* maxIndex_out) { in calcIndexRange() argument
805 minIndex_out, maxIndex_out, in calcIndexRange()
812 minIndex_out, maxIndex_out, in calcIndexRange()
819 minIndex_out, maxIndex_out, in calcIndexRange()
878 int* maxIndex_out) { in getBufferIndexRange() argument
884 maxIndex_out)) { in getBufferIndexRange()
888 calcIndexRange(dataWithOffset, type, count, minIndex_out, maxIndex_out); in getBufferIndexRange()
892 *minIndex_out, *maxIndex_out); in getBufferIndexRange()
894 …ALOGV("%s: got range [%u %u] pr? %d", __FUNCTION__, *minIndex_out, *maxIndex_out, m_primitiveResta… in getBufferIndexRange()
DGL2Encoder.h120 int* minIndex_out, int* maxIndex_out);