/third_party/ltp/testcases/kernel/security/mmc_security/ |
D | force_erase.sh | 49 if grep -q "unlocked" /sys/bus/mmc/devices/mmc0\:*/lockable; then 65 echo erase > /sys/bus/mmc/devices/mmc0\:*/lockable || \
|
D | remove_password.sh | 54 echo remove > /sys/bus/mmc/devices/mmc0\:*/lockable || \
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_lock_surface2.txt | 84 set EGL_SWAP_BEHAVIOR on creation of a lockable window surface, 87 lockable surface. 92 relaxes that requirement for a lockable window surface, in a way 97 all surface attributes are invariant for a lockable surface. 302 for an EGLConfig that is not lockable, one of the "exact" formats 322 for a lockable surface, i.e. where the EGLConfig has 327 "For such a lockable surface, whether it is possible to change 534 eglLockSurfaceKHR for a lockable window surface. See section 3.5.6." 542 implementation, except for a lockable window surface (i.e. where the 553 eglLockSurfaceKHR for a lockable window surface. See section 3.5.6. [all …]
|
D | EGL_KHR_lock_surface3.txt | 261 for an EGLConfig that is not lockable, one of the "exact" formats 283 for a lockable surface, i.e. where the EGLConfig has 286 "For such a lockable surface, whether it is possible to change 500 for a lockable window surface. See section 3.5.6." 506 implementation, except for a lockable window surface (i.e. where the 508 EGL_SURFACE_TYPE). For a lockable window surface the default is 606 ... This restriction does not apply to lockable surfaces; for such
|
D | EGL_KHR_lock_surface.txt | 637 supporting creation of lockable surfaces which also support
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_lock_surface2.txt | 84 set EGL_SWAP_BEHAVIOR on creation of a lockable window surface, 87 lockable surface. 92 relaxes that requirement for a lockable window surface, in a way 97 all surface attributes are invariant for a lockable surface. 302 for an EGLConfig that is not lockable, one of the "exact" formats 322 for a lockable surface, i.e. where the EGLConfig has 327 "For such a lockable surface, whether it is possible to change 534 eglLockSurfaceKHR for a lockable window surface. See section 3.5.6." 542 implementation, except for a lockable window surface (i.e. where the 553 eglLockSurfaceKHR for a lockable window surface. See section 3.5.6. [all …]
|
D | EGL_KHR_lock_surface3.txt | 261 for an EGLConfig that is not lockable, one of the "exact" formats 283 for a lockable surface, i.e. where the EGLConfig has 286 "For such a lockable surface, whether it is possible to change 500 for a lockable window surface. See section 3.5.6." 506 implementation, except for a lockable window surface (i.e. where the 508 EGL_SURFACE_TYPE). For a lockable window surface the default is 606 ... This restriction does not apply to lockable surfaces; for such
|
D | EGL_KHR_lock_surface.txt | 637 supporting creation of lockable surfaces which also support
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | thread_annotations.h | 178 #if ABSL_HAVE_ATTRIBUTE(lockable) 179 #define ABSL_LOCKABLE __attribute__((lockable))
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() argument 130 …, width, height, 1, 0, multiSampleDepth, gl::SelectInternalFormat(internalformat), lockable, true), in Image() 148 … *create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable);
|
D | Image.cpp | 972 …mentation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in ImageImplementation() argument 973 : Image(width, height, internalformat, multiSampleDepth, lockable) {} in ImageImplementation() 1026 …e::create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in create() argument 1033 return new ImageImplementation(width, height, internalformat, multiSampleDepth, lockable); in create()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Surface.hpp | 253 …th, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarge… 257 …th, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarge… 469 const bool lockable; member in sw::Surface
|
D | Surface.cpp | 1190 …th, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarge… in SurfaceImplementation() argument 1191 …: Surface(texture, width, height, depth, border, samples, format, lockable, renderTarget, pitchP) … in SurfaceImplementation() 1210 …th, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarge… in create() argument 1212 …return new SurfaceImplementation(texture, width, height, depth, border, samples, format, lockable,… in create() 1215 …height, int depth, Format format, void *pixels, int pitch, int slice) : lockable(true), renderTarg… in Surface() 1271 … border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) : locka… in Surface() argument 3624 if(lockable || !quadLayoutEnabled) in selectInternalFormat() 3649 if(lockable || !quadLayoutEnabled) in selectInternalFormat()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 2032 bool lockable = true; in createDepthStencil() local 2043 lockable = false; in createDepthStencil() 2051 lockable = true; in createDepthStencil() 2059 …egl::Image *surface = egl::Image::create(width, height, internalformat, multiSampleDepth, lockable… in createDepthStencil()
|
/third_party/FreeBSD/sys/sys/ |
D | cdefs.h | 831 #define __lockable __lock_annotate(lockable)
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_DX_interop.txt | 236 IDirect3DSurface9 Must not be lockable
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_DX_interop.txt | 236 IDirect3DSurface9 Must not be lockable
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 6385 lockable
|