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

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 271 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_IN && isIllegalVertexInput(m_defaultBlock.variables[varNdx].varType))
283 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_IN && isIllegalFragmentInput(m_defaultBlock.variables[varNdx].varType))
285 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_IN && m_defaultBlock.variables[varNdx].interpolation != glu::INTERPOLATION_FLAT && isTypeIntegerOrContainsIntegers(m_defaultBlock.variables[varNdx].varType))
es31fProgramInterfaceDefinitionUtil.cpp     [all...]
es31fProgramInterfaceQueryTestCase.cpp 61 case glu::STORAGE_IN: return GL_PROGRAM_INPUT;
816 else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STORAGE_IN || path.front().getInterfaceBlock()->storage == glu::STORAGE_OUT))
826 else if (varDecl->storage == glu::STORAGE_IN || varDecl->storage == glu::STORAGE_OUT)
844 const bool isInputVariable = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage == glu::STORAGE_IN) : (path.front().getDeclaration()->storage == glu::STORAGE_IN);
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
es31fSeparateShaderTests.cpp 290 VariableDeclaration(varType, frgName, STORAGE_IN, frgInterp, loc));
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 172 STORAGE_IN,

Completed in 954 milliseconds