Home
last modified time | relevance | path

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

/external/skia/cmake/
Dexample.cpp53 static std::shared_ptr<SkSurface> create_opengl_surface(int w, int h) { in create_opengl_surface() function
64 std::shared_ptr<SkSurface> surface = (gl_ok && rand() % 2) ? create_opengl_surface(320, 240) in main()