Searched refs:MultiviewImplementationTypeGL (Results 1 – 6 of 6) sorted by relevance
17 enum class MultiviewImplementationTypeGL; variable24 MultiviewImplementationTypeGL multiviewImplementationType,46 MultiviewImplementationTypeGL mMultiviewImplementationType;
110 MultiviewImplementationTypeGL getMultiviewImplementationType() const;167 mutable MultiviewImplementationTypeGL mMultiviewImplementationType;
45 enum class MultiviewImplementationTypeGL enum107 MultiviewImplementationTypeGL *multiviewImplementationType);
149 mMultiviewImplementationType(MultiviewImplementationTypeGL::UNSPECIFIED), in RendererGL()327 MultiviewImplementationTypeGL RendererGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
152 MultiviewImplementationTypeGL multiviewImplementationType, in ShaderGL()332 if (mMultiviewImplementationType == MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2) in compile()
645 MultiviewImplementationTypeGL *multiviewImplementationType) in GenerateCaps()1429 *multiviewImplementationType = MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2; in GenerateCaps()