Searched refs:attrIndex (Results 1 – 3 of 3) sorted by relevance
422 for (size_t attrIndex = 0; in ANGLENativeDisplayFactory() local423 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()
293 const int attrIndex = SkStrSearch(&gAttributeParseInfo[0].fKey, in set_string_attribute() local296 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()
383 const int attrIndex = SkStrSearch(&gAttributeParseInfo[0].fKey, in set_string_attribute() local386 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()