Home
last modified time | relevance | path

Searched refs:MultiviewImplementationTypeGL (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DShaderGL.h17 enum class MultiviewImplementationTypeGL; variable
24 MultiviewImplementationTypeGL multiviewImplementationType,
46 MultiviewImplementationTypeGL mMultiviewImplementationType;
DRendererGL.h110 MultiviewImplementationTypeGL getMultiviewImplementationType() const;
167 mutable MultiviewImplementationTypeGL mMultiviewImplementationType;
Drenderergl_utils.h45 enum class MultiviewImplementationTypeGL enum
107 MultiviewImplementationTypeGL *multiviewImplementationType);
DShaderGL.cpp152 MultiviewImplementationTypeGL multiviewImplementationType, in ShaderGL()
337 if (mMultiviewImplementationType == MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2) in compile()
DRendererGL.cpp149 mMultiviewImplementationType(MultiviewImplementationTypeGL::UNSPECIFIED), in RendererGL()
327 MultiviewImplementationTypeGL RendererGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
Drenderergl_utils.cpp653 MultiviewImplementationTypeGL *multiviewImplementationType) in GenerateCaps()
1436 *multiviewImplementationType = MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2; in GenerateCaps()