Home
last modified time | relevance | path

Searched defs:GetSamplerState (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp488 …long Direct3DDevice9Ex::GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned… in GetSamplerState() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp1868 …long Direct3DDevice9::GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned l… in GetSamplerState() function in D3D9::Direct3DDevice9
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp164 SAMPLER_STATE *CoreChecks::GetSamplerState(VkSampler sampler) { in GetSamplerState() function in CoreChecks