Searched defs:curLoc (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp482 int curLoc = location + slotNdx; local
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);
H A Des3fFragmentOutputTests.cpp1049 int curLoc = 0; local
1050 while (curLoc < numTargets)
1053 int maxArrayLen = numTargets-curLoc;
1059 outputs.push_back(FragmentOutput(basicType, precision, curLoc, arrayLen));
1064 curLoc += numLocations;
1066 DE_ASSERT(curLoc == numTargets);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1029 const deUint32 curLoc = (deUint32)attribs.size(); local
1033 curLoc, // location
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp120 const DebugLoc &curLoc = MI.getDebugLoc(); local
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();
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c863 const char *curLoc = "bn"; local
888 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
935 char* curLoc; local
969 curLoc = (char *)uloc_getAvailable(x);
970 log_verbose("Processing %s\n", curLoc);
973 c1 = ucol_open(curLoc, &err);
975 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
990 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
995 uld = ulocdata_open(curLoc, &err);
1044 sortKeyLen1, sortKeyLen2, str, curLoc);
[all...]
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp439 Locale curLoc; // current locale local
442 lkey.currentLocale(curLoc);
452 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
458 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );

Completed in 212 milliseconds