Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/include/GLSLANG/
H A 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 …]
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp980 ShBuiltInResources::ShBuiltInResources() in ShBuiltInResources() function in ShBuiltInResources
985 ShBuiltInResources::ShBuiltInResources(const ShBuiltInResources &other) in ShBuiltInResources() function in ShBuiltInResources