HomeSort by relevance Sort by last modified time
    Searched refs:firstNdx (Results 1 - 10 of 10) 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/stress/
es2sVertexArrayTests.cpp 225 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
244 spec.first = firsts[firstNdx];
247 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 289 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
296 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
312 spec.first = firsts[firstNdx];
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 402 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
404 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
405 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
408 spec.first = firsts[firstNdx];
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...]
es2fVertexArrayTest.cpp 224 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
243 spec.first = firsts[firstNdx];
246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 286 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
293 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
309 spec.first = firsts[firstNdx];
    [all...]
es3fDrawTests.cpp 504 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
506 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
507 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
510 spec.first = firsts[firstNdx];
    [all...]
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/deqp/modules/gles31/functional/
es31fDrawTests.cpp 634 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
636 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
637 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
640 spec.first = firsts[firstNdx];
    [all...]

Completed in 668 milliseconds