Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformatquery.c1575 GLsizei callSize; in _mesa_GetInternalformati64v() local
1599 callSize = 2; in _mesa_GetInternalformati64v()
1601 callSize = bufSize; in _mesa_GetInternalformati64v()
1603 _mesa_GetInternalformativ(target, internalformat, pname, callSize, params32); in _mesa_GetInternalformati64v()
/external/freetype/src/truetype/
Dttinterp.h207 callSize; /* size of call stack */ member
Dttinterp.c257 exec->callSize = 0; in TT_Done_Context()
300 exec->callSize = 32; in Init_Context()
302 if ( FT_NEW_ARRAY( exec->callStack, exec->callSize ) ) in Init_Context()
3966 if ( exc->callTop >= exc->callSize ) in Ins_CALL()
4052 if ( exc->callTop >= exc->callSize ) in Ins_LOOPCALL()
7684 if ( exc->callTop >= exc->callSize ) in Ins_UNKNOWN()
8536 if ( exc->callTop >= exc->callSize ) in TT_RunIns()