Searched refs:GraphicSemaphore (Results 1 – 2 of 2) sorted by relevance
34 class GraphicSemaphore : public HeapBase {37 GraphicSemaphore() : GraphicSemaphore(0, MAX_SEM_COUNT) {} in GraphicSemaphore() function39 GraphicSemaphore(int32_t init) : GraphicSemaphore(init, MAX_SEM_COUNT) {} in GraphicSemaphore() function41 GraphicSemaphore(int32_t init, int32_t max) in GraphicSemaphore() function64 ~GraphicSemaphore() in ~GraphicSemaphore()
83 GraphicSemaphore sem_;