Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h118 bool isForwardCompatible() const { return false; } in isForwardCompatible() function
174 bool isForwardCompatible() const { return forwardCompatible; } in isForwardCompatible() function
/third_party/glslang/gtests/
DTestFixture.h709 const bool isForwardCompatible; variable