Home
last modified time | relevance | path

Searched refs:mDeepestNesting (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DTypes.h122 mDeepestNesting(0), in POOL_ALLOCATOR_NEW_DELETE()
130 if(mDeepestNesting == 0) in deepestNesting()
131 mDeepestNesting = calculateDeepestNesting(); in deepestNesting()
132 return mDeepestNesting; in deepestNesting()
180 mutable int mDeepestNesting; variable
/external/angle/src/compiler/translator/
DTypes.cpp788 : mFields(fields), mObjectSize(0), mDeepestNesting(0) in TFieldListCollection()
886 if (mDeepestNesting == 0) in deepestNesting()
887 mDeepestNesting = calculateDeepestNesting(); in deepestNesting()
888 return mDeepestNesting; in deepestNesting()
DTypes.h84 mutable int mDeepestNesting; variable