Searched refs:getSupportedTimestamps (Results 1 – 8 of 8) sorted by relevance
54 egl::SupportedTimestamps getSupportedTimestamps() const override;
210 egl::SupportedTimestamps SurfaceEGL::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceEGL
83 egl::SupportedTimestamps SurfaceImpl::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceImpl
107 virtual egl::SupportedTimestamps getSupportedTimestamps() const;
234 mState.supportedTimestamps = mImplementation->getSupportedTimestamps(); in initialize()659 const SupportedTimestamps &Surface::getSupportedTimestamps() const in getSupportedTimestamps() function in egl::Surface
180 const SupportedTimestamps &getSupportedTimestamps() const;
5480 if (!surface->getSupportedTimestamps().test(timestamp)) in ValidateGetFrameTimestampsANDROID()
317 return eglSurface->getSupportedTimestamps().test(timestampInternal); in GetFrameTimestampSupportedANDROID()