Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DOVR_multiview2_test.cpp102 resources->MaxViewsOVR = 4; in initResources()
118 resources->MaxViewsOVR = 4; in initResources()
132 getResources()->MaxViewsOVR = 4; in OVRMultiview2OutputCodeTest()
DOVR_multiview_test.cpp101 resources->MaxViewsOVR = 4; in initResources()
116 resources->MaxViewsOVR = 4; in initResources()
129 getResources()->MaxViewsOVR = 4; in OVRMultiviewOutputCodeTest()
DCollectVariables_test.cpp1033 resources.MaxViewsOVR = 4; in TEST_F()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h446 int MaxViewsOVR; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp133 mResources.MaxViewsOVR = caps.maxViews; in Compiler()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp253 resources->MaxViewsOVR = 4; in InitBuiltInResources()
DCompiler.cpp1258 << ":MaxViewsOVR:" << mResources.MaxViewsOVR in setResourceString()
DParseContext.cpp224 mMaxNumViews(resources.MaxViewsOVR), in TParseContext()