Home
last modified time | relevance | path

Searched refs:eglWaitClient (Results 1 – 20 of 20) 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.inl60 #define eglWaitClient eglwWaitClient macro
/external/mesa3d/src/egl/main/
Degl.def33 eglWaitClient
Deglentrypoint.h76 EGL_ENTRYPOINT(eglWaitClient)
Deglapi.c1435 eglWaitClient(void) in eglWaitClient() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def34 eglWaitClient @16
DlibEGL.lds44 eglWaitClient;
DlibEGL.hpp43 EGLBoolean (*eglWaitClient)(void); member in LibEGLexports
Dmain.cpp465 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void) in eglWaitClient() function
678 this->eglWaitClient = egl::WaitClient; in LibEGLexports()
DlibEGL.cpp1516 FUNCTION(eglWaitClient), in GetProcAddress()
/external/mesa3d/src/egl/
Degl-symbols-check53 eglWaitClient
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h281 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/external/mesa3d/include/EGL/
Degl.h206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
/external/swiftshader/include/EGL/
Degl.h206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl60 eglw::EGLBoolean eglWaitClient (void);
DegluCallLogWrapper.inl564 eglw::EGLBoolean CallLogWrapper::eglWaitClient () function in CallLogWrapper
567 m_log << TestLog::Message << "eglWaitClient(" << ");" << TestLog::EndMessage;
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp416 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void) in eglWaitClient() function
418 return libEGL->eglWaitClient(); in eglWaitClient()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl40 "eglWaitClient",