Searched refs:minIndex_out (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 1088 int* minIndex_out, in calcIndexRange() argument 1095 minIndex_out, maxIndex_out, in calcIndexRange() 1102 minIndex_out, maxIndex_out, in calcIndexRange() 1109 minIndex_out, maxIndex_out, in calcIndexRange() 1168 int* minIndex_out, in getBufferIndexRange() argument 1174 minIndex_out, in getBufferIndexRange() 1179 calcIndexRange(dataWithOffset, type, count, minIndex_out, maxIndex_out); in getBufferIndexRange() 1183 *minIndex_out, *maxIndex_out); in getBufferIndexRange() 1185 …ALOGV("%s: got range [%u %u] pr? %d", __FUNCTION__, *minIndex_out, *maxIndex_out, m_primitiveResta… in getBufferIndexRange()
|
D | GL2Encoder.h | 156 int* minIndex_out, int* maxIndex_out);
|