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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DValidateLimitations.h40 bool isLoopIndex(const TIntermSymbol* symbol) const;
H A DValidateLimitations.cpp156 bool ValidateLimitations::isLoopIndex(const TIntermSymbol* symbol) const function in class:ValidateLimitations
385 if (symbol && isLoopIndex(symbol))
420 if (symbol && isLoopIndex(symbol)) {

Completed in 79 milliseconds