HomeSort by relevance Sort by last modified time
    Searched refs:curLoc (Results 1 - 8 of 8) 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     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 119 DebugLoc curLoc = MI.getDebugLoc();
121 if (!prevDebugLoc && !curLoc)
124 if (prevDebugLoc == curLoc)
127 prevDebugLoc = curLoc;
129 if (!curLoc)
132 auto *Scope = cast_or_null<MDScope>(curLoc.getScope());
149 this->emitSrcInText(fileName, curLoc.getLine());
152 temp << "\t.loc " << filenameMap[fileName] << " " << curLoc.getLine()
153 << " " << curLoc.getCol();
    [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/icu/icu4c/source/i18n/
dtptngen.cpp     [all...]
calendar.cpp 443 Locale curLoc; // current locale
446 lkey.currentLocale(curLoc);
456 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
462 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );
    [all...]

Completed in 1286 milliseconds