Searched refs:WINED3DTEXSTA_MINFILTER (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbasetexture.c268 gl_tex->states[WINED3DTEXSTA_MINFILTER] = WINED3DTEXF_POINT; /* GL_NEAREST_MIPMAP_LINEAR */
481 if((samplerStates[WINED3DSAMP_MINFILTER] != gl_tex->states[WINED3DTEXSTA_MINFILTER] ||
487 gl_tex->states[WINED3DTEXSTA_MINFILTER] = samplerStates[WINED3DSAMP_MINFILTER];
490 if (gl_tex->states[WINED3DTEXSTA_MINFILTER] > WINED3DTEXF_ANISOTROPIC
495 gl_tex->states[WINED3DTEXSTA_MINFILTER],
528 && gl_tex->states[WINED3DTEXSTA_MINFILTER] != WINED3DTEXF_ANISOTROPIC
H A Dtexture.c364 gl_tex->states[WINED3DTEXSTA_MINFILTER] = WINED3DTEXF_POINT;
505 gl_tex->states[WINED3DTEXSTA_MINFILTER] = WINED3DTEXF_POINT;
H A Dcontext.c143 if (texture_impl->baseTexture.texture_rgb.states[WINED3DTEXSTA_MINFILTER] != WINED3DTEXF_POINT
146 texture_impl->baseTexture.texture_rgb.states[WINED3DTEXSTA_MINFILTER] = WINED3DTEXF_POINT;
H A Dwined3d_private.h2101 WINED3DTEXSTA_MINFILTER = 5, enumerator in enum:winetexturestates
H A Dsurface.c381 texture->baseTexture.texture_rgb.states[WINED3DTEXSTA_MINFILTER] = WINED3DTEXF_POINT;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c245 gl_tex->states[WINED3DTEXSTA_MINFILTER] = WINED3D_TEXF_POINT; /* GL_NEAREST_MIPMAP_LINEAR */
405 if ((sampler_states[WINED3D_SAMP_MIN_FILTER] != gl_tex->states[WINED3DTEXSTA_MINFILTER]
412 gl_tex->states[WINED3DTEXSTA_MINFILTER] = sampler_states[WINED3D_SAMP_MIN_FILTER];
415 if (gl_tex->states[WINED3DTEXSTA_MINFILTER] > WINED3D_TEXF_ANISOTROPIC
419 gl_tex->states[WINED3DTEXSTA_MINFILTER],
453 && gl_tex->states[WINED3DTEXSTA_MINFILTER] != WINED3D_TEXF_ANISOTROPIC
722 gl_tex->states[WINED3DTEXSTA_MINFILTER] = WINED3D_TEXF_POINT;
1027 gl_tex->states[WINED3DTEXSTA_MINFILTER] = WINED3D_TEXF_POINT; /* GL_NEAREST_MIPMAP_LINEAR */
1308 gl_tex->states[WINED3DTEXSTA_MINFILTER] = WINED3D_TEXF_POINT; /* GL_NEAREST_MIPMAP_LINEAR */
1323 gl_tex->states[WINED3DTEXSTA_MINFILTER]
[all...]
H A Dwined3d_private.h2114 WINED3DTEXSTA_MINFILTER = 5, enumerator in enum:wined3d_texture_state
H A Dsurface.c454 texture->texture_rgb.states[WINED3DTEXSTA_MINFILTER] = WINED3D_TEXF_POINT;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2136 WINED3DTEXSTA_MINFILTER = 5, enumerator in enum:winetexturestates

Completed in 141 milliseconds