Home
last modified time | relevance | path

Searched refs:mSink (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DValidateLimitations.cpp62 mSink(sink), in ValidateLimitations()
145 mSink.prefix(EPrefixError); in error()
146 mSink.location(loc); in error()
147 mSink << "'" << token << "' : " << reason << "\n"; in error()
DValidateLimitations.h58 TInfoSinkBase& mSink; variable