Home
last modified time | relevance | path

Searched defs:atBuiltInLevel (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h321 bool atBuiltInLevel() { return currentLevel() <= LAST_BUILTIN_LEVEL; } in atBuiltInLevel() function
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h621 bool atBuiltInLevel() { return isBuiltInLevel(currentLevel()); } in atBuiltInLevel() function