Home
last modified time | relevance | path

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

/dports/graphics/openrm/rm160/include/rm/
H A Drmtypes.h891 #define MAX_MASK_STACK_DEPTH 64 macro
892 GLuint localMaskStack[MAX_MASK_STACK_DEPTH];
/dports/graphics/openrm/rm160/rm/
H A Drmogl.c286 if (p->localMaskStackTop > MAX_MASK_STACK_DEPTH) in private_rmGLPushAttrib()
H A Drmpipe.c485 memset((void *)(t->localMaskStack), 0, sizeof(GLuint)*MAX_MASK_STACK_DEPTH); in rmPipeNew()