Home
last modified time | relevance | path

Searched defs:getVersionString (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDisplayGL.cpp174 std::string DisplayGL::getVersionString() in getVersionString() function in rx::DisplayGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp120 std::string DisplayNULL::getVersionString() in getVersionString() function in rx::DisplayNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp96 std::string DisplayVk::getVersionString() in getVersionString() function in rx::DisplayVk
DRendererVk.cpp2347 std::string RendererVk::getVersionString() const in getVersionString() function in rx::RendererVk
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVersionInfo.java639 public String getVersionString(int minDigits, int maxDigits) { in getVersionString() method in VersionInfo
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DVersionInfo.java638 public String getVersionString(int minDigits, int maxDigits) { in getVersionString() method in VersionInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp374 std::string DisplayD3D::getVersionString() in getVersionString() function in rx::DisplayD3D
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp65 const char* LTOCodeGenerator::getVersionString() { in getVersionString() function in LTOCodeGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h638 static std::string getVersionString(uint32_t version) { in getVersionString() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp2027 const std::string &Display::getVersionString() const in getVersionString() function in egl::Display
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3299 std::string Renderer9::getVersionString() const in getVersionString() function in rx::Renderer9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp4333 std::string Renderer11::getVersionString() const in getVersionString() function in rx::Renderer11
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1582 const GLchar* TestBase::getVersionString(Utils::SHADER_STAGES stage, bool use_version_400) const in getVersionString() function in gl4cts::GLSL420Pack::TestBase