HomeSort by relevance Sort by last modified time
    Searched refs:extensionList (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 91 vector<string> extensionList;
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/
gluES3PlusWrapperContext.cpp 65 vector<string> extensionList;
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/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 329 vector<string> extensionList;
338 extensionList.push_back(extensionStr.substr(pos, len));
346 return extensionList;
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 449 String extensionList = GLES20.glGetString(GLES20.GL_EXTENSIONS);
451 for (String extension : extensionList.split(" ")) {
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 143 std::ostringstream extensionList;
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());
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 358 var extensionList = $('extension-settings-list');
359 ExtensionsList.decorate(extensionList);
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 579 std::vector<std::string> extensionList;
    [all...]
sglrReferenceContext.cpp 283 extensionList.push_back(extension);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 502 milliseconds