Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.h92 EGLBoolean getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const;
DSurfaceEGL.cpp200 EGLBoolean success = mEGL->getNextFrameIdANDROID(mSurface, frameId); in getNextFrameId()
DFunctionsEGL.cpp475 EGLBoolean FunctionsEGL::getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const in getNextFrameIdANDROID() function in rx::FunctionsEGL