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

  /external/skia/tools/gpu/gl/null/
NullGLTestContext.cpp 25 void onPlatformSwapBuffers() const override {}
  /external/skia/tools/gpu/mock/
MockTestContext.cpp 31 void onPlatformSwapBuffers() const override {}
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 45 void onPlatformSwapBuffers() const override;
GLTestContext_command_buffer.cpp 266 void CommandBufferGLTestContext::onPlatformSwapBuffers() const {
287 this->onPlatformSwapBuffers();
  /external/skia/tools/gpu/
TestContext.h 97 virtual void onPlatformSwapBuffers() const = 0;
TestContext.cpp 40 void TestContext::swapBuffers() { this->onPlatformSwapBuffers(); }
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 26 void onPlatformSwapBuffers() const override;
101 void MacGLTestContext::onPlatformSwapBuffers() const {
  /external/skia/tools/gpu/gl/mesa/
GLTestContext_mesa.cpp 48 void onPlatformSwapBuffers() const override;
138 void MesaGLContext::onPlatformSwapBuffers() const { }
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 28 void onPlatformSwapBuffers() const override;
175 void WinGLTestContext::onPlatformSwapBuffers() const {
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 65 void onPlatformSwapBuffers() const override;
337 void GLXGLTestContext::onPlatformSwapBuffers() const {
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 148 void onPlatformSwapBuffers() const override {}
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 90 void onPlatformSwapBuffers() const override;
358 void ANGLEGLContext::onPlatformSwapBuffers() const {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 56 void onPlatformSwapBuffers() const override;
284 void EGLGLTestContext::onPlatformSwapBuffers() const {
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 147 void onPlatformSwapBuffers() const override {}
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp     [all...]

Completed in 105 milliseconds