Home
last modified time | relevance | path

Searched refs:contextAttribs (Results 1 - 9 of 9) sorted by relevance

/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingSurfaceLargeValueTest.cpp66 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 DNativeDrawingSurfaceTest.cpp66 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 DNativeDrawingGpuContextTest.cpp62 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 DDrawingNativeGpuContextTest.cpp75 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 DDrawingNativeSurFaceTest.cpp79 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 DopenglNdk.cpp43 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 Deglndk.cpp71 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 Davplayerndk.cpp76 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 Dgles3ndk.cpp138 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()

Completed in 26 milliseconds