Home
last modified time | relevance | path

Searched refs:eglWaitGL (Results 1 – 23 of 23) 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.inl61 #define eglWaitGL eglwWaitGL macro
/external/mesa3d/src/egl/main/
Degl.def34 eglWaitGL
Deglentrypoint.h77 EGL_ENTRYPOINT(eglWaitGL)
Deglapi.c1442 eglWaitGL(void) in eglWaitGL() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def35 eglWaitGL @30
DlibEGL.lds45 eglWaitGL;
DlibEGL.hpp57 EGLBoolean (*eglWaitGL)(void); member in LibEGLexports
Dmain.cpp535 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void) in eglWaitGL() function
692 this->eglWaitGL = egl::WaitGL; in LibEGLexports()
DlibEGL.cpp1517 FUNCTION(eglWaitGL), in GetProcAddress()
/external/mesa3d/src/egl/
Degl-symbols-check54 eglWaitGL
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def30 eglWaitGL @24
DlibGLES_CM.lds31 eglWaitGL;
Dmain.cpp486 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void) in eglWaitGL() function
488 return libEGL->eglWaitGL(); in eglWaitGL()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
/external/mesa3d/include/EGL/
Degl.h143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
/external/swiftshader/include/EGL/
Degl.h143 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/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp837 eglWaitGL(); in ApiRenderComplete()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl41 "eglWaitGL",