Searched refs:eglMinVers (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingSurfaceLargeValueTest.cpp | 54 EGLint eglMinVers; in SetUp() local 55 EGLBoolean ret = eglInitialize(eglDisplay_, &eglMajVers, &eglMinVers); in SetUp()
|
H A D | NativeDrawingSurfaceTest.cpp | 54 EGLint eglMinVers; in SetUp() local 55 EGLBoolean ret = eglInitialize(eglDisplay_, &eglMajVers, &eglMinVers); in SetUp()
|
H A D | NativeDrawingGpuContextTest.cpp | 50 EGLint eglMinVers; in SetUp() local 51 EGLBoolean ret = eglInitialize(eglDisplay_, &eglMajVers, &eglMinVers); in SetUp()
|
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeGpuContextTest.cpp | 51 EGLint eglMinVers; in SetUp() local 52 EGLBoolean ret = eglInitialize(eglDisplay_, &eglMajVers, &eglMinVers); in SetUp()
|
H A D | DrawingNativeSurFaceTest.cpp | 55 EGLint eglMinVers; in SetUp() local 56 EGLBoolean ret = eglInitialize(eglDisplay_, &eglMajVers, &eglMinVers); in SetUp()
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 81 EGLint eglMajVers, eglMinVers; in GLContextInit() local 82 if (!eglInitialize(mEGLDisplay, &eglMajVers, &eglMinVers)) { in GLContextInit()
|
Completed in 3 milliseconds