Searched refs:contextAttibutes (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/tests/egl_tests/ |
D | EGLSyncControlTest.cpp | 143 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in CreateWindowSurface() local 145 mContext = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in CreateWindowSurface()
|
D | EGLDeviceTest.cpp | 144 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in CreateWindowSurface() local 145 mContext = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in CreateWindowSurface()
|
D | EGLSurfaceTest.cpp | 134 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, GetParam().majorVersion, EGL_NONE}; in initializeSingleContext() local 136 *context = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in initializeSingleContext()
|
D | EGLPreRotationTest.cpp | 150 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, in initializeContext() local 153 mContext = eglCreateContext(mDisplay, mConfig, nullptr, contextAttibutes); in initializeContext()
|
/external/angle/src/libGL/ |
D | entry_points_wgl.cpp | 167 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, 4, EGL_CONTEXT_MINOR_VERSION, 6, in wglCreateContext() local 171 AttributeMap ctxAttributes = AttributeMap::CreateFromIntArray(contextAttibutes); in wglCreateContext()
|