Searched refs:MultiviewImplementationTypeGL (Results 1 – 6 of 6) sorted by relevance
17 enum class MultiviewImplementationTypeGL; variable24 MultiviewImplementationTypeGL multiviewImplementationType,46 MultiviewImplementationTypeGL mMultiviewImplementationType;
113 MultiviewImplementationTypeGL getMultiviewImplementationType() const;166 mutable MultiviewImplementationTypeGL mMultiviewImplementationType;
44 enum class MultiviewImplementationTypeGL enum105 MultiviewImplementationTypeGL *multiviewImplementationType);
150 MultiviewImplementationTypeGL multiviewImplementationType, in ShaderGL()330 if (mMultiviewImplementationType == MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2) in compile()
149 mMultiviewImplementationType(MultiviewImplementationTypeGL::UNSPECIFIED), in RendererGL()355 MultiviewImplementationTypeGL RendererGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
476 MultiviewImplementationTypeGL *multiviewImplementationType) in GenerateCaps()1236 *multiviewImplementationType = MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2; in GenerateCaps()