Home
last modified time | relevance | path

Searched refs:PROGRAMINTERFACE_UNIFORM_BLOCK (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.hpp41 PROGRAMINTERFACE_UNIFORM_BLOCK, enumerator
Des31fProgramInterfaceQueryTestCase.cpp1717 …case PROGRAMINTERFACE_UNIFORM_BLOCK: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_UNIFORM_BLOCK_I… in ProgramResourceQueryTestTarget()
1749 case PROGRAMINTERFACE_UNIFORM_BLOCK: return GL_UNIFORM_BLOCK; in getGLInterfaceEnumValue()
1772 case PROGRAMINTERFACE_UNIFORM_BLOCK: in isInterfaceBlockInterfaceName()
1837 case PROGRAMINTERFACE_UNIFORM_BLOCK: in getInterfaceBlockInteraceNameByMember()
2244 case PROGRAMINTERFACE_UNIFORM_BLOCK: in iterate()
2247 …u::Storage storage = (m_queryTarget.interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? (gl… in iterate()
Des31fProgramInterfaceDefinitionUtil.cpp1278 (interface == PROGRAMINTERFACE_UNIFORM_BLOCK) || in getProgramInterfaceResourceList()
1314 case PROGRAMINTERFACE_UNIFORM_BLOCK: in getProgramInterfaceResourceList()
1317 …const glu::Storage storage = (interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? (glu::STORAGE_UNIFORM… in getProgramInterfaceResourceList()
Des31fProgramInterfaceQueryTests.cpp1798 …ce programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in iterate()
2068 …face programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in iterate()
4727 … programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : (PR… in generateBufferBackedInterfaceResourceBasicBlockTypes()
4777 … programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : (PR… in generateBufferBackedInterfaceResourceBufferBindingCases()
4809 …face programInterface = (Storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in generateBufferBlockReferencedByShaderSingleBlockContentCases()