Home
last modified time | relevance | path

Searched refs:fill_texture (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/d3dx9_36/
H A Dtexture.c1267 static inline void fill_texture(const struct pixel_format_desc *format, BYTE *pos, const D3DXVECTOR… in fill_texture() function
1380fill_texture(format, data + y * lock_rect.Pitch + x * format->bytes_per_pixel, &value); in D3DXFillTexture()
1753fill_texture(format, data + y * lock_rect.Pitch + x * format->bytes_per_pixel, &value); in D3DXFillCubeTexture()
1822 fill_texture(format, data + z * lock_box.SlicePitch + y * lock_box.RowPitch in D3DXFillVolumeTexture()