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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm1.c484 int tokens_read = 0; local
493 tokens_read += shader_get_param(priv, ptr, &token, &addr_token);
494 ptr += tokens_read;
517 return tokens_read;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm1.c480 int tokens_read = 0; local
489 tokens_read += shader_get_param(priv, ptr, &token, &addr_token);
490 ptr += tokens_read;
513 return tokens_read;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm1.c491 int tokens_read = 0; local
500 tokens_read += shader_get_param(priv, ptr, &token, &addr_token);
501 ptr += tokens_read;
524 return tokens_read;

Completed in 119 milliseconds