Searched defs:lockable (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.hpp | 129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() argument
|
H A D | Image.cpp | 972 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 D | scsi_device.h | 158 unsigned lockable:1; /* Able to prevent media removal */ member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_device.h | 189 unsigned lockable:1; /* Able to prevent media removal */ member
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.hpp | 469 const bool lockable; member in sw::Surface
|
H A D | Surface.cpp | 1190 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