Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.h102 EGLBoolean getFrameTimestampSupportedANDROID(EGLSurface surface, EGLint timestamp) const;
H A DSurfaceEGL.cpp231 mEGL->getFrameTimestampSupportedANDROID(mSurface, egl::ToEGLenum(timestamp)); in getSupportedTimestamps()
H A DFunctionsEGL.cpp808 EGLBoolean FunctionsEGL::getFrameTimestampSupportedANDROID(EGLSurface surface, in getFrameTimestampSupportedANDROID() function in rx::FunctionsEGL