Searched refs:m_extension (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fAndroidExtensionPackES31ATests.cpp127 const std::string m_extension; member in class:deqp::gles31::Functional::__anon4768::SubExtensionCase
132 , m_extension (extension)
140 << "Verifying that extension \"" << m_extension << "\" is supported."
143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str()))
H A Des31fShaderStateQueryTests.cpp72 const char* const m_extension; member in class:deqp::gles31::Functional::__anon4878::BaseTypeCase
77 , m_extension (extension)
102 if (m_extension && !m_context.getContextInfo().isExtensionSupported(m_extension) && !supportsES32)
103 throw tcu::NotSupportedError("Test requires " + std::string(m_extension));
115 shaderArgs["EXTENSIONSTATEMENT"] = (m_extension && !supportsES32) ? (std::string() + "#extension " + m_extension + " : require\n") : ("");
H A Des31fProgramInterfaceQueryTestCase.cpp186 const char* m_extension; member in class:deqp::gles31::Functional::__anon4819::PropValidator
194 , m_extension (requiredExtension)
206 return m_extension == DE_NULL || m_contextInfo.isExtensionSupported(m_extension);
/external/emma/core/java12/com/vladium/emma/report/
H A DSourcePathCache.java157 return m_extension.equals (name.substring (lastDot));
162 return super.toString () + ", extension = [" + m_extension + "]";
176 m_extension = canonical;
188 private final String m_extension; field in class:SourcePathCache.FileExtensionFilter
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4428 , m_extension (extension)
4454 const string m_extension; member in class:deqp::gls::BuiltinPrecisionTests::PrecisionCase
4523 if (!m_extension.empty())
4524 spec.globalDeclarations = "#extension " + m_extension + " : require\n";
4870 if (!m_extension.empty() && !info->isExtensionSupported(m_extension.c_str()))
4871 throw NotSupportedError("Unsupported extension: " + m_extension);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4600 , m_extension (extension)
4621 const string m_extension; member in class:vkt::shaderexecutor::PrecisionCase
4639 if (!m_extension.empty())
4640 m_spec.globalDeclarations = "#extension " + m_extension + " : require\n";
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp734 std::string m_extension; member in class:deqp::egl::GLES2ThreadTest::InitGLExtension
739 , m_extension (extension)
770 if (extension == m_extension)
779 throw tcu::NotSupportedError((m_extension + " not supported").c_str(), "", __FILE__, __LINE__);
783 if (m_extension == "GL_OES_EGL_image")
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 483 milliseconds