Home
last modified time | relevance | path

Searched refs:inAll (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Dmisc.c487 GLboolean inAll) in __glcSaveGLState() argument
489 if (inAll || inContext->renderState.renderStyle == GLC_TEXTURE) { in __glcSaveGLState()
509 GLboolean inAll) in __glcRestoreGLState() argument
511 if (inAll || inContext->renderState.renderStyle == GLC_TEXTURE) { in __glcRestoreGLState()
/dports/graphics/quesoglc/quesoglc-0.7.2/include/
H A Dinternal.h344 GLboolean inAll);
348 __GLCcontext* inContext, GLboolean inAll);
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DSimplifyLocals.cpp501 bool inAll = true; in optimizeBlockReturn() local
504 inAll = false; in optimizeBlockReturn()
508 if (inAll) { in optimizeBlockReturn()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources217928 lostInterest: client inAll: classes
217933 self lostInterest: client inAll: {class}! !
217936 noteInterestOf: client inAll: classes
217941 self noteInterestOf: client inAll: {class}! !
299127 lostInterest: client inAll: classes
299134 super lostInterest: client inAll: classes
299147 noteInterestOf: client inAll: classes
299154 super noteInterestOf: client inAll: classes.
299159 self noteInterestOf: client inAll: classes.
299678 inAll: behavior withAllSuperclasses! !
[all …]