Home
last modified time | relevance | path

Searched refs:LOGI (Results 1 – 6 of 6) sorted by relevance

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h206 void Dump() { LOGI("Vec2 %f %f", x_, y_); } in Dump()
404 void Dump() { LOGI("Vec3 %f %f %f", x_, y_, z_); } in Dump()
816 LOGI("%f %f %f %f", f_[0], f_[1], f_[2], f_[3]); in Dump()
817 LOGI("%f %f %f %f", f_[4], f_[5], f_[6], f_[7]); in Dump()
818 LOGI("%f %f %f %f", f_[8], f_[9], f_[10], f_[11]); in Dump()
819 LOGI("%f %f %f %f", f_[12], f_[13], f_[14], f_[15]); in Dump()
Drenderer.cpp36 LOGI("GL %s = %s\n", name, v); in printGLString()
141 LOGI("OpenGL Info: %s", info); in initDisplay()
Dcommon.cpp26 LOGI("after %s() glError (0x%x)\n", op, error); in checkGlError()
Dcommon.h24 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
Dmain.cpp106 LOGI("Running with SDK %d", state->activity->sdkVersion); in android_main()
Dcircle.cpp70 LOGI("glGetAttribLocation(\"vPosition\") = %d\n", in Circle()