Home
last modified time | relevance | path

Searched refs:initDisplay (Results 1 – 5 of 5) sorted by relevance

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DSurfaceFlingerTestActivity.java112 initDisplay(getHolder().getSurface()); in run()
133 public native void initDisplay(Object surface); in initDisplay() method in SurfaceFlingerTestActivity
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.h55 int initDisplay(NativeWindowType window);
Dmain.cpp74 renderer->initDisplay(app->window); in engine_handle_cmd()
Drenderer.cpp47 int Renderer::initDisplay(NativeWindowType window) { in initDisplay() function in android::gamecore::Renderer
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp67 renderer->initDisplay(window); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_initDisplay()