Home
last modified time | relevance | path

Searched refs:attrIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp422 for (size_t attrIndex = 0; in ANGLENativeDisplayFactory() local
423 attrIndex < mPlatformAttributes.size() && mPlatformAttributes[attrIndex] != EGL_NONE; in ANGLENativeDisplayFactory()
424 attrIndex += 2) in ANGLENativeDisplayFactory()
426 if (mPlatformAttributes[attrIndex] != EGL_FEATURE_OVERRIDES_ENABLED_ANGLE) in ANGLENativeDisplayFactory()
432 reinterpret_cast<const char **>(mPlatformAttributes[attrIndex + 1]); in ANGLENativeDisplayFactory()
/third_party/skia/modules/svg/src/
DSkSVGDOM.cpp293 const int attrIndex = SkStrSearch(&gAttributeParseInfo[0].fKey, in set_string_attribute() local
296 if (attrIndex < 0) { in set_string_attribute()
303 SkASSERT(SkTo<size_t>(attrIndex) < SK_ARRAY_COUNT(gAttributeParseInfo)); in set_string_attribute()
304 const auto& attrInfo = gAttributeParseInfo[attrIndex].fValue; in set_string_attribute()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGDOM.cpp383 const int attrIndex = SkStrSearch(&gAttributeParseInfo[0].fKey, in set_string_attribute() local
386 if (attrIndex < 0) { in set_string_attribute()
393 SkASSERT(SkTo<size_t>(attrIndex) < SK_ARRAY_COUNT(gAttributeParseInfo)); in set_string_attribute()
394 const auto& attrInfo = gAttributeParseInfo[attrIndex].fValue; in set_string_attribute()