Searched refs:SwapBuffers (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp57 { FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers, Color::Red_500}, member in class:android::uirenderer::FrameInfoIndex
58 { FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted, Color::Orange_500}, member in class:android::uirenderer::FrameInfoIndex
259 durationMS(i, FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers),
260 durationMS(i, FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted));
H A DFrameInfo.h48 SwapBuffers, member in class:android::uirenderer::FrameInfoIndex
114 set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h99 bool SwapBuffers();
H A Dgl_env.cpp111 bool GLEnv::SwapBuffers() { function in class:android::filterfw::GLEnv
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp113 return gl_env ? ToJBool(gl_env->SwapBuffers()) : JNI_FALSE;

Completed in 84 milliseconds