Searched refs:getSupportedTimestamps (Results 1 – 8 of 8) sorted by relevance
81 egl::SupportedTimestamps SurfaceImpl::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceImpl
96 virtual egl::SupportedTimestamps getSupportedTimestamps() const;
52 egl::SupportedTimestamps getSupportedTimestamps() const override;
208 egl::SupportedTimestamps SurfaceEGL::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceEGL
205 mState.supportedTimestamps = mImplementation->getSupportedTimestamps(); in initialize()569 const SupportedTimestamps &Surface::getSupportedTimestamps() const in getSupportedTimestamps() function in egl::Surface
166 const SupportedTimestamps &getSupportedTimestamps() const;
4116 if (!surface->getSupportedTimestamps().test(timestamp)) in ValidateGetFrameTimestampsANDROID()
1448 return eglSurface->getSupportedTimestamps().test(timestampInternal); in EGL_GetFrameTimestampSupportedANDROID()