Home
last modified time | relevance | path

Searched refs:mDriverType (Results 1 – 2 of 2) sorted by relevance

/external/angle/samples/sample_util/
DSampleApplication.cpp92 mDriverType(angle::GLESDriverType::AngleEGL) in SampleApplication()
120 mDriverType = angle::GLESDriverType::SystemWGL; in SampleApplication()
125 mDriverType = angle::GLESDriverType::SystemEGL; in SampleApplication()
204 if (!mGLWindow->initializeGL(mOSWindow, mEntryPointsLib.get(), mDriverType, mPlatformParams, in run()
DSampleApplication.h74 angle::GLESDriverType mDriverType; variable