Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DOVR_multiview_test.cpp101 resources->MaxViewsOVR = 4; in initResources()
116 resources->MaxViewsOVR = 4; in initResources()
129 getResources()->MaxViewsOVR = 4; in OVRMultiviewOutputCodeTest()
DOVR_multiview2_test.cpp102 resources->MaxViewsOVR = 4; in initResources()
118 resources->MaxViewsOVR = 4; in initResources()
132 getResources()->MaxViewsOVR = 4; in OVRMultiview2OutputCodeTest()
DCollectVariables_test.cpp1007 resources.MaxViewsOVR = 4; in TEST_F()
/external/angle/include/GLSLANG/
DShaderLang.h428 int MaxViewsOVR; member
/external/angle/src/libANGLE/
DCompiler.cpp117 mResources.MaxViewsOVR = extensions.maxViews; in Compiler()
/external/angle/src/compiler/translator/
DShaderLang.cpp193 resources->MaxViewsOVR = 4; in InitBuiltInResources()
DCompiler.cpp1084 << ":MaxViewsOVR:" << mResources.MaxViewsOVR in setResourceString()
DParseContext.cpp208 mMaxNumViews(resources.MaxViewsOVR), in TParseContext()