MCPcopy Create free account
hub / github.com/HumbleUI/Skija / makeGL

Method makeGL

shared/java/DirectContext.java:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

runMethod · 0.95
loopMethod · 0.95
handleUserEventMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeGLMethod · 0.95

Tested by

no test coverage detected