Searched refs:GLSemaphore (Results 1 – 3 of 3) sorted by relevance
57 GLSemaphore semaphore; in TEST_P()
303 GLSemaphore glSemaphore; in RunShouldImportSemaphoreTest()698 GLSemaphore glAcquireSemaphore; in RunShouldClearWithSemaphoresTest()724 GLSemaphore glReleaseSemaphore; in RunShouldClearWithSemaphoresTest()930 GLSemaphore glAcquireSemaphore; in runShouldDrawTest()961 GLSemaphore glReleaseSemaphore; in runShouldDrawTest()1082 GLSemaphore glAcquireSemaphore; in runWaitSemaphoresRetainsContentTest()1113 GLSemaphore glReleaseSemaphore; in runWaitSemaphoresRetainsContentTest()
116 class GLSemaphore : public GLWrapper119 GLSemaphore() : GLWrapper(&glGenSemaphoresEXT, &glDeleteSemaphoresEXT) {} in GLSemaphore() function