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*(int)sizeof(float), attrPtr);
es3fFragmentOutputTests.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 779 curLoc := make([]locID, len(slots))
786 curLoc[part.slot], _ = nextLoc(part, curLoc[part.slot])
797 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
825 // Advance curLoc to the last location that starts before/at start.
830 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
837 curLoc[part.slot] = choice
840 Ctxt.Logf("\t %v => %v", slots[part.slot], curLoc[part.slot]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 779 curLoc := make([]locID, len(slots))
786 curLoc[part.slot], _ = nextLoc(part, curLoc[part.slot])
797 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
825 // Advance curLoc to the last location that starts before/at start.
830 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
837 curLoc[part.slot] = choice
840 Ctxt.Logf("\t %v => %v", slots[part.slot], curLoc[part.slot]
    [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 120 const DebugLoc &curLoc = MI.getDebugLoc();
122 if (!prevDebugLoc && !curLoc)
125 if (prevDebugLoc == curLoc)
128 prevDebugLoc = curLoc;
130 if (!curLoc)
133 auto *Scope = cast_or_null<DIScope>(curLoc.getScope());
150 this->emitSrcInText(fileName, curLoc.getLine());
153 temp << "\t.loc " << filenameMap[fileName] << " " << curLoc.getLine()
154 << " " << curLoc.getCol();
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp     [all...]
calendar.cpp 442 Locale curLoc; // current locale
445 lkey.currentLocale(curLoc);
455 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
461 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]

Completed in 633 milliseconds