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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c2550 BOOL index_in_alpha = FALSE; local
2558 index_in_alpha = primary_render_target_is_p8(device);
2568 if (index_in_alpha)
2599 /* When index_in_alpha is set the palette index is stored in the
2602 * GL_ALPHA_TEST using GL_NOT_EQUAL. In case of index_in_alpha the
2605 if (index_in_alpha)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c4878 BOOL index_in_alpha = FALSE; local
4886 index_in_alpha = primary_render_target_is_p8(device);
4891 if (index_in_alpha)
4908 /* When index_in_alpha is set the palette index is stored in the
4911 * GL_ALPHA_TEST using GL_NOT_EQUAL. In case of index_in_alpha the
4914 if (index_in_alpha)

Completed in 201 milliseconds