Searched refs:create_opengl_surface (Results 1 – 1 of 1) sorted by relevance
53 static std::shared_ptr<SkSurface> create_opengl_surface(int w, int h) { in create_opengl_surface() function64 std::shared_ptr<SkSurface> surface = (gl_ok && rand() % 2) ? create_opengl_surface(320, 240) in main()