Searched refs:OVR_multiview2 (Results 1 – 24 of 24) sorted by relevance
/external/angle/src/tests/compiler_tests/ |
D | OVR_multiview2_test.cpp | 101 resources->OVR_multiview2 = 1; in initResources() 117 resources->OVR_multiview2 = 1; in initResources() 131 getResources()->OVR_multiview2 = 1;
|
D | CollectVariables_test.cpp | 1038 resources.OVR_multiview2 = 1; in TEST_F()
|
/external/angle/src/compiler/translator/ |
D | Initialize.cpp | 96 if (resources.OVR_multiview2) in InitExtensionBehavior() 98 extBehavior[TExtension::OVR_multiview2] = EBhUndefined; in InitExtensionBehavior()
|
D | ExtensionBehavior.h | 76 OVR_multiview2, enumerator
|
D | ExtensionBehavior.cpp | 75 OP(OVR_multiview2, 300, 320) \
|
D | Compiler.cpp | 986 (parseContext.isExtensionEnabled(TExtension::OVR_multiview2) || in checkAndSimplifyAST() 1484 << ":OVR_multiview2:" << mResources.OVR_multiview2 in setResourceString()
|
D | ShaderLang.cpp | 199 resources->OVR_multiview2 = 0; in InitBuiltInResources()
|
D | CollectVariables.cpp | 648 (IsExtensionEnabled(mExtensionBehavior, TExtension::OVR_multiview2) || in visitSymbol()
|
D | ParseContext.cpp | 360 isExtensionEnabled(TExtension::OVR_multiview2); in anyMultiviewExtensionAvailable() 6203 {TExtension::OVR_multiview, TExtension::OVR_multiview2}})) in parseLayoutQualifier()
|
/external/angle/src/compiler/translator/glsl/ |
D | TranslatorESSL.cpp | 241 (iter->first == TExtension::OVR_multiview2); in writeExtensionBehavior() 257 !IsExtensionEnabled(extBehavior, TExtension::OVR_multiview2)) in writeExtensionBehavior()
|
D | TranslatorGLSL.cpp | 296 (iter.first == TExtension::OVR_multiview) || (iter.first == TExtension::OVR_multiview2); in writeExtensionBehavior() 301 !IsExtensionEnabled(extBehavior, TExtension::OVR_multiview2)) in writeExtensionBehavior()
|
D | OutputGLSLBase.cpp | 1589 if (extension == TExtension::OVR_multiview2) in EmitMultiviewGLSL()
|
/external/angle/extensions/ |
D | ANGLE_multiview_multisample.txt | 32 OpenGL ES 3.0 and the extensions ANGLE_texture_multisample, OVR_multiview2
|
/external/angle/include/GLSLANG/ |
D | ShaderLang.h | 524 int OVR_multiview2; member
|
/external/angle/src/libANGLE/ |
D | Compiler.cpp | 95 mResources.OVR_multiview2 = extensions.multiview2OVR; in Compiler()
|
/external/angle/samples/shader_translator/ |
D | shader_translator.cpp | 250 resources.OVR_multiview2 = 1; in main()
|
/external/mesa3d/src/mesa/main/ |
D | consts_exts.h | 227 GLboolean OVR_multiview2; member
|
D | extensions_table.h | 509 EXT(OVR_multiview2 , OVR_multiview2 , GLL, GLC, x…
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 1275 extensions->OVR_multiview2 = GL_TRUE; in st_init_extensions()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 851 EXT(OVR_multiview2),
|
/external/angle/doc/ |
D | ExtensionSupport.md | 107 | [GL_OVR_multiview2](https://khronos.org/registry/OpenGL/extensions/OVR/OVR_multiview2.txt) | …
|
/external/angle/src/compiler/translator/hlsl/ |
D | OutputHLSL.cpp | 358 IsExtensionEnabled(mExtensionBehavior, TExtension::OVR_multiview2); in OutputHLSL()
|
/external/mesa3d/docs/gallium/ |
D | screen.rst | 648 …turn of ``1`` indicates support for OVR_multiview, and ``2`` additionally supports OVR_multiview2.
|
/external/mesa3d/docs/relnotes/ |
D | 24.3.0.rst | 4704 - mesa: support OVR_multiview2 4705 - zink: support OVR_multiview2
|