MCPcopy 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
167void Init(JNIEnv*, jclass, jint width, jint height) {
168 setupGraphics(width, height);
169}
170
171void Step(JNIEnv*, jclass) { renderFrame(); }
172

Callers 9

TexQuadMethod · 0.50
android_mainFunction · 0.50
android_mainFunction · 0.50
InitMethod · 0.50
android_mainFunction · 0.50
InitMethod · 0.50
ResumeMethod · 0.50
InitMethod · 0.50
android_mainFunction · 0.50

Calls 1

setupGraphicsFunction · 0.85

Tested by

no test coverage detected