Searched refs:extensionList (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp91 vector<string> extensionList; member in class:tcu::null::Context
184 extensionList.push_back(name);
216 *params = (int)ctx->extensionList.size();
336 if ((size_t)index < ctx->extensionList.size())
337 return (const glw::GLubyte*)ctx->extensionList[index].c_str();
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp65 vector<string> extensionList; member in class:glu::es3plus::Context
131 extensionList.push_back(name);
153 *params = (deInt32)context->extensionList.size();
187 if ((size_t)index < context->extensionList.size())
188 return (const glw::GLubyte*)context->extensionList[index].c_str();
361 const std::string translatedSrc = translateShaderSources(shaderType, count, strings, length, context->extensionList);
404 const std::string translatedSrc = translateShaderSources(type, count, strings, DE_NULL, context->extensionList);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.js358 var extensionList = $('extension-settings-list');
359 ExtensionsList.decorate(extensionList);
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp329 vector<string> extensionList; local
338 extensionList.push_back(extensionStr.substr(pos, len));
346 return extensionList;
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp143 std::ostringstream extensionList; local
147 if (!extensionList.str().empty())
148 extensionList << ", ";
149 extensionList << m_extensions[ndx];
153 throw tcu::NotSupportedError("Test requires extension " + extensionList.str());
155 throw tcu::NotSupportedError("Test requires any extension of " + extensionList.str());
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1777 std::ostringstream extensionList;
1782 extensionList << ", ";
1783 extensionList << requiredExtensions[ndx];
1786 throw tcu::NotSupportedError("Test requires {" + extensionList.str() + "} extension(s)");
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp579 std::vector<std::string> extensionList; member in struct:sglr::ReferenceContextLimits
H A DsglrReferenceContext.cpp283 extensionList.push_back(extension);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 202 milliseconds