Home
last modified time | relevance | path

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

12

/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.h83 EGL_ENTRYPOINT(eglWaitClient)
/external/mesa3d/src/egl/
Degl-symbols.txt41 eglWaitClient
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def34 eglWaitClient @16
DlibEGL.lds44 eglWaitClient;
DlibEGL.hpp43 EGLBoolean (EGLAPIENTRY* eglWaitClient)(void);
Dmain.cpp475 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void) in eglWaitClient() function
688 this->eglWaitClient = egl::WaitClient; in LibEGLexports()
DlibEGL.cpp1588 FUNCTION(eglWaitClient), in GetProcAddress()
/external/angle/src/libEGL/
DlibEGL_autogen.def47 eglWaitClient
DlibEGL_autogen.cpp298 EGLBoolean EGLAPIENTRY eglWaitClient() in eglWaitClient() function
/external/angle/src/tests/egl_tests/
DEGLSyncTest.cpp245 EXPECT_EGL_TRUE(eglWaitClient()); in TEST_P()
252 EXPECT_EGL_TRUE(eglWaitClient()); in TEST_P()
/external/angle/util/
Degl_loader_autogen.h51 #define eglWaitClient l_eglWaitClient macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h51 #define eglWaitClient t_eglWaitClient macro
/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/angle/include/EGL/
Degl.h229 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
/external/mesa3d/include/EGL/
Degl.h248 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
/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",
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h354 #define eglWaitClient EGLEW_GET_FUN(__eglewWaitClient) macro

12