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

/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/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h628 if (m_extension) {
629 m_extension->lose(true);
630 m_extension = nullptr;
637 if (!m_extension) {
638 m_extension = T::create(context);
639 m_extensionField = m_extension;
642 return m_extension;
657 if (m_extension) {
658 m_extension->lose(false);
659 if (m_extension
680 RefPtrWillBeMember<T> m_extension; member in class:blink::WebGLRenderingContextBase::FINAL
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp164 const std::string m_extension; member in class:deqp::gles31::Functional::__anon20285::PropValidator
172 , m_extension (requiredExtension)
184 return m_extension.empty() || m_contextInfo.isExtensionSupported(m_extension.c_str());
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4294 , m_extension (extension)
4320 const string m_extension; member in class:deqp::gls::BuiltinPrecisionTests::PrecisionCase
4389 if (!m_extension.empty())
4390 spec.globalDeclarations = "#extension " + m_extension + " : require\n";
4733 if (!m_extension.empty() && !info->isExtensionSupported(m_extension.c_str()))
4734 throw NotSupportedError("Unsupported extension: " + m_extension);
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp757 std::string m_extension; member in class:deqp::egl::GLES2ThreadTest::InitGLExtension
762 , m_extension (extension)
793 if (extension == m_extension)
802 throw tcu::NotSupportedError((m_extension + " not supported").c_str(), "", __FILE__, __LINE__);
806 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 260 milliseconds