Searched defs:makeNew (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/tools/gpu/gl/ | ||
H A D | GLTestContext.h | 51 virtual std::unique_ptr<GLTestContext> makeNew() const { return nullptr; } in makeNew() function |
/aosp_15_r20/external/skia/tools/gpu/gl/egl/ | ||
H A D | CreatePlatformGLTestContext_egl.cpp | 322 std::unique_ptr<sk_gpu_test::GLTestContext> EGLGLTestContext::makeNew() const { in makeNew() function in __anon4bb82d7b0111::EGLGLTestContext |
/aosp_15_r20/external/skia/modules/canvaskit/ | ||
H A D | gm_bindings.cpp | 323 std::unique_ptr<GLTestContext> makeNew() const override { in makeNew() function in __anond738be2b0111::WasmWebGlTestContext |
/aosp_15_r20/external/skia/tools/gpu/gl/angle/ | ||
H A D | GLTestContext_angle.cpp | 420 std::unique_ptr<sk_gpu_test::GLTestContext> ANGLEGLContext::makeNew() const { in makeNew() function in __anon1cbc42400111::ANGLEGLContext |