Home
last modified time | relevance | path

Searched defs:extensionName (Results 1 – 25 of 55) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanExternalHelper.cpp79 const char *extensionName) in HasExtension()
90 bool HasExtension(const std::vector<const char *> enabledExtensions, const char *extensionName) in HasExtension()
156 for (const char *extensionName : requestedInstanceExtensions) in initialize() local
211 for (const char *extensionName : requestedDeviceExtensions) in initialize() local
DMultiviewTest.h147 std::string extensionName() in extensionName() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktSafetyCriticalApiTests.cpp142 const std::string extensionName(extension.extensionName); in forbiddenCoreExtensions() local
329 const std::string extensionName(extension.extensionName); in allowedExtensions() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktSafetyCriticalApiTests.cpp142 const std::string extensionName(extension.extensionName); in forbiddenCoreExtensions() local
329 const std::string extensionName(extension.extensionName); in allowedExtensions() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLFunctions.cpp39 const char* extensionName = reinterpret_cast<const char*>(GetStringi(GL_EXTENSIONS, i)); in InitializeSupportedGLExtensions() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp42 const std::string &extensionName, in GetWGLExtensionProcAddress()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp42 const std::string &extensionName, in GetWGLExtensionProcAddress()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DMultiviewTest.h150 std::string extensionName() in extensionName() function
DVulkanHelper.cpp76 const char *extensionName) in HasExtension()
87 bool HasExtension(const std::vector<const char *> enabledExtensions, const char *extensionName) in HasExtension()
213 for (const char *extensionName : requestedInstanceExtensions) in initialize() local
281 for (const char *extensionName : requestedDeviceExtensions) in initialize() local
/third_party/python/Lib/idlelib/
Dconfig.py471 def GetExtensionKeys(self, extensionName): argument
489 def __GetRawExtensionKeys(self,extensionName): argument
507 def GetExtensionBindings(self, extensionName): argument
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAndroidExtensionPackES31ATests.cpp44 static std::string genExtensionTestName (const char* extensionName) in genExtensionTestName()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp196 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature()
DGrGLSLProgramBuilder.cpp44 const char* extensionName) { in addFeature()
/third_party/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp280 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature()
DGrGLSLProgramBuilder.cpp39 const char* extensionName) { in addFeature()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderGroupVoteTests.cpp248 std::string extensionName = isCoreGL ? "GL_ARB_shader_group_vote" : "GL_EXT_shader_group_vote"; in ShaderGroupVoteTestCaseBase() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp412 void ANGLERenderTest::addExtensionPrerequisite(const char *extensionName) in addExtensionPrerequisite()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp692 void ANGLERenderTest::addExtensionPrerequisite(const char *extensionName) in addExtensionPrerequisite()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp774 for(const auto& extensionName : m_params.requiredExtensions) in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawDepthClampTests.cpp774 for(const auto& extensionName : m_params.requiredExtensions) in checkSupport() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultiviewDrawTest.cpp214 std::string extensionName() in extensionName() function in MultiviewFramebufferTestBase
1849 auto generateVertexShaderSource = [](int numViews, std::string extensionName) -> std::string { in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultiviewDrawTest.cpp214 std::string extensionName() in extensionName() function in MultiviewFramebufferTestBase
1866 auto generateVertexShaderSource = [](int numViews, std::string extensionName) -> std::string { in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp491 …sionStructSupported (const vector<std::string>& extensionStrings, const std::string& extensionName) in isExtensionStructSupported()
/third_party/glslang/glslang/MachineIndependent/
DVersions.cpp164 const char *const extensionName; in initializeExtensionBehavior() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.cpp78 static VkExtensionProperties makeExtensionProperties(const char* extensionName, deUint32 specVersio… in makeExtensionProperties()

123