Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ Init
Function
Init
hello-gl2/app/src/main/cpp/gl_code.cpp:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void Init(JNIEnv*, jclass, jint width, jint height) {
168
setupGraphics(width, height);
169
}
170
171
void Step(JNIEnv*, jclass) { renderFrame(); }
172
Callers
9
TexQuad
Method · 0.50
android_main
Function · 0.50
android_main
Function · 0.50
Init
Method · 0.50
android_main
Function · 0.50
Init
Method · 0.50
Resume
Method · 0.50
Init
Method · 0.50
android_main
Function · 0.50
Calls
1
setupGraphics
Function · 0.85
Tested by
no test coverage detected