Home
last modified time | relevance | path

Searched refs:lockableOverride (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp74 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
80lockableOverride), (usage & D3DUSAGE_RENDERTARGET) || (usage & D3DUSAGE_DEPTHSTENCIL)), container(… in Direct3DSurface9()
DDirect3DSurface9.hpp31 …L pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned lon…