Home
last modified time | relevance | path

Searched refs:lockable (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/src/D3D8/
DDirect3DVolume8.cpp26 … int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, bool lockable, unsigned long us… in Direct3DVolume8() argument
27 …at(format), lockable, false), container(container), width(width), height(height), depth(depth), fo… in Direct3DVolume8()
DDirect3DSurface8.cpp61 …, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long us… in Direct3DSurface8() argument
62lockable, (usage & D3DUSAGE_RENDERTARGET) == D3DUSAGE_RENDERTARGET || (usage & D3DUSAGE_DEPTHSTENC… in Direct3DSurface8()
DDirect3DSurface8.hpp32 …, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long us…
70 const bool lockable; member in D3D8::Direct3DSurface8
DDirect3DSwapChain8.cpp172 lockable = presentParameters->Flags & D3DPRESENTFLAG_LOCKABLE_BACKBUFFER; in reset()
180 …>BackBufferFormat, D3DPOOL_DEFAULT, presentParameters->MultiSampleType, lockable, D3DUSAGE_RENDERT… in reset()
DDirect3DSwapChain8.hpp61 bool lockable; member in D3D8::Direct3DSwapChain8
DDirect3DVolume8.hpp67 const bool lockable; member in D3D8::Direct3DVolume8
/external/ltp/testcases/kernel/security/mmc_security/
Dforce_erase.sh49 if grep -q "unlocked" /sys/bus/mmc/devices/mmc0\:*/lockable; then
65 echo erase > /sys/bus/mmc/devices/mmc0\:*/lockable || \
Dremove_password.sh54 echo remove > /sys/bus/mmc/devices/mmc0\:*/lockable || \
/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp3 #define LOCKABLE __attribute__ ((lockable))
27 class __attribute__((lockable)) Mutex {
Dwarn-thread-safety-negative.cpp6 #define LOCKABLE __attribute__ ((lockable))
30 class __attribute__((lockable)) Mutex {
/external/clang/test/Modules/Inputs/thread-safety/
Da.h1 struct __attribute__((lockable)) mutex {
/external/swiftshader/src/OpenGL/common/
DImage.hpp127 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() argument
128 …, width, height, 1, 0, multiSampleDepth, gl::SelectInternalFormat(internalformat), lockable, true), in Image()
146 … *create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable);
/external/swiftshader/src/D3D9/
DDirect3DVolume9.cpp34 …width(width), height(height), depth(depth), format(format), pool(pool), lockable(isLockable(pool, … in Direct3DVolume9()
174 if(!lockable) in LockBox()
DDirect3DSwapChain9.hpp67 bool lockable; member in D3D9::Direct3DSwapChain9
DDirect3DSwapChain9.cpp347 lockable = presentParameters->Flags & D3DPRESENTFLAG_LOCKABLE_BACKBUFFER; in reset()
355 …sentParameters->MultiSampleType, presentParameters->MultiSampleQuality, lockable, D3DUSAGE_RENDERT… in reset()
DDirect3DVolume9.hpp68 const bool lockable; member in D3D9::Direct3DVolume9
/external/clang/test/Misc/
Dast-dump-color.cpp18 class __attribute__((lockable)) Mutex {
Dast-dump-attr.cpp44 class __attribute__((lockable)) Mutex {
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp771 bool lockable = true; in createDepthStencil() local
782 lockable = false; in createDepthStencil()
790 lockable = true; in createDepthStencil()
798 …egl::Image *surface = egl::Image::create(width, height, internalformat, multiSampleDepth, lockable in createDepthStencil()
/external/clang/test/SemaObjC/
Dwarn-thread-safety-analysis.m3 struct __attribute__ ((lockable)) Mutex {};
/external/clang/test/PCH/
Dthread-safety-attrs.cpp11 #define LOCKABLE __attribute__ ((lockable))
33 class __attribute__((lockable)) Mutex {
/external/swiftshader/src/Device/
DSurface.hpp115 …, int height, int depth, int border, int samples, VkFormat format, bool lockable, bool renderTarge…
119 …, int height, int depth, int border, int samples, VkFormat format, bool lockable, bool renderTarge…
321 const bool lockable; member in sw::Surface
/external/webrtc/webrtc/base/
Dthread_annotations.h74 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)
/external/libchrome/base/
Dthread_annotations.h127 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)
/external/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h106 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)

12