Searched defs:lockable (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DSwapChain9.hpp67 bool lockable; member in class:D3D9::Direct3DSwapChain9
H A DDirect3DSurface9.hpp73 const bool lockable; member in class:D3D9::Direct3DSurface9
H A DDirect3DVolume9.hpp64 const bool lockable; member in class:D3D9::Direct3DVolume9
H A DDirect3DDevice9.cpp576 bool lockable = false; local
590 lockable = false;
596 lockable = true;
602 *surface = new Direct3DSurface9(this, this, width, height, format, D3DPOOL_DEFAULT, multiSample, multiSampleQuality, lockable, D3DUSAGE_DEPTHSTENCIL);
777 long Direct3DDevice9::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurface9 **surface, void **sharedHandle) argument
781 TRACE("unsigned int width = %d, unsigned int height = %d, D3DFORMAT format = %d, D3DMULTISAMPLE_TYPE multiSample = %d, unsigned long multiSampleQuality = %d, int lockable = %d, IDirect3DSurface9 **surface = 0x%0.8p, void **sharedHandle = 0x%0.8p", width, height, format, multiSample, multiSampleQuality, lockable, surface, sharedHandle);
790 *surface = new Direct3DSurface9(this, this, width, height, format, D3DPOOL_DEFAULT, multiSample, multiSampleQuality, lockable != FALSE, D3DUSAGE_RENDERTARGET);
2355 bool lockable = false; local
2369 lockable
[all...]
H A DDirect3DDevice9Ex.cpp173 long Direct3DDevice9Ex::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurface9 **surface, void **sharedHandle) argument
175 TRACE("unsigned int width = %d, unsigned int height = %d, D3DFORMAT format = %d, D3DMULTISAMPLE_TYPE multiSample = %d, unsigned long multiSampleQuality = %d, int lockable = %d, IDirect3DSurface9 **surface = 0x%0.8p, void **sharedHandle = 0x%0.8p", width, height, format, multiSample, multiSampleQuality, lockable, surface, sharedHandle);
177 return Direct3DDevice9::CreateRenderTarget(width, height, format, multiSample, multiSampleQuality, lockable, surface, sharedHandle);
/external/swiftshader/src/OpenGL/common/
H A DImage.hpp85 Image(GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable) argument
86 : sw::Surface(nullptr, width, height, multiSampleDepth, internalFormat, lockable, true),
/external/swiftshader/src/OpenGL/libGL/
H A DImage.cpp47 Image::Image(Texture *parentTexture, GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTarget) argument
49 , sw::Surface(getParentResource(parentTexture), width, height, multiSampleDepth, internalFormat, lockable, renderTarget)
H A DDevice.cpp250 bool lockable = true; local
261 lockable = false;
269 lockable = true;
275 Image *surface = new Image(0, width, height, format, multiSampleDepth, lockable, true);
286 Image *Device::createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) argument
294 Image *surface = new Image(0, width, height, format, multiSampleDepth, lockable, true);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.cpp215 bool lockable = true; local
226 lockable = false;
234 lockable = true;
240 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable);
251 egl::Image *Device::createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) argument
259 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp251 bool lockable = true; local
264 lockable = false;
274 lockable = true;
280 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable);
291 egl::Image *Device::createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) argument
299 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable);
/external/swiftshader/src/Renderer/
H A DSurface.hpp255 Surface(Resource *texture, int width, int height, int depth, Format format, bool lockable, bool renderTarget, int pitchP = 0);
457 const bool lockable; member in class:sw::Surface
H A DSurface.cpp1168 Surface::Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) : lockable(true), renderTarget(false)
1218 Surface::Surface(Resource *texture, int width, int height, int depth, Format format, bool lockable, bool renderTarget, int pitchPprovided) : lockable(lockable), renderTarget(renderTarget) argument
3511 if(lockable || !quadLayoutEnabled)
3536 if(lockable || !quadLayoutEnabled)
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 181 milliseconds