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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c6182 const char *textype; local
6318 case tex_1d: textype = "1D"; break;
6319 case tex_2d: textype = "2D"; break;
6320 case tex_3d: textype = "3D"; break;
6321 case tex_cube: textype = "CUBE"; break;
6322 case tex_rect: textype = "RECT"; break;
6323 default: textype = "unexpected_textype"; break;
6361 instr, stage, stage, textype);
6372 instr, stage, stage, textype);
6375 instr, stage, stage, stage, textype);
6808 gen_planar_yuv_read(struct wined3d_shader_buffer *buffer, enum complex_fixup fixup, GLenum textype, char *luminance) argument
6896 gen_yv12_read(struct wined3d_shader_buffer *buffer, GLenum textype, char *luminance) argument
7045 gen_p8_shader(struct arbfp_blit_priv *priv, const struct wined3d_gl_info *gl_info, GLenum textype) argument
7152 gen_yuv_shader(struct arbfp_blit_priv *priv, const struct wined3d_gl_info *gl_info, enum complex_fixup yuv_fixup, GLenum textype) argument
7312 GLenum textype; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c5702 const char *textype; local
5812 case tex_1d: textype = "1D"; break;
5813 case tex_2d: textype = "2D"; break;
5814 case tex_3d: textype = "3D"; break;
5815 case tex_cube: textype = "CUBE"; break;
5816 case tex_rect: textype = "RECT"; break;
5817 default: textype = "unexpected_textype"; break;
5861 instr, sat, stage, stage, textype);
5871 instr, sat, stage, stage, textype);
5874 instr, sat, stage, stage, stage, textype);
6309 gen_planar_yuv_read(struct wined3d_shader_buffer *buffer, enum complex_fixup fixup, GLenum textype, char *luminance) argument
6397 gen_yv12_read(struct wined3d_shader_buffer *buffer, GLenum textype, char *luminance) argument
6543 gen_p8_shader(IWineD3DDeviceImpl *device, GLenum textype) argument
6642 gen_yuv_shader(IWineD3DDeviceImpl *device, enum complex_fixup yuv_fixup, GLenum textype) argument
6805 GLenum textype = surface->texture_target; local
[all...]

Completed in 370 milliseconds