Home
last modified time | relevance | path

Searched defs:ShBuiltInResources (Results 1 – 2 of 2) sorted by relevance

/external/angle/include/GLSLANG/
DShaderLang.h489 struct ShBuiltInResources struct
493 ShBuiltInResources &operator=(const ShBuiltInResources &other); argument
496 int MaxVertexAttribs;
497 int MaxVertexUniformVectors;
498 int MaxVaryingVectors;
499 int MaxVertexTextureImageUnits;
500 int MaxCombinedTextureImageUnits;
501 int MaxTextureImageUnits;
502 int MaxFragmentUniformVectors;
503 int MaxDrawBuffers;
[all …]
/external/angle/src/compiler/translator/
DShaderLang.cpp980 ShBuiltInResources::ShBuiltInResources() in ShBuiltInResources() function in ShBuiltInResources
985 ShBuiltInResources::ShBuiltInResources(const ShBuiltInResources &other) in ShBuiltInResources() function in ShBuiltInResources