Home
last modified time | relevance | path

Searched defs:SetPriority (Results 1 – 21 of 21) sorted by relevance

/external/lzma/CPP/Windows/
DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority() function
/external/dng_sdk/source/
Ddng_abort_sniffer.h97 void SetPriority (dng_priority priority) in SetPriority() function
/external/swiftshader/src/D3D8/
DDirect3DBaseTexture8.cpp103 unsigned long Direct3DBaseTexture8::SetPriority(unsigned long newPriority) in SetPriority() function in D3D8::Direct3DBaseTexture8
DDirect3DIndexBuffer8.cpp103 unsigned long Direct3DIndexBuffer8::SetPriority(unsigned long newPriority) in SetPriority() function in D3D8::Direct3DIndexBuffer8
DDirect3DResource8.cpp180 unsigned long Direct3DResource8::SetPriority(unsigned long newPriority) in SetPriority() function in D3D8::Direct3DResource8
DDirect3DVertexBuffer8.cpp142 unsigned long Direct3DVertexBuffer8::SetPriority(unsigned long newPriority) in SetPriority() function in D3D8::Direct3DVertexBuffer8
DDirect3DTexture8.cpp130 unsigned long Direct3DTexture8::SetPriority(unsigned long newPriority) in SetPriority() function in D3D8::Direct3DTexture8
DDirect3DVolumeTexture8.cpp131 unsigned long Direct3DVolumeTexture8::SetPriority(unsigned long newPriority) in SetPriority() function in D3D8::Direct3DVolumeTexture8
DDirect3DCubeTexture8.cpp139 unsigned long Direct3DCubeTexture8::SetPriority(unsigned long newPriority) in SetPriority() function in D3D8::Direct3DCubeTexture8
/external/webrtc/webrtc/base/
Dplatform_thread.cc196 bool PlatformThread::SetPriority(ThreadPriority priority) { in SetPriority() function in rtc::PlatformThread
/external/swiftshader/src/D3D9/
DDirect3DResource9.cpp196 unsigned long Direct3DResource9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DResource9
DDirect3DVertexBuffer9.cpp155 unsigned long Direct3DVertexBuffer9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DVertexBuffer9
DDirect3DIndexBuffer9.cpp116 unsigned long Direct3DIndexBuffer9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DIndexBuffer9
DDirect3DBaseTexture9.cpp118 unsigned long Direct3DBaseTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DBaseTexture9
DDirect3DTexture9.cpp143 unsigned long Direct3DTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DTexture9
DDirect3DSurface9.cpp189 unsigned long Direct3DSurface9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DSurface9
DDirect3DCubeTexture9.cpp152 unsigned long Direct3DCubeTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DCubeTexture9
DDirect3DVolumeTexture9.cpp144 unsigned long Direct3DVolumeTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DVolumeTexture9
/external/stressapptest/src/
Dworker.h221 void SetPriority(Priority priority) { priority_ = priority; } in SetPriority() function
/external/vboot_reference/cgpt/
Dcgpt_common.c729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, in SetPriority() function
/external/sonivox/jet_tools/JetCreator/
Deas.py241 def SetPriority (self, priority): member in EAS_Stream