Home
last modified time | relevance | path

Searched refs:contextAttibutes (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLSyncControlTest.cpp143 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in CreateWindowSurface() local
145 mContext = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in CreateWindowSurface()
DEGLDeviceTest.cpp144 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in CreateWindowSurface() local
145 mContext = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in CreateWindowSurface()
DEGLSurfaceTest.cpp134 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, GetParam().majorVersion, EGL_NONE}; in initializeSingleContext() local
136 *context = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in initializeSingleContext()
DEGLPreRotationTest.cpp150 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, in initializeContext() local
153 mContext = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in initializeContext()
/external/angle/src/libGL/
Dentry_points_wgl.cpp167 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, 4, EGL_CONTEXT_MINOR_VERSION, 6, in wglCreateContext() local
171 AttributeMap ctxAttributes = AttributeMap::CreateFromIntArray(contextAttibutes); in wglCreateContext()