Home
last modified time | relevance | path

Searched refs:makeNew (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp36 std::unique_ptr<sk_gpu_test::GLTestContext> makeNew() const override;
286 std::unique_ptr<sk_gpu_test::GLTestContext> EGLGLTestContext::makeNew() const { in makeNew() function in __anonba9c88580111::EGLGLTestContext
/third_party/skia/tools/gpu/gl/
DGLTestContext.h54 virtual std::unique_ptr<GLTestContext> makeNew() const { return nullptr; } in makeNew() function
/third_party/flutter/skia/tools/gpu/gl/
DGLTestContext.h56 virtual std::unique_ptr<GLTestContext> makeNew() const { return nullptr; } in makeNew() function
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp61 std::unique_ptr<sk_gpu_test::GLTestContext> makeNew() const override;
295 std::unique_ptr<sk_gpu_test::GLTestContext> EGLGLTestContext::makeNew() const { in makeNew() function in __anonebddf98d0111::EGLGLTestContext
/third_party/flutter/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp99 std::unique_ptr<sk_gpu_test::GLTestContext> makeNew() const override;
402 std::unique_ptr<sk_gpu_test::GLTestContext> ANGLEGLContext::makeNew() const { in makeNew() function in __anonb5a66fd20111::ANGLEGLContext
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp99 std::unique_ptr<sk_gpu_test::GLTestContext> makeNew() const override;
413 std::unique_ptr<sk_gpu_test::GLTestContext> ANGLEGLContext::makeNew() const { in makeNew() function in __anon413ef4dd0111::ANGLEGLContext
/third_party/flutter/skia/tests/
DEGLImageTest.cpp62 std::unique_ptr<GLTestContext> glCtx1 = glCtx0->makeNew(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/tests/
DEGLImageTest.cpp60 std::unique_ptr<GLTestContext> glCtx1 = glCtx0->makeNew(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp323 std::unique_ptr<GLTestContext> makeNew() const override { in makeNew() function in __anon41e064280111::WasmWebGlTestContext