Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h211 const char* const E_GL_OVR_multiview2 = "GL_OVR_multiview2"; variable
213 const char* const OVR_multiview_EXTs[] = { E_GL_OVR_multiview, E_GL_OVR_multiview2 };
DVersions.cpp334 extensionBehavior[E_GL_OVR_multiview2] = EBhDisable; in initializeExtensionBehavior()