Home | History | Annotate | Download | only in functional

Lines Matching refs:STORAGE_UNIFORM

61 		case glu::STORAGE_UNIFORM:
72 return storage == glu::STORAGE_BUFFER || storage == glu::STORAGE_UNIFORM;
602 const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM_BLOCK) :
876 if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_UNIFORM)
889 else if (varDecl->storage == glu::STORAGE_UNIFORM)
912 const bool isUniformBlockVariable = path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_UNIFORM;
1791 validStorageBits = (1u << glu::STORAGE_UNIFORM);
1856 validStorageBits = (1u << glu::STORAGE_UNIFORM);
2176 const VariableSearchFilter uniformFilter = VariableSearchFilter::createStorageFilter(glu::STORAGE_UNIFORM);
2243 const glu::Storage storage = (m_queryTarget.interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? (glu::STORAGE_UNIFORM) : (glu::STORAGE_BUFFER);