Home
last modified time | relevance | path

Searched defs:hostType (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/base/
DPathUtils.cpp43 HostType hostType) { in toExecutableName()
49 bool PathUtils::isDirSeparator(int ch, HostType hostType) { in isDirSeparator()
54 bool PathUtils::isPathSeparator(int ch, HostType hostType) { in isPathSeparator()
60 size_t PathUtils::rootPrefixSize(const std::string& path, HostType hostType) { in rootPrefixSize()
90 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute()
103 HostType hostType) { in removeTrailingDirSeparator()
114 HostType hostType) { in addTrailingDirSeparator()
124 HostType hostType, in split()
172 HostType hostType) { in join()
195 HostType hostType) { in decompose()
[all …]
DPathUtils.h97 static char getDirSeparator(HostType hostType) { in getDirSeparator()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Imp.cpp1812 GLenum hostType = 0; in s_getActiveAttribOrUniform() local