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

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 482 int curLoc = location + slotNdx;
484 glEnableVertexAttribArray(curLoc);
485 glVertexAttribDivisor(curLoc, divisor);
488 glVertexAttribPointer(curLoc, typeSize, GL_FLOAT, GL_FALSE, 0, attrPtr);
490 glVertexAttribIPointer(curLoc, typeSize, GL_INT, 0, attrPtr);
492 glVertexAttribIPointer(curLoc, typeSize, GL_UNSIGNED_INT, 0, attrPtr);
498 glVertexAttribPointer(curLoc, numRows, GL_FLOAT, GL_FALSE, numCols*numRows*sizeof(float), attrPtr);
es3fFragmentOutputTests.cpp 975 int curLoc = 0;
976 while (curLoc < numTargets)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 55 for curName, curLoc in dataIter:
58 if curLoc in glyphDict:
59 curGlyph = glyphDict[curLoc]
61 curGlyphData = data[slice(*curLoc)]
64 glyphDict[curLoc] = curGlyph
E_B_L_C_.py 446 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
447 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable offset formats"
563 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
564 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable format 4"
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 273 DebugLoc curLoc = MI.getDebugLoc();
275 if (prevDebugLoc.isUnknown() && curLoc.isUnknown())
278 if (prevDebugLoc == curLoc)
281 prevDebugLoc = curLoc;
283 if (curLoc.isUnknown())
290 DIScope Scope(curLoc.getScope(ctx));
310 this->emitSrcInText(fileName.str(), curLoc.getLine());
313 temp << "\t.loc " << filenameMap[fileName.str()] << " " << curLoc.getLine()
314 << " " << curLoc.getCol();
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp     [all...]
calendar.cpp 381 Locale curLoc; // current locale
384 lkey.currentLocale(curLoc);
394 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
400 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp     [all...]
calendar.cpp 420 Locale curLoc; // current locale
423 lkey.currentLocale(curLoc);
433 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
439 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c     [all...]

Completed in 448 milliseconds