/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingSurfaceLargeValueTest.cpp | 66 const EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in SetUp() local 67 eglContext_ = eglCreateContext(eglDisplay_, eglConfig_, EGL_NO_CONTEXT, contextAttribs); in SetUp()
|
H A D | NativeDrawingSurfaceTest.cpp | 66 const EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in SetUp() local 67 eglContext_ = eglCreateContext(eglDisplay_, eglConfig_, EGL_NO_CONTEXT, contextAttribs); in SetUp()
|
H A D | NativeDrawingGpuContextTest.cpp | 62 const EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in SetUp() local 63 eglContext_ = eglCreateContext(eglDisplay_, eglConfig_, EGL_NO_CONTEXT, contextAttribs); in SetUp()
|
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeGpuContextTest.cpp | 75 const EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in SetUp() local 76 eglContext_ = eglCreateContext(eglDisplay_, eglConfig_, EGL_NO_CONTEXT, contextAttribs); in SetUp()
|
H A D | DrawingNativeSurFaceTest.cpp | 79 const EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in SetUp() local 80 eglContext_ = eglCreateContext(eglDisplay_, eglConfig_, EGL_NO_CONTEXT, contextAttribs); in SetUp()
|
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/ |
H A D | openglNdk.cpp | 43 const EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, INIT_EGL_VERSION, EGL_NONE};
in InitGLES() local 44 eglContext = eglCreateContext(eglDisplay, config, EGL_NO_CONTEXT, contextAttribs);
in InitGLES()
|
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | eglndk.cpp | 71 const EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, GL_CLIENT_VERSION, EGL_NONE, EGL_NONE};
in createMyEglWindow() local 73 eglCreateContext(myEGLWindow->eglDisplay, myEGLWindow->eglConfig, EGL_NO_CONTEXT, contextAttribs);
in createMyEglWindow()
|
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
H A D | avplayerndk.cpp | 76 const EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, PARAM_3, EGL_NONE};
in InitGLES() local 77 context = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttribs);
in InitGLES()
|
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | gles3ndk.cpp | 138 const EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, GL_CLIENT_VERSION, EGL_NONE}; in initGLES() local 139 eglWindow->eglContext = eglCreateContext(eglWindow->eglDisPlay, config, EGL_NO_CONTEXT, contextAttribs); in initGLES() 239 const EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, INIT_EGL_VERSION, EGL_NONE}; in initGLES() local 240 context = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttribs); in initGLES()
|