OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D3DSAMP_MAGFILTER
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Blit9.cpp
198
device->SetSamplerState(0,
D3DSAMP_MAGFILTER
, D3DTEXF_LINEAR);
548
device->SetSamplerState(0,
D3DSAMP_MAGFILTER
, D3DTEXF_POINT);
SwapChain9.cpp
271
device->SetSamplerState(0,
D3DSAMP_MAGFILTER
, D3DTEXF_POINT);
Renderer9.cpp
658
mDevice->SetSamplerState(d3dSampler,
D3DSAMP_MAGFILTER
, gl_d3d9::ConvertMagFilter(samplerState.magFilter, samplerState.maxAnisotropy));
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc
507
_pd3dDevice->SetSamplerState( 0,
D3DSAMP_MAGFILTER
, D3DTEXF_LINEAR );
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h
[
all
...]
Completed in 33 milliseconds