Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DRendererGL.h85 MultiviewImplementationTypeGL getMultiviewImplementationType() const;
139 mutable MultiviewImplementationTypeGL mMultiviewImplementationType;
DShaderGL.h17 enum class MultiviewImplementationTypeGL; variable
Drenderergl_utils.h45 enum class MultiviewImplementationTypeGL enum
121 MultiviewImplementationTypeGL *multiviewImplementationType,
DRendererGL.cpp156 mMultiviewImplementationType(MultiviewImplementationTypeGL::UNSPECIFIED), in RendererGL()
334 MultiviewImplementationTypeGL RendererGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
DShaderGL.cpp219 MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2) in compile()
DContextGL.h298 MultiviewImplementationTypeGL getMultiviewImplementationType() const;
DContextGL.cpp1050 MultiviewImplementationTypeGL ContextGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
Drenderergl_utils.cpp730 MultiviewImplementationTypeGL *multiviewImplementationType, in GenerateCaps()
1586 *multiviewImplementationType = MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2; in GenerateCaps()