Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.h92 EGLBoolean getCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name) const;
DSurfaceEGL.cpp179 result[name] = mEGL->getCompositorTimingSupportedANDROID(mSurface, egl::ToEGLenum(name)); in getSupportedCompositorTimings()
DFunctionsEGL.cpp481 EGLBoolean FunctionsEGL::getCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name) const in getCompositorTimingSupportedANDROID() function in rx::FunctionsEGL