Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformatquery.c1552 GLsizei callSize; in _mesa_GetInternalformati64v() local
1575 callSize = 2; in _mesa_GetInternalformati64v()
1577 callSize = bufSize; in _mesa_GetInternalformati64v()
1579 _mesa_GetInternalformativ(target, internalformat, pname, callSize, params32); in _mesa_GetInternalformati64v()
/external/freetype/src/truetype/
Dttinterp.h207 callSize; /* size of call stack */ member
Dttinterp.c242 exec->callSize = 0; in TT_Done_Context()
283 exec->callSize = 32; in Init_Context()
285 if ( FT_NEW_ARRAY( exec->callStack, exec->callSize ) ) in Init_Context()
3860 if ( exc->callTop >= exc->callSize ) in Ins_CALL()
3946 if ( exc->callTop >= exc->callSize ) in Ins_LOOPCALL()
7496 if ( exc->callTop >= exc->callSize ) in Ins_UNKNOWN()
8339 if ( exc->callTop >= exc->callSize ) in TT_RunIns()
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.h206 callSize; /* size of call stack */ member
Dttinterp.c258 exec->callSize = 0; in TT_Done_Context()
299 exec->callSize = 32; in Init_Context()
301 if ( FT_NEW_ARRAY( exec->callStack, exec->callSize ) ) in Init_Context()
3906 if ( exc->callTop >= exc->callSize ) in Ins_CALL()
3992 if ( exc->callTop >= exc->callSize ) in Ins_LOOPCALL()
7447 if ( exc->callTop >= exc->callSize ) in Ins_UNKNOWN()
8185 if ( exc->callTop >= exc->callSize ) in TT_RunIns()