Home
last modified time | relevance | path

Searched refs:SetPriority (Results 1 – 25 of 54) sorted by relevance

123

/external/swiftshader/src/D3D9/
DDirect3DBaseTexture9.cpp118 unsigned long Direct3DBaseTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DBaseTexture9
124 return Direct3DResource9::SetPriority(newPriority); in SetPriority()
DDirect3DIndexBuffer9.cpp116 unsigned long Direct3DIndexBuffer9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DIndexBuffer9
122 return Direct3DResource9::SetPriority(newPriority); in SetPriority()
DDirect3DVertexBuffer9.cpp155 unsigned long Direct3DVertexBuffer9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DVertexBuffer9
161 return Direct3DResource9::SetPriority(newPriority); in SetPriority()
DDirect3DTexture9.cpp147 unsigned long Direct3DTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DTexture9
153 return Direct3DBaseTexture9::SetPriority(newPriority); in SetPriority()
DDirect3DCubeTexture9.cpp156 unsigned long Direct3DCubeTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DCubeTexture9
162 return Direct3DBaseTexture9::SetPriority(newPriority); in SetPriority()
DDirect3DVertexBuffer9.hpp47 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DIndexBuffer9.hpp47 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DBaseTexture9.hpp46 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DVolumeTexture9.cpp148 unsigned long Direct3DVolumeTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DVolumeTexture9
154 return Direct3DBaseTexture9::SetPriority(newPriority); in SetPriority()
DDirect3DResource9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DVolumeTexture9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DTexture9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DCubeTexture9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DSurface9.hpp46 unsigned long __stdcall SetPriority(unsigned long newPriority);
DDirect3DSurface9.cpp178 unsigned long Direct3DSurface9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DSurface9
184 return Direct3DResource9::SetPriority(newPriority); in SetPriority()
/external/lzma/CPP/Windows/
DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority() function
/external/webrtc/webrtc/base/
Dplatform_thread.h72 bool SetPriority(ThreadPriority priority);
/external/syslinux/efi32/include/efi/protocol/
Dlegacyboot.h111 SET_PRIORITY SetPriority; member
/external/syslinux/efi64/include/efi/protocol/
Dlegacyboot.h111 SET_PRIORITY SetPriority; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
Dlegacyboot.h111 SET_PRIORITY SetPriority; member
/external/dng_sdk/source/
Ddng_abort_sniffer.h97 void SetPriority (dng_priority priority) in SetPriority() function
/external/webrtc/webrtc/test/
Dframe_generator_capturer.cc92 thread_.SetPriority(rtc::kHighPriority); in Init()
Dfake_audio_device.cc57 thread_.SetPriority(rtc::kHighPriority); in Init()
/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc217 _ptrThreadPlay->SetPriority(rtc::kRealtimePriority); in StartPlayout()
274 _ptrThreadRec->SetPriority(rtc::kRealtimePriority); in StartRecording()
/external/webrtc/webrtc/video/
Dvideo_capture_input.cc57 encoder_thread_.SetPriority(rtc::kHighPriority); in VideoCaptureInput()

123