Home
last modified time | relevance | path

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

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl38 { "eglWaitGL", (deFunctionPtr)eglWaitGL },
DeglwStaticLibrary15.inl47 { "eglWaitGL", (deFunctionPtr)eglWaitGL },
DeglwInitCore.inl47 dst->waitGL = (eglWaitGLFunc) loader->get("eglWaitGL");
DeglwApi.inl59 #define eglWaitGL eglwWaitGL macro
/external/mesa3d/src/egl/main/
Degl.def34 eglWaitGL
Deglapi.c750 eglWaitGL(void) in eglWaitGL() function
902 { "eglWaitGL", (_EGLProc) eglWaitGL }, in eglGetProcAddress()
/external/mesa3d/include/EGL/
Degl.h310 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl61 eglw::EGLBoolean eglWaitGL (void);
DegluCallLogWrapper.inl574 eglw::EGLBoolean CallLogWrapper::eglWaitGL () function in CallLogWrapper
577 m_log << TestLog::Message << "eglWaitGL(" << ");" << TestLog::EndMessage;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl41 "eglWaitGL",