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);
152 MultiviewImplementationTypeGL multiviewImplementationType, in ShaderGL()337 if (mMultiviewImplementationType == MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2) in compile()
149 mMultiviewImplementationType(MultiviewImplementationTypeGL::UNSPECIFIED), in RendererGL()327 MultiviewImplementationTypeGL RendererGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
653 MultiviewImplementationTypeGL *multiviewImplementationType) in GenerateCaps()1436 *multiviewImplementationType = MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2; in GenerateCaps()