Searched refs:lockableOverride (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DSurface9.cpp | 74 bool isLockable(D3DPOOL pool, unsigned long usage, bool lockableOverride) in isLockable() argument 76 return (pool != D3DPOOL_DEFAULT) || (usage & D3DUSAGE_DYNAMIC) || lockableOverride; in isLockable() 79 …L pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned lon… in Direct3DSurface9() argument 80 …lockableOverride), (usage & D3DUSAGE_RENDERTARGET) || (usage & D3DUSAGE_DEPTHSTENCIL)), container(… in Direct3DSurface9()
|
D | Direct3DSurface9.hpp | 31 …L pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned lon…
|