Searched defs:curLoc (Results 1 - 8 of 8) 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*sizeof(float), attrPtr);
H A Des3fFragmentOutputTests.cpp975 int curLoc = 0; local
976 while (curLoc < numTargets)
979 int maxArrayLen = numTargets-curLoc;
985 outputs.push_back(FragmentOutput(basicType, precision, curLoc, arrayLen));
990 curLoc += numLocations;
992 DE_ASSERT(curLoc == numTargets);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp420 Locale curLoc; // current locale local
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 );
H A Ddtptngen.cpp1766 int32_t curLoc = startPos; local
1767 if ( curLoc >= pattern.length()) {
1772 UChar c=pattern.charAt(curLoc);
1774 curLoc++;
1777 startPos = curLoc;
1782 if ( pattern.charAt(curLoc)!= pattern.charAt(startPos) ) {
1785 } while(curLoc <= pattern.length());
1786 *len = curLoc-startPos;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c851 const char *curLoc = "bn"; local
876 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
923 char* curLoc; local
957 curLoc = (char *)uloc_getAvailable(x);
958 log_verbose("Processing %s\n", curLoc);
961 c1 = ucol_open(curLoc, &err);
963 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
973 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
977 uld = ulocdata_open(curLoc, &err);
1026 sortKeyLen1, sortKeyLen2, str, curLoc);
[all...]
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp420 Locale curLoc; // current locale local
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 );
H A Ddtptngen.cpp1767 int32_t curLoc = startPos; local
1768 if ( curLoc >= pattern.length()) {
1773 UChar c=pattern.charAt(curLoc);
1775 curLoc++;
1778 startPos = curLoc;
1783 if ( pattern.charAt(curLoc)!= pattern.charAt(startPos) ) {
1786 } while(curLoc <= pattern.length());
1787 *len = curLoc-startPos;
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c849 const char *curLoc = "bn"; local
874 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
921 char* curLoc; local
955 curLoc = (char *)uloc_getAvailable(x);
956 log_verbose("Processing %s\n", curLoc);
959 c1 = ucol_open(curLoc, &err);
961 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
971 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
975 uld = ulocdata_open(curLoc, &err);
1024 sortKeyLen1, sortKeyLen2, str, curLoc);
[all...]

Completed in 2073 milliseconds