/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_h_generator.py | 117 extensionList = extensions.findall("extension") 118 for extension in extensionList:
|
H A D | json_generator.py | 392 extensionList = extensions.findall("extension") 393 for extension in extensionList: 446 extensionList = extensions.findall("extension") 447 for extension in extensionList:
|
H A D | json_c_generator.py | 214 extensionList = extensions.findall("extension") 215 for extension in extensionList:
|
H A D | json_parser.py | 420 extensionList = extensions.findall("extension") 421 for extension in extensionList:
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 94 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 D | es3fImplementationLimitTests.cpp | 329 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 D | gen_framework.py | 959 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 D | gen_framework_sc.py | 2908 extensionList = [] 2936 extensionList.append(extensionName) 2937 extensionList.sort() 2941 for n in extensionList:
|
H A D | ohos_gen_framework.py | 2952 extensionList = [] 2980 extensionList.append(extensionName) 2981 extensionList.sort() 2985 for n in extensionList:
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 98 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 D | VertexAttributeTest.cpp | 728 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 D | es31fTessellationGeometryInteractionTests.cpp | 1827 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 D | vktApiDeviceInitializationTests.cpp | 481 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 D | vktApiDeviceInitializationTests.cpp | 481 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 D | sglrReferenceContext.hpp | 586 std::vector<std::string> extensionList; member
|
H A D | sglrReferenceContext.cpp | 299 extensionList.push_back(extension); in addExtension()
|