Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.cpp254 char profileString[maxProfileLength]; in scanVersion() local
259 profileString[profileLength] = (char)c; in scanVersion()
267 if (profileLength == 2 && strncmp(profileString, "es", profileLength) == 0) in scanVersion()
269 else if (profileLength == 4 && strncmp(profileString, "core", profileLength) == 0) in scanVersion()
271 else if (profileLength == 13 && strncmp(profileString, "compatibility", profileLength) == 0) in scanVersion()