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

  /external/skia/tools/sk_app/
GLWindowContext.h 51 virtual void onSwapBuffers() = 0;
GLWindowContext.cpp 85 this->onSwapBuffers();
  /external/skqp/tools/sk_app/
GLWindowContext.h 51 virtual void onSwapBuffers() = 0;
GLWindowContext.cpp 85 this->onSwapBuffers();
  /external/skia/tools/sk_app/ios/
GLWindowContext_ios.cpp 27 void onSwapBuffers() override;
75 void GLWindowContext_ios::onSwapBuffers() {
RasterWindowContext_ios.cpp 37 void onSwapBuffers() override;
98 void RasterWindowContext_ios::onSwapBuffers() {
  /external/skia/tools/sk_app/mac/
GLWindowContext_mac.cpp 27 void onSwapBuffers() override;
75 void GLWindowContext_mac::onSwapBuffers() {
RasterWindowContext_mac.cpp 37 void onSwapBuffers() override;
98 void RasterWindowContext_mac::onSwapBuffers() {
  /external/skqp/tools/sk_app/ios/
GLWindowContext_ios.cpp 27 void onSwapBuffers() override;
89 void GLWindowContext_ios::onSwapBuffers() {
RasterWindowContext_ios.cpp 37 void onSwapBuffers() override;
108 void RasterWindowContext_ios::onSwapBuffers() {
  /external/skqp/tools/sk_app/mac/
GLWindowContext_mac.cpp 27 void onSwapBuffers() override;
89 void GLWindowContext_mac::onSwapBuffers() {
RasterWindowContext_mac.cpp 37 void onSwapBuffers() override;
108 void RasterWindowContext_mac::onSwapBuffers() {
  /external/skia/tools/sk_app/unix/
GLWindowContext_unix.cpp 25 void onSwapBuffers() override;
127 void GLWindowContext_xlib::onSwapBuffers() {
  /external/skia/tools/sk_app/win/
GLWindowContext_win.cpp 27 void onSwapBuffers() override;
120 void GLWindowContext_win::onSwapBuffers() {
ANGLEWindowContext_win.cpp 43 void onSwapBuffers() override;
157 void ANGLEGLWindowContext_win::onSwapBuffers() {
  /external/skqp/tools/sk_app/unix/
GLWindowContext_unix.cpp 25 void onSwapBuffers() override;
127 void GLWindowContext_xlib::onSwapBuffers() {
  /external/skqp/tools/sk_app/win/
GLWindowContext_win.cpp 27 void onSwapBuffers() override;
120 void GLWindowContext_win::onSwapBuffers() {
ANGLEWindowContext_win.cpp 43 void onSwapBuffers() override;
157 void ANGLEGLWindowContext_win::onSwapBuffers() {
  /external/skia/tools/sk_app/android/
GLWindowContext_android.cpp 26 void onSwapBuffers() override;
152 void GLWindowContext_android::onSwapBuffers() {
  /external/skqp/tools/sk_app/android/
GLWindowContext_android.cpp 26 void onSwapBuffers() override;
152 void GLWindowContext_android::onSwapBuffers() {

Completed in 193 milliseconds