Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderLang.h445 struct ShBuiltInResources struct
449 ShBuiltInResources &operator=(const ShBuiltInResources &other); argument
452 int MaxVertexAttribs;
453 int MaxVertexUniformVectors;
454 int MaxVaryingVectors;
455 int MaxVertexTextureImageUnits;
456 int MaxCombinedTextureImageUnits;
457 int MaxTextureImageUnits;
458 int MaxFragmentUniformVectors;
459 int MaxDrawBuffers;
[all …]
/external/angle/src/compiler/translator/
DShaderLang.cpp1063 ShBuiltInResources::ShBuiltInResources() in ShBuiltInResources() function in ShBuiltInResources
1068 ShBuiltInResources::ShBuiltInResources(const ShBuiltInResources &other) in ShBuiltInResources() function in ShBuiltInResources