Home
last modified time | relevance | path

Searched refs:eglWaitClient (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl37 { "eglWaitClient", (deFunctionPtr)eglWaitClient },
DeglwStaticLibrary15.inl46 { "eglWaitClient", (deFunctionPtr)eglWaitClient },
DeglwInitCore.inl46 dst->waitClient = (eglWaitClientFunc) loader->get("eglWaitClient");
DeglwApi.inl58 #define eglWaitClient eglwWaitClient macro
/external/mesa3d/src/egl/main/
Degl.def33 eglWaitClient
Deglapi.c722 eglWaitClient(void) in eglWaitClient() function
761 ret = eglWaitClient(); in eglWaitGL()
901 { "eglWaitClient", (_EGLProc) eglWaitClient }, in eglGetProcAddress()
/external/mesa3d/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl46 eglw::EGLBoolean eglWaitClient (void);
DegluCallLogWrapper.inl424 eglw::EGLBoolean CallLogWrapper::eglWaitClient () function in CallLogWrapper
427 m_log << TestLog::Message << "eglWaitClient(" << ");" << TestLog::EndMessage;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl40 "eglWaitClient",