Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c1626 GLint params32[16]; in _mesa_GetInternalformati64v() local
1641 * no pname can return a negative value, we fill params32 with negative in _mesa_GetInternalformati64v()
1645 params32[i] = -1; in _mesa_GetInternalformati64v()
1657 _mesa_GetInternalformativ(target, internalformat, pname, callSize, params32); in _mesa_GetInternalformati64v()
1660 memcpy(params, params32, sizeof(GLint64)); in _mesa_GetInternalformati64v()
1664 if (params32[i] < 0) in _mesa_GetInternalformati64v()
1666 params[i] = (GLint64) params32[i]; in _mesa_GetInternalformati64v()

Completed in 2 milliseconds