Home
last modified time | relevance | path

Searched defs:extensionName (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DOpenGLFunctions.cpp39 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 DFunctionsWGL.cpp39 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 DMultiviewTest.h150 std::string extensionName() in extensionName() function in angle::MultiviewTest
H A DVulkanHelper.cpp87 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 Des31fAndroidExtensionPackES31ATests.cpp44 static std::string genExtensionTestName (const char* extensionName) in genExtensionTestName() argument
H A Des31fIndexedStateQueryTests.cpp66 void isExtensionSupported (Context& context, std::string extensionName) in isExtensionSupported() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp248 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 DGrGLSLShaderBuilder.cpp280 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() argument
H A DGrGLSLProgramBuilder.cpp38 addFeature(GrShaderFlags shaders, uint32_t featureBit, const char* extensionName) addFeature() argument
/third_party/glslang/glslang/MachineIndependent/
H A DVersions.cpp162 const char *const extensionName; in initializeExtensionBehavior() member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp528 void isExtensionSupported (Context& context, std::string extensionName) in isExtensionSupported() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp971 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 DPp.cpp887 char extensionName[MaxTokenLength + 1]; in CPPextension() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp578 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 DvktApiVersionCheck.cpp617 char const * extensionName = "VK_KHR_maintenance5"; in iterate() local
H A DvktApiFeatureInfo.cpp2475 const std::string& extensionName = keyValue.first; in validateDeviceLevelEntryPointsFromInstanceExtensions() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp90 static VkExtensionProperties makeExtensionProperties(const char* extensionName, deUint32 specVersion) in makeExtensionProperties() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp214 std::string extensionName() in extensionName() function in MultiviewFramebufferTestBase
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp692 void ANGLERenderTest::addExtensionPrerequisite(const char *extensionName) in addExtensionPrerequisite() argument
/third_party/spirv-tools/source/opt/
H A Dir_context.cpp292 const std::string_view extensionName = ExtensionToString(extension); in RemoveExtension() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoTestUtils.cpp78 static VkExtensionProperties makeExtensionProperties(const char* extensionName, deUint32 specVersion) in makeExtensionProperties() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java1704 newFileScopedGeneratedExtension( final Class singularType, final Message defaultInstance, final String descriptorOuterClass, final String extensionName) newFileScopedGeneratedExtension() argument
/third_party/glfw/src/
H A Dinternal.h324 char extensionName[256]; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp2498 const std::string& extensionName = keyValue.first; in validateDeviceLevelEntryPointsFromInstanceExtensions() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp458 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

Completed in 53 milliseconds

12