Searched refs:getAs (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Chrono.h | 119 template <typename AsPeriod> static InternalRep getAs(const Dur &D) { 128 return {getAs<std::nano>(D), "ns"}; 130 return {getAs<std::micro>(D), "us"}; 132 return {getAs<std::milli>(D), "ms"}; 134 return {getAs<std::ratio<1>>(D), "s"}; 136 return {getAs<std::ratio<60>>(D), "m"}; 138 return {getAs<std::ratio<3600>>(D), "h"};
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | dispatch.cpp | 43 EntryPointsLib()->getAs("gCLIcdDispatchTable", &clIcdDispatch); in CreateDispatch() 77 EntryPointsLib()->getAs("gCLIcdDispatchTable", &clIcdDispatch); in CreateDispatch()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | system_utils.h | 67 void getAs(const char *symbolName, FuncT *funcOut) in getAs() function
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
D | WGLWindow.cpp | 139 glWindowingLibrary->getAs("wglGetProcAddress", &gCurrentWGLGetProcAddress); in initializeGLWithResult()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | EGLWindow.cpp | 144 glWindowingLibrary->getAs("eglGetProcAddress", &getProcAddress); in initializeDisplay()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 361 ANGLETestEnvironment::GetDriverLibrary(driverType)->getAs("eglGetProcAddress", &getProcAddress); in LoadEntryPointsWithUtilLoader()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 1095 mLibVulkanLibrary->getAs("vkGetInstanceProcAddr", &vulkanLoaderGetInstanceProcAddr); in initialize()
|