Home
last modified time | relevance | path

Searched refs:eglWaitNative (Results 1 – 23 of 23) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl39 { "eglWaitNative", (deFunctionPtr)eglWaitNative },
DeglwStaticLibrary15.inl48 { "eglWaitNative", (deFunctionPtr)eglWaitNative },
DeglwInitCore.inl48 dst->waitNative = (eglWaitNativeFunc) loader->get("eglWaitNative");
DeglwApi.inl62 #define eglWaitNative eglwWaitNative macro
/external/mesa3d/src/egl/main/
Degl.def35 eglWaitNative
Deglentrypoint.h78 EGL_ENTRYPOINT(eglWaitNative)
Deglapi.c1451 eglWaitNative(EGLint engine) in eglWaitNative() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def36 eglWaitNative @31
DlibEGL.lds46 eglWaitNative;
DlibEGL.hpp58 EGLBoolean (*eglWaitNative)(EGLint engine); member in LibEGLexports
Dmain.cpp540 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine) in eglWaitNative() function
693 this->eglWaitNative = egl::WaitNative; in LibEGLexports()
DlibEGL.cpp1518 FUNCTION(eglWaitNative), in GetProcAddress()
/external/mesa3d/src/egl/
Degl-symbols-check55 eglWaitNative
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds32 eglWaitNative;
DlibGLES_CM.def31 eglWaitNative @25
Dmain.cpp491 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine) in eglWaitNative() function
493 return libEGL->eglWaitNative(engine); in eglWaitNative()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h312 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
/external/mesa3d/include/EGL/
Degl.h144 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);
/external/swiftshader/include/EGL/
Degl.h144 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl62 eglw::EGLBoolean eglWaitNative (eglw::EGLint engine);
DegluCallLogWrapper.inl584 eglw::EGLBoolean CallLogWrapper::eglWaitNative (eglw::EGLint engine) function in CallLogWrapper
587 m_log << TestLog::Message << "eglWaitNative(" << engine << ");" << TestLog::EndMessage;
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1392 eglWaitNative(-1); in init()
DteglGetProcAddressTests.inl42 "eglWaitNative",