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

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp 53 bool isVariableType (void) const { return m_type == TYPE_TYPE; }
57 const glu::VarType* getVariableType (void) const { DE_ASSERT(isVariableType()); return m_data.type; }
es31fProgramInterfaceQueryTestCase.cpp 130 else if (path[pathNdx].isVariableType())
226 const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : (DE_NULL);
415 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
473 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
    [all...]

Completed in 82 milliseconds