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

/external/deqp/modules/egl/
H A DteglRenderCase.cpp237 vector<EGLint> contextAttribs; local
245 contextAttribs.push_back(EGL_CONTEXT_CLIENT_VERSION);
246 contextAttribs.push_back(2);
252 contextAttribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
253 contextAttribs.push_back(3);
259 contextAttribs.push_back(EGL_CONTEXT_CLIENT_VERSION);
260 contextAttribs.push_back(1);
272 contextAttribs.push_back(EGL_NONE);
278 eglu::UniqueContext context (egl, display, egl.createContext(display, config.config, EGL_NO_CONTEXT, &contextAttribs[0]));
/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp193 static const EGLint contextAttribs[] = { local
200 contextAttribs);
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp197 const EGLint contextAttribs[] = { local
202 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp458 static const EGLint contextAttribs[] = { local
530 contextAttribs );

Completed in 242 milliseconds