Home
last modified time | relevance | path

Searched refs:GetTail (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h76 INLINE bool IsEmpty() { return (GetHead() == GetTail()); } in IsEmpty()
80 uint32_t numEnqueued = GetHead() - GetTail(); in IsFull()
86 INLINE uint32_t GetTail() volatile { return mRingTail; } in GetTail() function
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md302 GetTail() => (string message);
320 virtual void GetTail(GetTailCallback callback) = 0;
328 signature for the `GetTail` method: implementations use the `callback` argument
348 void GetTail(GetTailCallback callback) override {
367 logger->GetTail(base::BindOnce(&OnGetTail));