HomeSort by relevance Sort by last modified time
    Searched refs:GetPriority (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/libchrome/base/process/
process.h 121 int GetPriority() const;
process_posix.cc 380 int Process::GetPriority() const {
382 return getpriority(PRIO_PROCESS, process_);
  /external/lzma/CPP/Windows/
Thread.h 31 int GetPriority() { return ::GetThreadPriority(thread); }
  /external/swiftshader/src/D3D9/
Direct3DBaseTexture9.hpp 47 unsigned long __stdcall GetPriority();
Direct3DCubeTexture9.hpp 46 unsigned long __stdcall GetPriority();
Direct3DIndexBuffer9.hpp 48 unsigned long __stdcall GetPriority();
Direct3DResource9.hpp 46 unsigned long __stdcall GetPriority();
Direct3DSurface9.hpp 47 unsigned long __stdcall GetPriority();
Direct3DTexture9.hpp 46 unsigned long __stdcall GetPriority();
Direct3DVertexBuffer9.hpp 48 unsigned long __stdcall GetPriority();
Direct3DVolumeTexture9.hpp 46 unsigned long __stdcall GetPriority();
Direct3DBaseTexture9.cpp 127 unsigned long Direct3DBaseTexture9::GetPriority()
133 return Direct3DResource9::GetPriority();
Direct3DIndexBuffer9.cpp 125 unsigned long Direct3DIndexBuffer9::GetPriority()
131 return Direct3DResource9::GetPriority();
Direct3DVertexBuffer9.cpp 164 unsigned long Direct3DVertexBuffer9::GetPriority()
170 return Direct3DResource9::GetPriority();
Direct3DCubeTexture9.cpp 165 unsigned long Direct3DCubeTexture9::GetPriority()
171 return Direct3DBaseTexture9::GetPriority();
Direct3DTexture9.cpp 156 unsigned long Direct3DTexture9::GetPriority()
162 return Direct3DBaseTexture9::GetPriority();
Direct3DVolumeTexture9.cpp 157 unsigned long Direct3DVolumeTexture9::GetPriority()
163 return Direct3DBaseTexture9::GetPriority();
Direct3DResource9.cpp 208 unsigned long Direct3DResource9::GetPriority()
Direct3DSurface9.cpp 187 unsigned long Direct3DSurface9::GetPriority()
193 return Direct3DResource9::GetPriority();
  /external/vboot_reference/cgpt/
cgpt.h 154 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index);
cgpt_prioritize.c 149 priority = GetPriority(&drive, PRIMARY, i);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h 349 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
366 #define IDirect3DResource8_GetPriority(p) (p)->lpVtbl->GetPriority(p)
380 #define IDirect3DResource8_GetPriority(p) (p)->GetPriority()
401 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
422 #define IDirect3DVertexBuffer8_GetPriority(p) (p)->lpVtbl->GetPriority(p)
440 #define IDirect3DVertexBuffer8_GetPriority(p) (p)->GetPriority()
465 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
486 #define IDirect3DIndexBuffer8_GetPriority(p) (p)->lpVtbl->GetPriority(p)
504 #define IDirect3DIndexBuffer8_GetPriority(p) (p)->GetPriority()
529 STDMETHOD_(DWORD,GetPriority)(THIS) PURE
    [all...]
d3d9.h     [all...]
bits1_5.h 130 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob2 *This,BG_JOB_PRIORITY *pVal);
179 #define IBackgroundCopyJob2_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)
  /external/webrtc/webrtc/p2p/base/
candidate.h 181 uint32_t GetPriority(uint32_t type_preference,

Completed in 3407 milliseconds

1 2 3 4 5 6 7 8