Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_h_generator.py117 extensionList = extensions.findall("extension")
118 for extension in extensionList:
H A Djson_generator.py392 extensionList = extensions.findall("extension")
393 for extension in extensionList:
446 extensionList = extensions.findall("extension")
447 for extension in extensionList:
H A Djson_c_generator.py214 extensionList = extensions.findall("extension")
215 for extension in extensionList:
H A Djson_parser.py420 extensionList = extensions.findall("extension")
421 for extension in extensionList:
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp94 vector<string> extensionList; member in tcu::null::Context
272 extensionList.push_back(name); in addExtension()
304 *params = (int)ctx->extensionList.size(); in glGetIntegerv()
490 if ((size_t)index < ctx->extensionList.size()) in glGetStringi()
491 return (const glw::GLubyte*)ctx->extensionList[index].c_str(); in glGetStringi()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp329 vector<string> extensionList; in queryExtensionsNonIndexed() local
338 extensionList.push_back(extensionStr.substr(pos, len)); in queryExtensionsNonIndexed()
346 return extensionList; in queryExtensionsNonIndexed()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py959 def isEnumUsed(featureList, extensionList, enumName, enumAlias):
965 for ext in extensionList:
981 def isDependencyMeet(dependency, extensionList):
989 for e in extensionList:
996 def isStructUsed(featureList, extensionList, structNameList):
1002 for ext in extensionList:
1006 return isDependencyMeet(requirement.depends, extensionList)
1020 def isFunctionUsed(featureList, extensionList, functionNameList):
1026 for ext in extensionList:
1030 return isDependencyMeet(requirement.depends, extensionList)
[all...]
H A Dgen_framework_sc.py2908 extensionList = []
2936 extensionList.append(extensionName)
2937 extensionList.sort()
2941 for n in extensionList:
H A Dohos_gen_framework.py2952 extensionList = []
2980 extensionList.append(extensionName)
2981 extensionList.sort()
2985 for n in extensionList:
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp98 std::ostringstream extensionList; in checkAndSpecializeExtensions() local
102 if (!extensionList.str().empty()) in checkAndSpecializeExtensions()
103 extensionList << ", "; in checkAndSpecializeExtensions()
104 extensionList << extension.alternatives[ndx]; in checkAndSpecializeExtensions()
108 throw tcu::NotSupportedError("Test requires extension " + extensionList.str()); in checkAndSpecializeExtensions()
110 throw tcu::NotSupportedError("Test requires any extension of " + extensionList.str()); in checkAndSpecializeExtensions()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp728 std::string extensionList(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS))); in TEST_P()
729 ANGLE_SKIP_TEST_IF((extensionList.find("OES_vertex_type_10_10_10_2") == std::string::npos)); in TEST_P()
780 std::string extensionList(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS))); in TEST_P()
781 ANGLE_SKIP_TEST_IF((extensionList.find("OES_vertex_type_10_10_10_2") == std::string::npos)); in TEST_P()
834 std::string extensionList(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS))); in TEST_P()
835 ANGLE_SKIP_TEST_IF((extensionList.find("OES_vertex_type_10_10_10_2") == std::string::npos)); in TEST_P()
886 std::string extensionList(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS))); in TEST_P()
887 ANGLE_SKIP_TEST_IF((extensionList.find("OES_vertex_type_10_10_10_2") == std::string::npos)); in TEST_P()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1827 std::ostringstream extensionList;
1832 extensionList << ", ";
1833 extensionList << requiredExtensions[ndx];
1836 throw tcu::NotSupportedError("Test requires {" + extensionList.str() + "} extension(s)");
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp481 const char* extensionList[1] = { 0 }; in createInstanceWithExtensionNameAbuseTest() local
488 extensionList[0] = abuseString.c_str(); in createInstanceWithExtensionNameAbuseTest()
510 extensionList, // const char*const* ppEnabledExtensionNames; in createInstanceWithExtensionNameAbuseTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp481 const char* extensionList[1] = { 0 }; in createInstanceWithExtensionNameAbuseTest() local
488 extensionList[0] = abuseString.c_str(); in createInstanceWithExtensionNameAbuseTest()
510 extensionList, // const char*const* ppEnabledExtensionNames; in createInstanceWithExtensionNameAbuseTest()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp586 std::vector<std::string> extensionList; member
H A DsglrReferenceContext.cpp299 extensionList.push_back(extension); in addExtension()

Completed in 49 milliseconds