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

  /external/skia/src/gpu/instanced/
GLInstancedRendering.cpp 219 int numCommands = op->numGLCommands();
224 for (int i = 0; i < numCommands; ++i) {
234 if (numCommands > 1 && glCaps.multiDrawIndirectSupport() && glCaps.baseInstanceSupport()) {
240 numCommands, 0));
245 for (int i = 0; i < numCommands; ++i) {
  /external/guice/lib/build/
munge.jar 
  /external/lzma/Java/SevenZip/
LzmaBench.java 240 long numCommands = (long)(size) * numCommandsForOne;
241 return MyMultDiv64(numCommands, elapsedTime);
246 long numCommands = inSize * 220 + outSize * 20;
247 return MyMultDiv64(numCommands, elapsedTime);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 198 UInt32 filterId, numCommands, commandsSize;
224 numCommands = Get32(buf + 0x10, be);
227 if (commandsSize > (1 << 24) || numCommands > (1 << 18))
    [all...]

Completed in 638 milliseconds