Searched refs:serverSync (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 259 void init (EGLThread& thread, bool serverSync); 291 void FenceSync::init (EGLThread& thread, bool serverSync) in init() argument 294 m_serverSync = serverSync; in init() 406 Operation (const char* name, bool useSync, bool serverSync); 422 Operation::Operation (const char* name, bool useSync, bool serverSync) in Operation() argument 425 , m_serverSync (serverSync) in Operation() 890 CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync); 897 CreateTexture::CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync) in CreateTexture() argument 898 : Operation ("CreateTexture", useSync, serverSync) in CreateTexture() 919 DeleteTexture (SharedPtr<Texture> texture, bool useSync, bool serverSync); [all …]
|