Searched refs:is_alpha (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | nvidia_texture_shader.c | 129 static void get_src_and_opr_nvrc(DWORD stage, DWORD arg, BOOL is_alpha, GLenum* input, GLenum* mapping, GLenum *component_usage, INT texture_idx) { argument 137 if (is_alpha || arg & WINED3DTA_ALPHAREPLICATE) *component_usage = GL_ALPHA; 143 void set_tex_op_nvrc(IWineD3DDevice *iface, BOOL is_alpha, int stage, WINED3DTEXTUREOP op, DWORD arg1, DWORD arg2, DWORD arg3, INT texture_idx, DWORD dst) { argument 147 GLenum portion = is_alpha ? GL_ALPHA : GL_RGB; 152 TRACE("stage %d, is_alpha %d, op %s, arg1 %#x, arg2 %#x, arg3 %#x, texture_idx %d\n", 153 stage, is_alpha, debug_d3dtop(op), arg1, arg2, arg3, texture_idx); 162 get_src_and_opr_nvrc(stage, arg1, is_alpha, &tex_op_args.input[0], 164 get_src_and_opr_nvrc(stage, arg2, is_alpha, &tex_op_args.input[1], 166 get_src_and_opr_nvrc(stage, arg3, is_alpha, &tex_op_args.input[2], 181 if (!is_alpha) ER [all...] |
H A D | state.c | 1940 static void get_src_and_opr(DWORD arg, BOOL is_alpha, GLenum* source, GLenum* operand) { argument 1944 BOOL from_alpha = is_alpha || arg & WINED3DTA_ALPHAREPLICATE;
|
H A D | wined3d_private.h | 2996 void set_tex_op_nvrc(IWineD3DDevice *iface, BOOL is_alpha, int stage, WINED3DTEXTUREOP op,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | nvidia_texture_shader.c | 138 static void get_src_and_opr_nvrc(DWORD stage, DWORD arg, BOOL is_alpha, GLenum* input, GLenum* mapping, GLenum *component_usage, INT texture_idx) { argument 146 if (is_alpha || arg & WINED3DTA_ALPHAREPLICATE) *component_usage = GL_ALPHA; 152 void set_tex_op_nvrc(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, BOOL is_alpha, argument 156 GLenum portion = is_alpha ? GL_ALPHA : GL_RGB; 160 TRACE("stage %d, is_alpha %d, op %s, arg1 %#x, arg2 %#x, arg3 %#x, texture_idx %d\n", 161 stage, is_alpha, debug_d3dtop(op), arg1, arg2, arg3, texture_idx); 171 get_src_and_opr_nvrc(stage, arg1, is_alpha, &tex_op_args.input[0], 173 get_src_and_opr_nvrc(stage, arg2, is_alpha, &tex_op_args.input[1], 175 get_src_and_opr_nvrc(stage, arg3, is_alpha, &tex_op_args.input[2], 190 if (!is_alpha) [all...] |
H A D | wined3d_private.h | 2772 BOOL is_alpha, int stage, enum wined3d_texture_op op, DWORD arg1, DWORD arg2, DWORD arg3,
|
H A D | state.c | 2060 static void get_src_and_opr(DWORD arg, BOOL is_alpha, GLenum* source, GLenum* operand) { argument 2064 BOOL from_alpha = is_alpha || arg & WINED3DTA_ALPHAREPLICATE;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 3031 void set_tex_op_nvrc(IWineD3DDevice *iface, BOOL is_alpha, int stage, WINED3DTEXTUREOP op,
|
Completed in 1786 milliseconds