Searched defs:dest_conv (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c3676 char *dest_ptr, *dest_conv = NULL, *dest_conv_addr = NULL; local
3723 dest_conv = dest_conv_addr;
3889 if(dest_conv) {
3891 ( (float *) dest_conv)[0] = x * w;
3892 ( (float *) dest_conv)[1] = y * w;
3893 ( (float *) dest_conv)[2] = z * w;
3894 ( (float *) dest_conv)[3] = w;
3896 dest_conv += 3 * sizeof(float);
3899 dest_conv += sizeof(float);
3905 if(dest_conv) dest_con
[all...]

Completed in 74 milliseconds