MCPcopy Create free account
hub / github.com/JetBrains/skija / makeGL

Method makeGL

shared/java/DirectContext.java:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 static { Library.staticLoad(); }
9
10 @NotNull @Contract("-> new")
11 public static DirectContext makeGL() {
12 Stats.onNativeCall();
13 return new DirectContext(_nMakeGL());
14 }
15
16 @NotNull @Contract("-> this")
17 public static DirectContext makeMetal(long devicePtr, long queuePtr) {

Callers 4

runMethod · 0.95
beforePaintMethod · 0.95
loopMethod · 0.95
handleUserEventMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeGLMethod · 0.95

Tested by

no test coverage detected