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

  /external/deqp/framework/randomshaders/
rsgVariable.hpp 46 STORAGE_CONST,
rsgVariable.cpp 50 case STORAGE_CONST: str << Token::CONST; break;
rsgStatement.cpp 277 case Variable::STORAGE_CONST:
303 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST;
rsgExpression.cpp 51 if ((m_exprFlags & CONST_EXPR) && (entry->getVariable()->getStorage() != Variable::STORAGE_CONST))
969 Variable::STORAGE_CONST,
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 174 STORAGE_CONST,
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 404 oss << VariableDeclaration(varType, varName, STORAGE_CONST)
    [all...]

Completed in 685 milliseconds