HomeSort by relevance Sort by last modified time
    Searched refs:onSwapBuffers (Results 1 - 7 of 7) sorted by null

  /external/skia/tools/viewer/sk_app/
GLWindowContext.h 51 virtual void onSwapBuffers() = 0;
GLWindowContext.cpp 97 this->onSwapBuffers();
  /external/skia/tools/viewer/sk_app/mac/
GLWindowContext_mac.cpp 28 void onSwapBuffers() override;
88 void GLWindowContext_mac::onSwapBuffers() {
RasterWindowContext_mac.cpp 38 void onSwapBuffers() override;
107 void RasterWindowContext_mac::onSwapBuffers() {
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 26 void onSwapBuffers() override;
147 void GLWindowContext_android::onSwapBuffers() {
  /external/skia/tools/viewer/sk_app/unix/
GLWindowContext_unix.cpp 25 void onSwapBuffers() override;
123 void GLWindowContext_xlib::onSwapBuffers() {
  /external/skia/tools/viewer/sk_app/win/
GLWindowContext_win.cpp 28 void onSwapBuffers() override;
119 void GLWindowContext_win::onSwapBuffers() {

Completed in 288 milliseconds