Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5ade034 authored by Brian Anderson's avatar Brian Anderson
Browse files

Replace "GL" naming with "GPU".

Test: Manual testing with Chrome.

Change-Id: Ib9c861f27c59ed17bd2155d9b8b4224cd90e8935
parent 3ce7d82a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1054,14 +1054,14 @@ static inline int native_window_get_frame_timestamps(
        struct ANativeWindow* window, uint64_t frameId,
        int64_t* outRequestedPresentTime, int64_t* outAcquireTime,
        int64_t* outLatchTime, int64_t* outFirstRefreshStartTime,
        int64_t* outLastRefreshStartTime, int64_t* outGlCompositionDoneTime,
        int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime,
        int64_t* outDisplayPresentTime, int64_t* outDisplayRetireTime,
        int64_t* outDequeueReadyTime, int64_t* outReleaseTime)
{
    return window->perform(window, NATIVE_WINDOW_GET_FRAME_TIMESTAMPS,
            frameId, outRequestedPresentTime, outAcquireTime, outLatchTime,
            outFirstRefreshStartTime, outLastRefreshStartTime,
            outGlCompositionDoneTime, outDisplayPresentTime,
            outGpuCompositionDoneTime, outDisplayPresentTime,
            outDisplayRetireTime, outDequeueReadyTime, outReleaseTime);
}