HomeSort by relevance Sort by last modified time
    Searched refs:isConstIndexExpr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
ValidateLimitations.h 51 bool isConstIndexExpr(TIntermNode* node);
ValidateLimitations.cpp 478 bool ValidateLimitations::isConstIndexExpr(TIntermNode* node)
506 if (!skip && !isConstIndexExpr(index)) {

Completed in 406 milliseconds