/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | OpenGLFunctions.cpp | 39 const char* extensionName = reinterpret_cast<const char*>(GetStringi(GL_EXTENSIONS, i)); in InitializeSupportedGLExtensions() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | FunctionsWGL.cpp | 39 GetWGLExtensionProcAddress(HMODULE glModule, PFNWGLGETPROCADDRESSPROC getProcAddressWGL, const std::vector<std::string> &extensions, const std::string &extensionName, const std::string &procName, T *outProcAddress) GetWGLExtensionProcAddress() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | MultiviewTest.h | 150 std::string extensionName() in extensionName() function in angle::MultiviewTest
|
H A D | VulkanHelper.cpp | 87 bool HasExtension(const std::vector<const char *> enabledExtensions, const char *extensionName) in HasExtension() argument 75 HasExtension(const std::vector<VkExtensionProperties> instanceExtensions, const char *extensionName) HasExtension() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fAndroidExtensionPackES31ATests.cpp | 44 static std::string genExtensionTestName (const char* extensionName) in genExtensionTestName() argument
|
H A D | es31fIndexedStateQueryTests.cpp | 66 void isExtensionSupported (Context& context, std::string extensionName) in isExtensionSupported() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderGroupVoteTests.cpp | 248 std::string extensionName = isCoreGL ? "GL_ARB_shader_group_vote" : "GL_EXT_shader_group_vote"; in ShaderGroupVoteTestCaseBase() local 251 extensionString << "#extension " + extensionName + " : enable"; in ShaderGroupVoteTestCaseBase() local
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLShaderBuilder.cpp | 280 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() argument
|
H A D | GrGLSLProgramBuilder.cpp | 38 addFeature(GrShaderFlags shaders, uint32_t featureBit, const char* extensionName) addFeature() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Versions.cpp | 162 const char *const extensionName; in initializeExtensionBehavior() member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 528 void isExtensionSupported (Context& context, std::string extensionName) in isExtensionSupported() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 971 const std::string extensionName = "VK_GOOGLE_surfaceless_query"; in querySurfacePresentModes2TestSurfaceless() local 1234 const std::string extensionName = "VK_GOOGLE_surfaceless_query"; in querySurfacePresentModesTestSurfaceless() local [all...] |
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 887 char extensionName[MaxTokenLength + 1]; in CPPextension() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkQueryUtil.cpp | 578 bool isExtensionStructSupported (const vector<std::string>& extensionStrings, const std::string& extensionName) in isExtensionStructSupported() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiVersionCheck.cpp | 617 char const * extensionName = "VK_KHR_maintenance5"; in iterate() local
|
H A D | vktApiFeatureInfo.cpp | 2475 const std::string& extensionName = keyValue.first; in validateDeviceLevelEntryPointsFromInstanceExtensions() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 90 static VkExtensionProperties makeExtensionProperties(const char* extensionName, deUint32 specVersion) in makeExtensionProperties() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultiviewDrawTest.cpp | 214 std::string extensionName() in extensionName() function in MultiviewFramebufferTestBase [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 692 void ANGLERenderTest::addExtensionPrerequisite(const char *extensionName) in addExtensionPrerequisite() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_context.cpp | 292 const std::string_view extensionName = ExtensionToString(extension); in RemoveExtension() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 78 static VkExtensionProperties makeExtensionProperties(const char* extensionName, deUint32 specVersion) in makeExtensionProperties() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessage.java | 1704 newFileScopedGeneratedExtension( final Class singularType, final Message defaultInstance, final String descriptorOuterClass, final String extensionName) newFileScopedGeneratedExtension() argument
|
/third_party/glfw/src/ |
H A D | internal.h | 324 char extensionName[256]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2498 const std::string& extensionName = keyValue.first; in validateDeviceLevelEntryPointsFromInstanceExtensions() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 458 static bool hasExtension(const char *extensionName, const ExtensionProperties *extensionProperties, uint32_t extensionPropertiesCount) in hasExtension() argument 471 static bool hasInstanceExtension(const char *extensionName) in hasInstanceExtension() argument 476 static bool hasDeviceExtension(const char *extensionName) in hasDeviceExtension() argument
|