Home
last modified time | relevance | path

Searched refs:mMaxImageUnits (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DParseContext.h696 int mMaxImageUnits; variable
DParseContext.cpp228 mMaxImageUnits(resources.MaxImageUnits), in TParseContext()
1890 if (binding >= 0 && binding + arrayTotalElementCount > mMaxImageUnits) in checkImageBindingIsValid()