HomeSort by relevance Sort by last modified time
    Searched refs:mappedPos (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 277 int mappedPos = results.buckets[bucketNumber].unifiedStartIndex + position
280 mappedPos = results.unifiedLookupIndex.length - mappedPos;
282 return mappedPos;
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 1018 vector<tcu::Vec4> mappedPos (m_positions.size());
1027 mappedPos[indices[ndx]] = m_positions[ndx];
1029 gl.bufferData(GL_ARRAY_BUFFER, (int)(m_positions.size()*sizeof(tcu::Vec4)), &mappedPos[0], GL_DYNAMIC_DRAW);
1035 renderReference(refImg.getAccess(), (int)indices.size(), &indices[0], &mappedPos[0], &m_colors[0]);
    [all...]

Completed in 62 milliseconds