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.cpp1715 …case PROGRAMINTERFACE_UNIFORM_BLOCK: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_UNIFORM_BLOCK_I… in ProgramResourceQueryTestTarget()
1747 case PROGRAMINTERFACE_UNIFORM_BLOCK: return GL_UNIFORM_BLOCK; in getGLInterfaceEnumValue()
1770 case PROGRAMINTERFACE_UNIFORM_BLOCK: in isInterfaceBlockInterfaceName()
1835 case PROGRAMINTERFACE_UNIFORM_BLOCK: in getInterfaceBlockInteraceNameByMember()
2240 case PROGRAMINTERFACE_UNIFORM_BLOCK: in iterate()
2243 …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.cpp1785 …ce programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in iterate()
2055 …face programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in iterate()
4706 … programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : (PR… in generateBufferBackedInterfaceResourceBasicBlockTypes()
4756 … programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : (PR… in generateBufferBackedInterfaceResourceBufferBindingCases()
4788 …face programInterface = (Storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in generateBufferBlockReferencedByShaderSingleBlockContentCases()