Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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);
DRendererGL.cpp149 mMultiviewImplementationType(MultiviewImplementationTypeGL::UNSPECIFIED), in RendererGL()
327 MultiviewImplementationTypeGL RendererGL::getMultiviewImplementationType() const in getMultiviewImplementationType()
DShaderGL.cpp152 MultiviewImplementationTypeGL multiviewImplementationType, in ShaderGL()
332 if (mMultiviewImplementationType == MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2) in compile()
Drenderergl_utils.cpp645 MultiviewImplementationTypeGL *multiviewImplementationType) in GenerateCaps()
1429 *multiviewImplementationType = MultiviewImplementationTypeGL::NV_VIEWPORT_ARRAY2; in GenerateCaps()