HomeSort by relevance Sort by last modified time
    Searched refs:onPlatformGetAutoContextRestore (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 45 std::function<void()> onPlatformGetAutoContextRestore() const override;
GLTestContext_command_buffer.cpp 349 std::function<void()> CommandBufferGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skia/tools/gpu/gl/null/
NullGLTestContext.cpp 27 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
  /external/skia/tools/gpu/mock/
MockTestContext.cpp 37 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 45 std::function<void()> onPlatformGetAutoContextRestore() const override;
  /external/skqp/tools/gpu/gl/null/
NullGLTestContext.cpp 27 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
  /external/skqp/tools/gpu/mock/
MockTestContext.cpp 37 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
  /external/skia/tools/gpu/
TestContext.h 117 virtual std::function<void()> onPlatformGetAutoContextRestore() const = 0;
TestContext.cpp 41 auto asr = SkScopeExit(this->onPlatformGetAutoContextRestore());
  /external/skqp/tools/gpu/
TestContext.h 117 virtual std::function<void()> onPlatformGetAutoContextRestore() const = 0;
TestContext.cpp 41 auto asr = SkScopeExit(this->onPlatformGetAutoContextRestore());
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 32 std::function<void()> onPlatformGetAutoContextRestore() const override;
113 std::function<void()> MacGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skqp/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 32 std::function<void()> onPlatformGetAutoContextRestore() const override;
113 std::function<void()> MacGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 34 std::function<void()> onPlatformGetAutoContextRestore() const override;
184 std::function<void()> WinGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skqp/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 34 std::function<void()> onPlatformGetAutoContextRestore() const override;
184 std::function<void()> WinGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 65 std::function<void()> onPlatformGetAutoContextRestore() const override;
357 std::function<void()> GLXGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skqp/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 65 std::function<void()> onPlatformGetAutoContextRestore() const override;
357 std::function<void()> GLXGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 157 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
  /external/skqp/tools/gpu/vk/
VkTestContext.cpp 157 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 100 std::function<void()> onPlatformGetAutoContextRestore() const override;
373 std::function<void()> ANGLEGLContext::onPlatformGetAutoContextRestore() const {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 66 std::function<void()> onPlatformGetAutoContextRestore() const override;
294 std::function<void()> EGLGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 147 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 100 std::function<void()> onPlatformGetAutoContextRestore() const override;
373 std::function<void()> ANGLEGLContext::onPlatformGetAutoContextRestore() const {
  /external/skqp/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 66 std::function<void()> onPlatformGetAutoContextRestore() const override;
294 std::function<void()> EGLGLTestContext::onPlatformGetAutoContextRestore() const {
  /external/skqp/tools/gpu/mtl/
MtlTestContext.mm 147 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }

Completed in 185 milliseconds

1 2