Home
last modified time | relevance | path

Searched refs:onWindowCreated (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.hpp48 virtual void onWindowCreated (ANativeWindow* window);
DtcuAndroidTestActivity.cpp61 void TestThread::onWindowCreated (ANativeWindow* window) in onWindowCreated() function in tcu::Android::TestThread
DtcuAndroidRenderActivity.hpp138 virtual void onWindowCreated (ANativeWindow* window) = 0;
DtcuAndroidRenderActivity.cpp158 onWindowCreated(message.payload.window); in processMessage()