/external/swiftshader/src/D3D8/ |
D | Direct3DSwapChain8.hpp | 61 bool lockable; member in D3D8::Direct3DSwapChain8
|
D | Direct3DVolume8.hpp | 67 const bool lockable; member in D3D8::Direct3DVolume8
|
D | Direct3DSurface8.hpp | 70 const bool lockable; member in D3D8::Direct3DSurface8
|
D | Direct3DVolume8.cpp | 26 …er, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, bool lockable, unsigned long… in Direct3DVolume8()
|
D | Direct3DSurface8.cpp | 61 …ght, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long… in Direct3DSurface8()
|
D | Direct3DDevice8.cpp | 685 …signed int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSample, int lockable, IDirect3DSurfa… in CreateRenderTarget()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DSwapChain9.hpp | 67 bool lockable; member in D3D9::Direct3DSwapChain9
|
D | Direct3DSurface9.hpp | 77 const bool lockable; member in D3D9::Direct3DSurface9
|
D | Direct3DVolume9.hpp | 68 const bool lockable; member in D3D9::Direct3DVolume9
|
D | Direct3DDevice9.cpp | 576 bool lockable = false; in CreateDepthStencilSurface() local 777 …t, D3DMULTISAMPLE_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurfa… in CreateRenderTarget() 2356 bool lockable = false; in Reset() local
|
D | Direct3DDevice9Ex.cpp | 173 …t, D3DMULTISAMPLE_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurfa… in CreateRenderTarget()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Device.cpp | 263 bool lockable = true; in createDepthStencilSurface() local 299 …et(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) in createRenderTarget()
|
D | Image.cpp | 47 …dth, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTa… in Image()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 124 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image()
|
D | Image.cpp | 1169 …mentation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in ImageImplementation() 1208 …e::create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in create()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.cpp | 767 bool lockable = true; in createDepthStencil() local
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 497 const bool lockable; member in sw::Surface
|
D | Surface.cpp | 1217 …width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTa… in SurfaceImplementation() 1237 …width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTa… in create() 1298 …width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTa… in Surface()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 1923 bool lockable = true; in createDepthStencil() local
|