/third_party/skia/src/pathops/ |
H A D | SkDLineIntersection.cpp | 139 for (int index = 0; index < 2; ++index) { in intersect() 140 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]); in intersect() 142 bNearA[index] = t = a.nearPoint(b[index], &bNotA[index]); in intersect() 218 for (int index in horizontal() [all...] |
H A D | SkPathOpsCurve.cpp | 17 for (int index = 1; index <= count; ++index) { in nearPoint() 18 minX = std::min(minX, fCubic.fPts[index].fX); in nearPoint() 19 maxX = std::max(maxX, fCubic.fPts[index].fX); in nearPoint() 26 for (int index = 1; index <= count; ++index) { in nearPoint() 27 minY = std::min(minY, fCubic.fPts[index].fY); in nearPoint() 28 maxY = std::max(maxY, fCubic.fPts[index] in nearPoint() [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrAAConvexTessellator.h | 55 const SkPoint& point(int index) const { return fPts[index]; } in point() 56 int index(int index) const { return fIndices[index]; } in index() function in GrAAConvexTessellator 57 SkScalar coverage(int index) const { return fCoverages[index]; } in coverage() 78 const SkPoint& point(int index) const { return fPts[index].fPt; } in point() 80 int originatingIdx(int index) cons 136 addIdx(int index, int origEdgeId) addIdx() argument 155 int index(int index) const { return fPts[index].fIndex; } index() function in GrAAConvexTessellator::Ring 157 setOrigEdgeId(int index, int id) setOrigEdgeId() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-buffer-indexof.js | 222 let index = twoByteString.indexOf('\u0391', 0, 'ucs2'); 223 assert.strictEqual(index, 2, `Alpha - at index ${index}`); 224 index = twoByteString.indexOf('\u03a3', 0, 'ucs2'); 225 assert.strictEqual(index, 4, `First Sigma - at index ${index}`); 226 index = twoByteString.indexOf('\u03a3', 6, 'ucs2'); 227 assert.strictEqual(index, [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | TransliteratingTextComponent.java | 108 // : start += index[0]; in transliterate() 109 // : cursor = start + index[2] - index[0]; in transliterate() 122 Transliterator.Position index = new Transliterator.Position(); in transliterate() 123 index.contextLimit = buf.length(); in transliterate() 124 index.contextStart = 0; in transliterate() 125 index.start = getKeyStart(); in transliterate() 126 if (index.start == -1) index.start = getSelectionStart(); in transliterate() 127 index in transliterate() [all...] |
/third_party/lzma/CPP/Windows/Control/ |
H A D | ComboBox.h | 25 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, MY_int_TO_WPARAM(index), 0); }
in SetCurSel() argument 26 LRESULT SetCurSel(unsigned index) { return SendMsg(CB_SETCURSEL, index, 0); }
in SetCurSel() argument 34 LRESULT GetLBTextLen(int index) { return SendMsg(CB_GETLBTEXTLEN, MY_int_TO_WPARAM(index), 0); }
in GetLBTextLen() argument 35 LRESULT GetLBText(int index, LPTSTR s) { return SendMsg(CB_GETLBTEXT, MY_int_TO_WPARAM(index), (LPARAM)s); }
in GetLBText() argument 36 LRESULT GetLBText(int index, CSysString &s);
38 LRESULT GetLBText(int index, UStrin 41 SetItemData(int index, LPARAM lParam) SetItemData() argument 42 GetItemData(int index) GetItemData() argument 43 GetItemData(unsigned index) GetItemData() argument 60 DeleteItem(int index) DeleteItem() argument [all...] |
/third_party/skia/tests/ |
H A D | PathOpsQuadReduceOrderTest.cpp | 21 for (size_t index = 0; index < testSetCount; ++index) { in oneOffTest() 22 const QuadPts& q = testSet[index]; in oneOffTest() 32 size_t index; in standardTestCases() local 51 for (index = firstQuadraticLineTest; index < quadraticLines_count; ++index) { in standardTestCases() 52 const QuadPts& q = quadraticLines[index]; in standardTestCases() 57 SkDebugf("[%d] line quad order=%d\n", (int) index, orde in standardTestCases() [all...] |
H A D | PathOpsDVectorTest.cpp | 24 for (size_t index = 0; index < tests_count - 1; ++index) { in DEF_TEST() 25 SkDVector v1 = tests[index + 1] - tests[index]; in DEF_TEST() 27 SkDVector v2 = tests[index] - tests[index + 1]; in DEF_TEST() 33 v1 = tests[index + 1] - tests[index]; in DEF_TEST() 36 v1 -= tests[index in DEF_TEST() [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | geocoding_data.pb.h | 218 ::i18n::phonenumbers::PrefixesInfo* mutable_prefixes_info(int index); 222 const ::i18n::phonenumbers::PrefixesInfo& _internal_prefixes_info(int index) const; 225 const ::i18n::phonenumbers::PrefixesInfo& prefixes_info(int index) const; 236 const std::string& languages(int index) const; 237 std::string* mutable_languages(int index); 238 void set_languages(int index, const std::string& value); 239 void set_languages(int index, std::string&& value); 240 void set_languages(int index, const char* value); 241 void set_languages(int index, const char* value, size_t size); 250 const std::string& _internal_languages(int index) cons 1075 mutable_prefixes_info(int index) mutable_prefixes_info() argument 1125 mutable_languages(int index) mutable_languages() argument 1129 set_languages(int index, const std::string& value) set_languages() argument 1133 set_languages(int index, std::string&& value) set_languages() argument 1137 set_languages(int index, const char* value) set_languages() argument 1142 set_languages(int index, const char* value, size_t size) set_languages() argument 1271 mutable_countries_info(int index) mutable_countries_info() argument 1317 set_countries(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_countries() argument 1479 set_prefixes(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_prefixes() argument 1530 mutable_descriptions(int index) mutable_descriptions() argument 1534 set_descriptions(int index, const std::string& value) set_descriptions() argument 1538 set_descriptions(int index, std::string&& value) set_descriptions() argument 1542 set_descriptions(int index, const char* value) set_descriptions() argument 1547 set_descriptions(int index, const char* value, size_t size) set_descriptions() argument 1628 set_lengths(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_lengths() argument 1711 mutable_language_codes(int index) mutable_language_codes() argument 1715 set_language_codes(int index, const std::string& value) set_language_codes() argument 1719 set_language_codes(int index, std::string&& value) set_language_codes() argument 1723 set_language_codes(int index, const char* value) set_language_codes() argument 1728 set_language_codes(int index, const char* value, size_t size) set_language_codes() argument 1817 mutable_country_languages(int index) mutable_country_languages() argument 1821 set_country_languages(int index, const std::string& value) set_country_languages() argument 1825 set_country_languages(int index, std::string&& value) set_country_languages() argument 1829 set_country_languages(int index, const char* value) set_country_languages() argument 1834 set_country_languages(int index, const char* value, size_t size) set_country_languages() argument 1919 set_country_codes(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_country_codes() argument [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Utf8.java | 152 * range of bytes to be checked extends from index {@code index}, inclusive, to {@code limit}, 155 * <p>This is a convenience method, equivalent to {@code partialIsValidUtf8(bytes, index, limit) 158 public static boolean isValidUtf8(byte[] bytes, int index, int limit) { in isValidUtf8() argument 159 return processor.isValidUtf8(bytes, index, limit); in isValidUtf8() 164 * sequence. The range of bytes to be checked extends from index {@code index}, inclusive, to 175 public static int partialIsValidUtf8(int state, byte[] bytes, int index, int limit) { in partialIsValidUtf8() argument 176 return processor.partialIsValidUtf8(state, bytes, index, limit); in partialIsValidUtf8() 193 private static int incompleteStateFor(byte[] bytes, int index, in argument 207 incompleteStateFor( final ByteBuffer buffer, final int byte1, final int index, final int remaining) incompleteStateFor() argument 226 UnpairedSurrogateException(int index, int length) UnpairedSurrogateException() argument 319 partialIsValidUtf8(int state, ByteBuffer buffer, int index, int limit) partialIsValidUtf8() argument 328 decodeUtf8(ByteBuffer buffer, int index, int size) decodeUtf8() argument 338 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument 368 estimateConsecutiveAscii(ByteBuffer buffer, int index, int limit) estimateConsecutiveAscii() argument 389 isValidUtf8(byte[] bytes, int index, int limit) isValidUtf8() argument 406 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument 416 isValidUtf8(ByteBuffer buffer, int index, int limit) isValidUtf8() argument 426 partialIsValidUtf8( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8() argument 438 partialIsValidUtf8Direct( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8Direct() argument 446 partialIsValidUtf8Default( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8Default() argument 540 partialIsValidUtf8(final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8() argument 616 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument 624 decodeUtf8(ByteBuffer buffer, int index, int size) decodeUtf8() argument 636 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument 643 decodeUtf8Default(ByteBuffer buffer, int index, int size) decodeUtf8Default() argument 862 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument 950 partialIsValidUtf8Direct(int state, ByteBuffer buffer, int index, int limit) partialIsValidUtf8Direct() argument 956 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument 1031 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument 1095 partialIsValidUtf8(byte[] bytes, int index, int limit) partialIsValidUtf8() argument 1105 partialIsValidUtf8NonAscii(byte[] bytes, int index, int limit) partialIsValidUtf8NonAscii() argument 1176 partialIsValidUtf8(int state, byte[] bytes, final int index, final int limit) partialIsValidUtf8() argument 1271 partialIsValidUtf8Direct( final int state, ByteBuffer buffer, final int index, final int limit) partialIsValidUtf8Direct() argument 1368 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument 1443 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | CompositeGlyph.java | 49 int index = 5 * FontData.DataSize.USHORT.size(); // header in initialize() 52 contourIndex.add(index); in initialize() 53 flags = this.data.readUShort(index); in initialize() 54 index += 2 * FontData.DataSize.USHORT.size(); // flags and in initialize() 57 index += 2 * FontData.DataSize.SHORT.size(); in initialize() 59 index += 2 * FontData.DataSize.BYTE.size(); in initialize() 62 index += FontData.DataSize.F2DOT14.size(); in initialize() 64 index += 2 * FontData.DataSize.F2DOT14.size(); in initialize() 66 index += 4 * FontData.DataSize.F2DOT14.size(); in initialize() 69 int nonPaddedDataLength = index; in initialize() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc.h | 100 int index[4][8]; ///< front, side, back, lfe member 117 * - index: there are three independent indices for SCE, CPE and LFE; 123 * .index = { { 0, 0 }, { 1 }, { 2 }, }, 124 * (index is 0 for the single SCE but goes from 0 to 2 for the CPEs) 126 * The index order impacts the channel ordering. But is otherwise arbitrary 145 .index = { { 0 }, }, 153 .index = { { 0 }, }, 161 .index = { { 0 },{ 0 },{ 0 },{ 0 } }, 169 .index = { { 0 },{ 0 },{ 0 }, }, 177 .index [all...] |
H A D | get_bits.h | 67 int index; member 134 unsigned int name ## _index = (gb)->index; \ 149 #define CLOSE_READER(name, gb) (gb)->index = name ## _index 222 return s->index - s->bits_left; in get_bits_count() 224 return s->index; in get_bits_count() 232 if (s->index >> 3 >= s->buffer_end - s->buffer) in refill_32() 237 s->cache = (uint64_t)AV_RL32(s->buffer + (s->index >> 3)) << s->bits_left | s->cache; in refill_32() 239 s->cache = s->cache | (uint64_t)AV_RB32(s->buffer + (s->index >> 3)) << (32 - s->bits_left); in refill_32() 240 s->index += 32; in refill_32() 247 if (s->index >> in refill_64() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | operand.cpp | 64 for (uint64_t index = 0; index < group.count; ++index) { in spvOperandTableNameLookup() 65 const auto& entry = group.entries[index]; in spvOperandTableNameLookup() 512 std::function<bool(unsigned index)> out; in spvOperandCanBeForwardDeclaredFunction() 538 out = [](unsigned index) { return index != 0; }; in spvOperandCanBeForwardDeclaredFunction() 543 out = [](unsigned index) { return index == 2; }; in spvOperandCanBeForwardDeclaredFunction() 547 out = [](unsigned index) { retur in spvOperandCanBeForwardDeclaredFunction() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | operand.cpp | 64 for (uint64_t index = 0; index < group.count; ++index) { in spvOperandTableNameLookup() 65 const auto& entry = group.entries[index]; in spvOperandTableNameLookup() 512 std::function<bool(unsigned index)> out; in spvOperandCanBeForwardDeclaredFunction() 538 out = [](unsigned index) { return index != 0; }; in spvOperandCanBeForwardDeclaredFunction() 543 out = [](unsigned index) { return index == 2; }; in spvOperandCanBeForwardDeclaredFunction() 547 out = [](unsigned index) { retur in spvOperandCanBeForwardDeclaredFunction() [all...] |
/third_party/spirv-tools/source/ |
H A D | operand.cpp | 62 for (uint64_t index = 0; index < group.count; ++index) { in spvOperandTableNameLookup() 63 const auto& entry = group.entries[index]; in spvOperandTableNameLookup() 509 std::function<bool(unsigned index)> out; in spvOperandCanBeForwardDeclaredFunction() 535 out = [](unsigned index) { return index != 0; }; in spvOperandCanBeForwardDeclaredFunction() 540 out = [](unsigned index) { return index == 2; }; in spvOperandCanBeForwardDeclaredFunction() 544 out = [](unsigned index) { retur in spvOperandCanBeForwardDeclaredFunction() [all...] |
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_print.c | 49 agx_print_index(agx_index index, FILE *fp) in agx_print_index() argument 51 switch (index.type) { in agx_print_index() 57 if (index.cache) in agx_print_index() 60 if (index.discard) in agx_print_index() 63 if (index.kill) in agx_print_index() 66 fprintf(fp, "%u", index.value); in agx_print_index() 70 fprintf(fp, "#%u", index.value); in agx_print_index() 74 agx_print_sized('u', index.value, index.size, fp); in agx_print_index() 78 agx_print_sized('r', index in agx_print_index() [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 261 for (String index : firsts) { in TestFirstCharacters() 262 if (collator.compare(last,index) >= 0) { in TestFirstCharacters() 263 errln("Characters not in order: " + last + " !< " + index); in TestFirstCharacters() 265 int script = getFirstRealScript(index); in TestFirstCharacters() 269 errln("2nd character in script: " + index + "\t" + new UnicodeSet(missingScripts).retainAll(s).toPattern(false)); in TestFirstCharacters() 335 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels() 336 index.setUnderflowLabel("__"); in TestSetGetSpecialLabels() 337 index.setInflowLabel("--"); in TestSetGetSpecialLabels() 338 index.setOverflowLabel("^^"); in TestSetGetSpecialLabels() 339 assertEquals("underflow label", "__", index in TestSetGetSpecialLabels() 475 showIndex(AlphabeticIndex<T> index, boolean showEmpty) showIndex() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 264 for (String index : firsts) { in TestFirstCharacters() 265 if (collator.compare(last,index) >= 0) { in TestFirstCharacters() 266 errln("Characters not in order: " + last + " !< " + index); in TestFirstCharacters() 268 int script = getFirstRealScript(index); in TestFirstCharacters() 272 errln("2nd character in script: " + index + "\t" + new UnicodeSet(missingScripts).retainAll(s).toPattern(false)); in TestFirstCharacters() 338 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels() 339 index.setUnderflowLabel("__"); in TestSetGetSpecialLabels() 340 index.setInflowLabel("--"); in TestSetGetSpecialLabels() 341 index.setOverflowLabel("^^"); in TestSetGetSpecialLabels() 342 assertEquals("underflow label", "__", index in TestSetGetSpecialLabels() 478 showIndex(AlphabeticIndex<T> index, boolean showEmpty) showIndex() argument [all...] |
/third_party/libexif/contrib/c++/ |
H A D | exif_module.cxx | 55 object component(long index) const in component() 60 return object(getByte(index)); in component() 62 return object(getShort(index)); in component() 64 return object(getLong(index)); in component() 66 return object(getSLong(index)); in component() 68 return object(getRational(index)); in component() 70 return object(getSRational(index)); in component() 95 Type extractComponent(unsigned int index, object value, in extractComponent() 107 void setComponent(unsigned int index, object value) in setComponent() 110 + index * exif_format_get_siz in setComponent() 203 ExifTag index= xtag(); entry() local 216 int index= xint(); entry() local 265 ExifIfd index= xifd(); ifdContent() local 275 int index= xint(); ifdContent() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CSCharacterIterator.java | 13 private int index; field in CSCharacterIterator 26 index = 0; in CSCharacterIterator() 32 index = 0; in first() 39 index = seq.length(); in last() 46 if (index == seq.length()) { in current() 49 return seq.charAt(index); in current() 55 if (index < seq.length()) { in next() 56 ++index; in next() 64 if (index == 0) { in previous() 67 --index; in previous() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CSCharacterIterator.java | 15 private int index; field in CSCharacterIterator 28 index = 0; in CSCharacterIterator() 34 index = 0; in first() 41 index = seq.length(); in last() 48 if (index == seq.length()) { in current() 51 return seq.charAt(index); in current() 57 if (index < seq.length()) { in next() 58 ++index; in next() 66 if (index == 0) { in previous() 69 --index; in previous() [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_2_autogen.cpp | 59 void GL_APIENTRY GL_BindAttribLocation(GLuint program, GLuint index, const GLchar *name) in GL_BindAttribLocation() argument 63 "context = %d, program = %u, index = %u, name = 0x%016" PRIxPTR "", CID(context), program, in GL_BindAttribLocation() 64 index, (uintptr_t)name); in GL_BindAttribLocation() 73 programPacked, index, name)); in GL_BindAttribLocation() 76 context->bindAttribLocation(programPacked, index, name); in GL_BindAttribLocation() 78 ANGLE_CAPTURE(BindAttribLocation, isCallValid, context, programPacked, index, name); in GL_BindAttribLocation() 271 void GL_APIENTRY GL_DisableVertexAttribArray(GLuint index) in GL_DisableVertexAttribArray() argument 274 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray() 281 context, angle::EntryPoint::GLDisableVertexAttribArray, index)); in GL_DisableVertexAttribArray() 318 GL_EnableVertexAttribArray(GLuint index) GL_EnableVertexAttribArray() argument 341 GL_GetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveAttrib() argument 377 GL_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveUniform() argument 704 GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) GL_GetVertexAttribPointerv() argument 730 GL_GetVertexAttribdv(GLuint index, GLenum pname, GLdouble *params) GL_GetVertexAttribdv() argument 756 GL_GetVertexAttribfv(GLuint index, GLenum pname, GLfloat *params) GL_GetVertexAttribfv() argument 782 GL_GetVertexAttribiv(GLuint index, GLenum pname, GLint *params) GL_GetVertexAttribiv() argument 1546 GL_VertexAttrib1d(GLuint index, GLdouble x) GL_VertexAttrib1d() argument 1569 GL_VertexAttrib1dv(GLuint index, const GLdouble *v) GL_VertexAttrib1dv() argument 1593 GL_VertexAttrib1f(GLuint index, GLfloat x) GL_VertexAttrib1f() argument 1616 GL_VertexAttrib1fv(GLuint index, const GLfloat *v) GL_VertexAttrib1fv() argument 1640 GL_VertexAttrib1s(GLuint index, GLshort x) GL_VertexAttrib1s() argument 1663 GL_VertexAttrib1sv(GLuint index, const GLshort *v) GL_VertexAttrib1sv() argument 1687 GL_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y) GL_VertexAttrib2d() argument 1711 GL_VertexAttrib2dv(GLuint index, const GLdouble *v) GL_VertexAttrib2dv() argument 1735 GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y) GL_VertexAttrib2f() argument 1759 GL_VertexAttrib2fv(GLuint index, const GLfloat *v) GL_VertexAttrib2fv() argument 1783 GL_VertexAttrib2s(GLuint index, GLshort x, GLshort y) GL_VertexAttrib2s() argument 1807 GL_VertexAttrib2sv(GLuint index, const GLshort *v) GL_VertexAttrib2sv() argument 1831 GL_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) GL_VertexAttrib3d() argument 1855 GL_VertexAttrib3dv(GLuint index, const GLdouble *v) GL_VertexAttrib3dv() argument 1879 GL_VertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z) GL_VertexAttrib3f() argument 1903 GL_VertexAttrib3fv(GLuint index, const GLfloat *v) GL_VertexAttrib3fv() argument 1927 GL_VertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) GL_VertexAttrib3s() argument 1951 GL_VertexAttrib3sv(GLuint index, const GLshort *v) GL_VertexAttrib3sv() argument 1975 GL_VertexAttrib4Nbv(GLuint index, const GLbyte *v) GL_VertexAttrib4Nbv() argument 1999 GL_VertexAttrib4Niv(GLuint index, const GLint *v) GL_VertexAttrib4Niv() argument 2023 GL_VertexAttrib4Nsv(GLuint index, const GLshort *v) GL_VertexAttrib4Nsv() argument 2047 GL_VertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) GL_VertexAttrib4Nub() argument 2071 GL_VertexAttrib4Nubv(GLuint index, const GLubyte *v) GL_VertexAttrib4Nubv() argument 2095 GL_VertexAttrib4Nuiv(GLuint index, const GLuint *v) GL_VertexAttrib4Nuiv() argument 2119 GL_VertexAttrib4Nusv(GLuint index, const GLushort *v) GL_VertexAttrib4Nusv() argument 2143 GL_VertexAttrib4bv(GLuint index, const GLbyte *v) GL_VertexAttrib4bv() argument 2167 GL_VertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) GL_VertexAttrib4d() argument 2191 GL_VertexAttrib4dv(GLuint index, const GLdouble *v) GL_VertexAttrib4dv() argument 2215 GL_VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) GL_VertexAttrib4f() argument 2239 GL_VertexAttrib4fv(GLuint index, const GLfloat *v) GL_VertexAttrib4fv() argument 2263 GL_VertexAttrib4iv(GLuint index, const GLint *v) GL_VertexAttrib4iv() argument 2287 GL_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) GL_VertexAttrib4s() argument 2311 GL_VertexAttrib4sv(GLuint index, const GLshort *v) GL_VertexAttrib4sv() argument 2335 GL_VertexAttrib4ubv(GLuint index, const GLubyte *v) GL_VertexAttrib4ubv() argument 2359 GL_VertexAttrib4uiv(GLuint index, const GLuint *v) GL_VertexAttrib4uiv() argument 2383 GL_VertexAttrib4usv(GLuint index, const GLushort *v) GL_VertexAttrib4usv() argument 2407 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_query.c | 42 unsigned index; member 58 unsigned index) in softpipe_create_query() 77 sq->index = index; in softpipe_create_query() 105 sq->so[sq->index].num_primitives_written = softpipe->so_stats[sq->index].num_primitives_written; in softpipe_begin_query() 106 sq->so[sq->index].primitives_storage_needed = softpipe->so_stats[sq->index].primitives_storage_needed; in softpipe_begin_query() 109 sq->so[sq->index].num_primitives_written = softpipe->so_stats[sq->index] in softpipe_begin_query() 56 softpipe_create_query(struct pipe_context *pipe, unsigned type, unsigned index) softpipe_create_query() argument [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | constant-array-builder.cc | 45 size_t index = constants_.size(); in Allocate() local 46 DCHECK_LT(index, capacity()); in Allocate() 50 return index + start_index(); in Allocate() 54 size_t index) { in At() 55 DCHECK_GE(index, start_index()); in At() 56 DCHECK_LT(index, start_index() + size()); in At() 57 return constants_[index - start_index()]; in At() 61 size_t index) const { in At() 62 DCHECK_GE(index, start_index()); in At() 63 DCHECK_LT(index, start_inde in At() 53 At( size_t index) At() argument 168 At(size_t index, IsolateT* isolate) const At() argument 235 index_t index = static_cast<index_t>(AllocateIndex(Entry(number))); Insert() local 319 SetDeferredAt(size_t index, Handle<Object> object) SetDeferredAt() argument 324 SetJumpTableSmi(size_t index, Smi smi) SetJumpTableSmi() argument 345 index_t index = static_cast<index_t>(AllocateIndex(Entry(value))); AllocateReservedEntry() local 353 size_t index; CommitReservedEntry() local [all...] |