HomeSort by relevance Sort by last modified time
    Searched defs:firstNdx (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
RoundRobinScheduler.java 47 int firstNdx = -1;
54 firstNdx = pos;
66 mLastPos = firstNdx;
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 246 int firstNdx = (int)m_positions.size();
251 m_indices.push_back(firstNdx + 0);
252 m_indices.push_back(firstNdx + 1);
253 m_indices.push_back(firstNdx + 2);
255 m_indices.push_back(firstNdx + 1);
256 m_indices.push_back(firstNdx + 3);
257 m_indices.push_back(firstNdx + 2);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 296 int firstNdx = (int)m_positions.size();
301 m_indices.push_back(firstNdx + 0);
302 m_indices.push_back(firstNdx + 1);
303 m_indices.push_back(firstNdx + 2);
305 m_indices.push_back(firstNdx + 1);
306 m_indices.push_back(firstNdx + 3);
307 m_indices.push_back(firstNdx + 2);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 205 milliseconds