MCPcopy Index your code
hub / github.com/HumbleUI/Skija / makeGL

Method makeGL

shared/java/BackendRenderTarget.java:9–13  ·  view source on GitHub ↗
(int width, int height, int sampleCnt, int stencilBits, int fbId, int fbFormat)

Source from the content-addressed store, hash-verified

7 static { Library.staticLoad(); }
8
9 @NotNull @Contract("_, _, _, _, _, _ -> new")
10 public static BackendRenderTarget makeGL(int width, int height, int sampleCnt, int stencilBits, int fbId, int fbFormat) {
11 Stats.onNativeCall();
12 return new BackendRenderTarget(_nMakeGL(width, height, sampleCnt, stencilBits, fbId, fbFormat));
13 }
14
15 @NotNull @Contract("_, _, _ -> new")
16 public static BackendRenderTarget makeMetal(int width, int height, long texturePtr) {

Callers 3

onResizeMethod · 0.95
initSkiaMethod · 0.95
onResizeMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeGLMethod · 0.95

Tested by

no test coverage detected