Home
last modified time | relevance | path

Searched refs:GL_MAJOR_VERSION_3 (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
H A Deglndk.cpp33 #define GL_MAJOR_VERSION_3 0x03 macro
58 EGLint clientVersion = majorVersion == GL_MAJOR_VERSION_3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in createMyEglWindow()
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp88 #define GL_MAJOR_VERSION_3 0x03 macro
120 EGLint clientVersion = majorVersion == GL_MAJOR_VERSION_3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in initGLES()

Completed in 18 milliseconds