Home
last modified time | relevance | path

Searched refs:SupportedExtensions (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/piex/src/
Dpiex.h88 std::vector<std::string> SupportedExtensions();
Dpiex.cc722 std::vector<std::string> SupportedExtensions() { in SupportedExtensions() function
/third_party/skia/third_party/externals/piex/src/
Dpiex.h88 std::vector<std::string> SupportedExtensions();
Dpiex.cc722 std::vector<std::string> SupportedExtensions() { in SupportedExtensions() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFormatTests.cpp54 struct SupportedExtensions struct
80 SupportedExtensions checkSupport (const glu::ContextInfo& renderCtxInfoid) in checkSupport()
82 SupportedExtensions supportedExtensions; in checkSupport()
161 const SupportedExtensions supportedExtensions = checkSupport(m_renderCtxInfo); in init()