Searched refs:D3DSAMP_MINFILTER (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 240 …samp.min_img_filter = (ss[D3DSAMP_MINFILTER] == D3DTEXF_POINT && !ss[NINED3DSAMP_SHADOW]) ? PIPE_T… in nine_convert_sampler_state() 242 if (ss[D3DSAMP_MINFILTER] == D3DTEXF_ANISOTROPIC || in nine_convert_sampler_state()
|
D | nine_dump.c | 47 case D3DSAMP_MINFILTER: return "MINFILTER"; in nine_D3DSAMP_to_str()
|
D | nine_state.c | 2817 [D3DSAMP_MINFILTER] = D3DTEXF_POINT,
|
D | device9.c | 2797 if (state->samp_advertised[i][D3DSAMP_MINFILTER] == D3DTEXF_NONE || in NineDevice9_ValidateDevice()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 207 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); in boxFilter() 665 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_POINT); in setCommonBlitState()
|
D | SwapChain9.cpp | 311 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_POINT); in swapRect()
|
D | Renderer9.cpp | 988 mDevice->SetSamplerState(d3dSampler, D3DSAMP_MINFILTER, d3dMinFilter); in setSamplerState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 207 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); in boxFilter() 665 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_POINT); in setCommonBlitState()
|
D | SwapChain9.cpp | 311 device->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_POINT); in swapRect()
|
D | Renderer9.cpp | 1018 mDevice->SetSamplerState(d3dSampler, D3DSAMP_MINFILTER, d3dMinFilter); in setSamplerState()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 140 g_pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); in ImGui_ImplDX9_RenderDrawData()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 118 bd->pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); in ImGui_ImplDX9_SetupRenderState()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 871 D3DSAMP_MINFILTER = 6, enumerator
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 1582 IDirect3DDevice9_SetSamplerState(data->device, index, D3DSAMP_MINFILTER, in D3D_UpdateTextureScaleMode()
|