Home
last modified time | relevance | path

Searched refs:presentationTimeANDROID (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.h88 EGLBoolean presentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) const;
DSurfaceEGL.cpp81 EGLBoolean success = mEGL->presentationTimeANDROID(mSurface, time); in setPresentationTime()
DFunctionsEGL.cpp470 EGLBoolean FunctionsEGL::presentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) const in presentationTimeANDROID() function in rx::FunctionsEGL