Home
last modified time | relevance | path

Searched defs:makeNew (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/tools/gpu/gl/
H A DGLTestContext.h51 virtual std::unique_ptr<GLTestContext> makeNew() const { return nullptr; } in makeNew() function
/aosp_15_r20/external/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp322 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 Dgm_bindings.cpp323 std::unique_ptr<GLTestContext> makeNew() const override { in makeNew() function in __anond738be2b0111::WasmWebGlTestContext
/aosp_15_r20/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp420 std::unique_ptr<sk_gpu_test::GLTestContext> ANGLEGLContext::makeNew() const { in makeNew() function in __anon1cbc42400111::ANGLEGLContext