Home
last modified time | relevance | path

Searched refs:attrIndex (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.cpp422 for (size_t attrIndex = 0; in ANGLENativeDisplayFactory()
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/
H A DSkSVGDOM.cpp294 const int attrIndex = SkStrSearch(&gAttributeParseInfo[0].fKey, in set_string_attribute() local
297 if (attrIndex < 0) { in set_string_attribute()
304 SkASSERT(SkTo<size_t>(attrIndex) < SK_ARRAY_COUNT(gAttributeParseInfo)); in set_string_attribute()
305 const auto& attrInfo = gAttributeParseInfo[attrIndex].fValue; in set_string_attribute()

Completed in 2 milliseconds