HomeSort by relevance Sort by last modified time
    Searched defs:lockable (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DSwapChain8.hpp 61 bool lockable; member in class:D3D8::Direct3DSwapChain8
Direct3DSurface8.hpp 32 Direct3DSurface8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long usage);
70 const bool lockable; member in class:D3D8::Direct3DSurface8
Direct3DVolume8.hpp 67 const bool lockable; member in class:D3D8::Direct3DVolume8
  /external/swiftshader/src/D3D9/
Direct3DSwapChain9.hpp 67 bool lockable; member in class:D3D9::Direct3DSwapChain9
Direct3DSurface9.hpp 77 const bool lockable; member in class:D3D9::Direct3DSurface9
Direct3DVolume9.hpp 68 const bool lockable; member in class:D3D9::Direct3DVolume9
Direct3DDevice9.cpp 576 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)
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);
2356 bool lockable = false; local
    [all...]
  /build/soong/ui/build/
proc_sync.go 47 type lockable interface { type
53 var _ lockable = (*fileLock)(nil)
69 func lockSynchronous(lock lockable, waiter waiter, logger logger.Logger) (err error) {
  /external/swiftshader/src/OpenGL/libGL/
Device.cpp 263 bool lockable = true; local
274 lockable = false;
282 lockable = true;
288 Image *surface = new Image(0, width, height, format, multiSampleDepth, lockable, true);
299 Image *Device::createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable)
307 Image *surface = new Image(0, width, height, format, multiSampleDepth, lockable, true);
  /external/swiftshader/src/Renderer/
Surface.hpp 281 Surface(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0);
285 static Surface *create(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0);
497 const bool lockable; member in class:sw::Surface
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 386 milliseconds