Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DShaderGL.h17 enum class MultiviewImplementationTypeGL; variable
24 MultiviewImplementationTypeGL multiviewImplementationType,
46 MultiviewImplementationTypeGL mMultiviewImplementationType;
DRendererGL.h113 MultiviewImplementationTypeGL getMultiviewImplementationType() const;
166 mutable MultiviewImplementationTypeGL mMultiviewImplementationType;
Drenderergl_utils.h44 enum class MultiviewImplementationTypeGL enum
105 MultiviewImplementationTypeGL *multiviewImplementationType);
DShaderGL.cpp150 MultiviewImplementationTypeGL multiviewImplementationType, in ShaderGL()
330 if (mMultiviewImplementationType == MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2) in compile()
DRendererGL.cpp149 mMultiviewImplementationType(MultiviewImplementationTypeGL::UNSPECIFIED), in RendererGL()
355 MultiviewImplementationTypeGL RendererGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
Drenderergl_utils.cpp476 MultiviewImplementationTypeGL *multiviewImplementationType) in GenerateCaps()
1236 *multiviewImplementationType = MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2; in GenerateCaps()