Lines Matching defs:stringlen
3340 GLint stringlen;
3342 /* Next stringlen bytes are GLchar string[stringlen] */
3349 GLint stringlen = cmd->stringlen;
3356 CALL_NamedStringARB(ctx->CurrentServerDispatch, (type, namelen, name, stringlen, string));
3360 _mesa_marshal_NamedStringARB(GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string)
3364 int string_size = stringlen;
3369 CALL_NamedStringARB(ctx->CurrentServerDispatch, (type, namelen, name, stringlen, string));
3375 cmd->stringlen = stringlen;
3441 _mesa_marshal_GetNamedStringARB(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
3445 CALL_GetNamedStringARB(ctx->CurrentServerDispatch, (namelen, name, bufSize, stringlen, string));