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

  /external/deqp/framework/randomshaders/
rsgVariable.hpp 51 STORAGE_LAST
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp 90 bool matchesFilter (const glu::VariableDeclaration& variable) const { return !m_null && (m_storage == glu::STORAGE_LAST || variable.storage == m_storage); }
91 bool matchesFilter (const glu::InterfaceBlock& block) const { return !m_null && (m_storage == glu::STORAGE_LAST || block.storage == m_storage); }
es31fProgramInterfaceDefinitionUtil.cpp 50 const bool storageNonEmpty = (a.m_storage == b.m_storage) || (a.m_storage == glu::STORAGE_LAST) || (b.m_storage == glu::STORAGE_LAST);
54 (a.m_storage == glu::STORAGE_LAST) ? (b.m_storage) : (a.m_storage),
    [all...]
es31fSynchronizationTests.cpp 123 STORAGE_LAST
180 DE_ASSERT(m_storage < STORAGE_LAST);
    [all...]
es31fProgramInterfaceQueryTests.cpp 503 DE_ASSERT(variable.storage == glu::STORAGE_LAST);
508 DE_ASSERT(interfaceBlock.storage == glu::STORAGE_LAST);
593 DE_ASSERT(variable.storage == glu::STORAGE_LAST);
    [all...]
es31fDrawTests.cpp 191 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
    [all...]
  /external/deqp/framework/opengl/
gluVarType.cpp 173 return de::getSizedArrayElement<STORAGE_LAST>(s_names, storage);
287 , storage (glu::STORAGE_LAST)
338 if (decl.storage != STORAGE_LAST)
gluVarType.hpp 177 STORAGE_LAST
256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
  /external/deqp/modules/glshared/
glsDrawTest.hpp 120 STORAGE_LAST
glsShaderLibraryCase.hpp 76 STORAGE_LAST
glsVertexArrayTests.hpp 129 STORAGE_LAST
glsDrawTest.cpp     [all...]
glsVertexArrayTests.cpp 160 DE_ASSERT(storage < STORAGE_LAST);
167 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(storages) == Array::STORAGE_LAST);
    [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 52 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
es2sSpecialFloatTests.cpp 514 STORAGE_LAST
550 DE_ASSERT(storage < STORAGE_LAST);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 79 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 233 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
es3sSpecialFloatTests.cpp 526 STORAGE_LAST
562 DE_ASSERT(storage < STORAGE_LAST);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 110 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
    [all...]

Completed in 770 milliseconds