Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c1629 GLsizei callSize; in _mesa_GetInternalformati64v() local
1653 callSize = 2; in _mesa_GetInternalformati64v()
1655 callSize = bufSize; in _mesa_GetInternalformati64v()
1657 _mesa_GetInternalformativ(target, internalformat, pname, callSize, params32); in _mesa_GetInternalformati64v()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.h213 callSize; /* size of call stack */ member
H A Dttinterp.c264 exec->callSize = 0; in TT_Done_Context()
570 exec->callSize = 32; in FT_EXPORT_DEF()
572 if ( FT_QNEW_ARRAY( exec->callStack, exec->callSize ) ) in FT_EXPORT_DEF()
4014 if ( exc->callTop >= exc->callSize ) in Ins_CALL()
4100 if ( exc->callTop >= exc->callSize ) in Ins_LOOPCALL()
7681 if ( exc->callTop >= exc->callSize ) in Ins_UNKNOWN()
8538 if ( exc->callTop >= exc->callSize ) in FT_EXPORT_DEF()

Completed in 10 milliseconds