Home
last modified time | relevance | path

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

/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/angle/src/libEGL/
DlibEGL.def34 eglWaitClient @16
DlibEGL.cpp572 EGLBoolean __stdcall eglWaitClient(void) in eglWaitClient() function
/external/deqp/framework/egl/
DegluApiPrototypes.inl20 EGLBoolean eglWaitClient ();
DegluCallLogWrapper.inl168 EGLBoolean CallLogWrapper::eglWaitClient () function in CallLogWrapper
171 m_log << TestLog::Message << "eglWaitClient(" << ");" << TestLog::EndMessage;
172 EGLBoolean returnValue = ::eglWaitClient();
/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp340 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativeWindow()
381 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmap()
422 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmapCopy()
DteglRenderCase.cpp87 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface()
93 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface()
DteglNativeCoordMappingTests.cpp388 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativeWindow()
433 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmap()
478 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmapCopy()
DteglGetProcAddressTests.inl24 "eglWaitClient",
/external/chromium_org/third_party/angle/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/external/chromium_org/third_party/khronos/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/external/chromium_org/ppapi/lib/gl/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/external/chromium_org/third_party/mesa/src/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/external/mesa3d/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/external/chromium_org/gpu/gles2_conform_support/egl/
Degl.cc257 EGLBoolean eglWaitClient(void) { in eglWaitClient() function