Searched refs:localValue (Results 1 – 3 of 3) sorted by relevance
64 const GLuint localValue, in ValidateStateHelperGetIntegerv() argument73 if (localValue != static_cast<GLuint>(queryValue)) in ValidateStateHelperGetIntegerv()75 WARN() << localName << " (" << localValue << ") != " << driverName << " (" << queryValue in ValidateStateHelperGetIntegerv()86 const GLuint localValue, in ValidateStateHelperGetVertexAttribiv() argument95 if (localValue != static_cast<GLuint>(queryValue)) in ValidateStateHelperGetVertexAttribiv()97 WARN() << localName << "[" << index << "] (" << localValue << ") != " << driverName << "[" in ValidateStateHelperGetVertexAttribiv()
41 const GLuint localValue, in ValidateStateHelper() argument48 if (localValue != static_cast<GLuint>(queryValue)) in ValidateStateHelper()50 WARN() << localName << " (" << localValue << ") != " << driverName << " (" << queryValue in ValidateStateHelper()
1261 final TextEditingValue localValue = _value;1262 if (localValue == _lastKnownRemoteTextEditingValue)1264 _lastKnownRemoteTextEditingValue = localValue;1265 _textInputConnection.setEditingState(localValue);1316 final TextEditingValue localValue = _value;1317 _lastKnownRemoteTextEditingValue = localValue;1330 )..setEditingState(localValue);