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

/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp94 vector<string> extensionList; member in class:tcu::null::Context
267 extensionList.push_back(name);
299 *params = (int)ctx->extensionList.size();
485 if ((size_t)index < ctx->extensionList.size())
486 return (const glw::GLubyte*)ctx->extensionList[index].c_str();
/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.cpp98 std::ostringstream extensionList; local
102 if (!extensionList.str().empty())
103 extensionList << ", ";
104 extensionList << extension.alternatives[ndx];
108 throw tcu::NotSupportedError("Test requires extension " + extensionList.str());
110 throw tcu::NotSupportedError("Test requires any extension of " + extensionList.str());
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1804 std::ostringstream extensionList;
1809 extensionList << ", ";
1810 extensionList << requiredExtensions[ndx];
1813 throw tcu::NotSupportedError("Test requires {" + extensionList.str() + "} extension(s)");
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp584 std::vector<std::string> extensionList; member in struct:sglr::ReferenceContextLimits
H A DsglrReferenceContext.cpp283 extensionList.push_back(extension);
/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/ ...

Completed in 189 milliseconds