Home
last modified time | relevance | path

Searched defs:lockable (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.hpp67 bool lockable; member in D3D9::Direct3DSwapChain9
DDirect3DSurface9.hpp73 const bool lockable; member in D3D9::Direct3DSurface9
DDirect3DVolume9.hpp64 const bool lockable; member in D3D9::Direct3DVolume9
DDirect3DDevice9.cpp576 bool lockable = false; in CreateDepthStencilSurface() local
777 …t, D3DMULTISAMPLE_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurfa… in CreateRenderTarget()
2355 bool lockable = false; in Reset() local
DDirect3DDevice9Ex.cpp173 …t, D3DMULTISAMPLE_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurfa… in CreateRenderTarget()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp215 bool lockable = true; in createDepthStencilSurface() local
251 …et(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) in createRenderTarget()
DTexture.cpp829 bool lockable = true; in createDepthStencil() local
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp250 bool lockable = true; in createDepthStencilSurface() local
286 …et(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) in createRenderTarget()
DImage.cpp47 …dth, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTa… in Image()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp251 bool lockable = true; in createDepthStencilSurface() local
291 …et(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) in createRenderTarget()
DTexture.cpp2047 bool lockable = true; in createDepthStencil() local
/external/swiftshader/src/OpenGL/common/
DImage.hpp85 …mage(GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable) in Image()
/external/swiftshader/src/Renderer/
DSurface.hpp457 const bool lockable; member in sw::Surface
DSurface.cpp1218 …Surface::Surface(Resource *texture, int width, int height, int depth, Format format, bool lockable in Surface()