Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.hpp41 PROGRAMINTERFACE_UNIFORM_BLOCK, enumerator
H A Des31fProgramInterfaceQueryTestCase.cpp1925 case PROGRAMINTERFACE_UNIFORM_BLOCK: in ProgramResourceQueryTestTarget()
1972 case PROGRAMINTERFACE_UNIFORM_BLOCK: in getGLInterfaceEnumValue()
2003 case PROGRAMINTERFACE_UNIFORM_BLOCK: in isInterfaceBlockInterfaceName()
2069 case PROGRAMINTERFACE_UNIFORM_BLOCK: in getInterfaceBlockInteraceNameByMember()
2499 case PROGRAMINTERFACE_UNIFORM_BLOCK: in iterate()
2502 …st glu::Storage storage = (m_queryTarget.interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? in iterate()
H A Des31fProgramInterfaceDefinitionUtil.cpp1283 (interface == PROGRAMINTERFACE_UNIFORM) || (interface == PROGRAMINTERFACE_UNIFORM_BLOCK) || in getProgramInterfaceResourceList()
1320 case PROGRAMINTERFACE_UNIFORM_BLOCK: in getProgramInterfaceResourceList()
1324 … (interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? (glu::STORAGE_UNIFORM) : (glu::STORAGE_BUFFER); in getProgramInterfaceResourceList()
H A Des31fProgramInterfaceQueryTests.cpp1864 (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in iterate()
2176 (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in iterate()
5107 …(storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : (PROGRAMINTERFACE_SHADER_ST… in generateBufferBackedInterfaceResourceBasicBlockTypes()
5166 (PROGRAMINTERFACE_UNIFORM_BLOCK) : in generateBufferBackedInterfaceResourceBufferBindingCases()
5214 (Storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) : in generateBufferBlockReferencedByShaderSingleBlockContentCases()