Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.h97 EGLBoolean getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const;
DSurfaceEGL.cpp202 EGLBoolean success = mEGL->getNextFrameIdANDROID(mSurface, frameId); in getNextFrameId()
DFunctionsEGL.cpp495 EGLBoolean FunctionsEGL::getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const in getNextFrameIdANDROID() function in rx::FunctionsEGL