Searched refs:m_extType (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.cpp | 59 , m_extType(extParam.extType) in TestCaseBase() 149 if (m_extType == EXTENSIONTYPE_OES) in initExtensions() 163 DE_ASSERT(m_extType == EXTENSIONTYPE_EXT); in initExtensions() 191 getGLSLExtDirective(m_extType, EXTENSIONNAME_SHADER_IO_BLOCKS, EXTENSIONBEHAVIOR_ENABLE); in initGLSLSpecializationMap() 193 getGLSLExtDirective(m_extType, EXTENSIONNAME_SHADER_IO_BLOCKS, EXTENSIONBEHAVIOR_REQUIRE); in initGLSLSpecializationMap() 195 getGLSLExtDirective(m_extType, EXTENSIONNAME_GEOMETRY_SHADER, EXTENSIONBEHAVIOR_ENABLE); in initGLSLSpecializationMap() 197 getGLSLExtDirective(m_extType, EXTENSIONNAME_GEOMETRY_SHADER, EXTENSIONBEHAVIOR_REQUIRE); in initGLSLSpecializationMap() 199 getGLSLExtDirective(m_extType, EXTENSIONNAME_GEOMETRY_POINT_SIZE, EXTENSIONBEHAVIOR_ENABLE); in initGLSLSpecializationMap() 201 getGLSLExtDirective(m_extType, EXTENSIONNAME_GEOMETRY_POINT_SIZE, EXTENSIONBEHAVIOR_REQUIRE); in initGLSLSpecializationMap() 203 getGLSLExtDirective(m_extType, EXTENSIONNAME_TESSELLATION_SHADER, EXTENSIONBEHAVIOR_ENABLE); in initGLSLSpecializationMap() [all …]
|
D | esextcTestCaseBase.hpp | 209 ExtensionType m_extType; member in glcts::TestCaseBase
|