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

  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 329 vector<string> extensionList;
338 extensionList.push_back(extensionStr.substr(pos, len));
346 return extensionList;
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 135 String extensionList = GLES10.glGetString(GLES10.GL_EXTENSIONS);
136 if (!TextUtils.isEmpty(extensionList)) {
139 for (String extension : extensionList.split(" ")) {
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 98 std::ostringstream extensionList;
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());
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureLoader.java 437 String extensionList = GLES20.glGetString(GLES20.GL_EXTENSIONS);
439 for (String extension : extensionList.split(" ")) {
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 94 vector<string> extensionList;
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/framework/opengl/simplereference/
sglrReferenceContext.hpp 584 std::vector<std::string> extensionList;
    [all...]
  /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 

Completed in 465 milliseconds