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

  /external/deqp/framework/qphelper/
qpCrashHandler.c 350 int curFrame;
356 for (curFrame = 0; curFrame < numInBatch; curFrame++)
358 BOOL symInfoOk = SymFromAddr(process, (DWORD64)addresses[curFrame], 0, symInfo);
360 writeInfoFormat(writeInfo, userPtr, " %2d: %p %s%s\n", globalFrameNdx++, addresses[curFrame],
  /frameworks/base/libs/hwui/tests/
main.cpp 145 int curFrame = frameNr % 150;
147 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
148 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
186 int curFrame = frameNr % 150;
188 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
189 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
222 int curFrame = frameNr % 150;
223 card->mutateStagingProperties().setTranslationX(curFrame);
224 card->mutateStagingProperties().setTranslationY(curFrame);
271 int curFrame = frameNr % 150
    [all...]

Completed in 92 milliseconds