Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() argument
H A DImage.cpp972 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in ImageImplementation() argument
1026 Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in create() argument
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h158 unsigned lockable:1; /* Able to prevent media removal */ member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h189 unsigned lockable:1; /* Able to prevent media removal */ member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.hpp469 const bool lockable; member in sw::Surface
H A DSurface.cpp1190 SurfaceImplementation(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0) in SurfaceImplementation() argument
1210 Surface *Surface::create(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) in create() argument
1271 Surface::Surface(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) : lockable(lockable), renderTarget(renderTarget) in Surface() argument
[all...]

Completed in 14 milliseconds