/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSampleShadingTests.cpp | 171 const char* m_outType, GLfloat min, GLfloat max, const char* m_extension, 186 std::string m_extension; member in glcts::SampleShadingRenderCase 214 , m_extension(extension) in SampleShadingRenderCase() 236 if (!m_extension.empty() && !m_context.getContextInfo().isExtensionSupported(m_extension.c_str())) in iterate() 238 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, m_extension.c_str()); in iterate() 493 std::string m_extension; member in glcts::SampleShadingRenderFormatTests 509 , m_extension(extension) in SampleShadingRenderFormatTests() 522 m_max, m_extension.c_str(), 1.0)); in init() 526 m_max, m_extension in init() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderStateQueryTests.cpp | 72 const char* const m_extension; member in deqp::gles31::Functional::__anon30916::BaseTypeCase 77 , m_extension (extension) in BaseTypeCase() 104 if (m_extension && !isES32orGL45 && !m_context.getContextInfo().isExtensionSupported(m_extension)) in iterate() 105 throw tcu::NotSupportedError("Test requires " + std::string(m_extension)); in iterate() 117 shaderArgs["EXTENSIONSTATEMENT"] = (m_extension && !isES32orGL45) ? (std::string() + "#extension " + m_extension + " : require\n") : (""); in iterate()
|
H A D | es31fAndroidExtensionPackES31ATests.cpp | 127 const std::string m_extension; member in deqp::gles31::Functional::__anon30807::SubExtensionCase 132 , m_extension (extension) in SubExtensionCase() 140 << "Verifying that extension \"" << m_extension << "\" is supported." in iterate() 143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str())) in iterate()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 186 const char* m_extension; member in deqp::gles31::Functional::__anon30857::PropValidator 194 , m_extension (requiredExtension) in PropValidator() 209 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension); in isSupported()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 4579 , m_extension (extension) in PrecisionCase() 4605 const string m_extension; member in deqp::gls::BuiltinPrecisionTests::PrecisionCase 4683 if (!m_extension.empty()) in testStatement() 4684 spec.globalDeclarations = "#extension " + m_extension + " : require\n"; in testStatement() 5067 if (!m_extension.empty() && !info->isExtensionSupported(m_extension.c_str()) && in iterate() 5069 throw NotSupportedError("Unsupported extension: " + m_extension); in iterate()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 734 std::string m_extension; member in deqp::egl::GLES2ThreadTest::InitGLExtension 739 , m_extension (extension) in InitGLExtension() 770 if (extension == m_extension) in exec() 779 throw tcu::NotSupportedError((m_extension + " not supported").c_str(), "", __FILE__, __LINE__); in exec() 783 if (m_extension == "GL_OES_EGL_image") in exec()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 6444 , m_extension (extension) 6467 const string m_extension; 6486 if (!m_extension.empty()) 6487 m_spec.globalDeclarations = "#extension " + m_extension + " : require\n";
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 6433 , m_extension (extension) 6456 const string m_extension; 6475 if (!m_extension.empty()) 6476 m_spec.globalDeclarations = "#extension " + m_extension + " : require\n";
|