Home
last modified time | relevance | path

Searched refs:createContext (Results 1 – 25 of 85) sorted by relevance

1234

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DOpenSSLSocketImplTest.java89 public OpenSSLContextImpl createContext() throws Exception { in createContext() method in OpenSSLSocketImplTest.Hooks
117 public OpenSSLContextImpl createContext() throws Exception { in createContext() method in OpenSSLSocketImplTest.ClientHooks
118 OpenSSLContextImpl context = super.createContext(); in createContext()
143 public OpenSSLContextImpl createContext() throws Exception { in createContext() method in OpenSSLSocketImplTest.ServerHooks
144 OpenSSLContextImpl context = super.createContext(); in createContext()
235 OpenSSLContextImpl context = hooks.createContext(); in handshake()
/external/conscrypt/platform/src/test/java/org/conscrypt/
DOpenSSLSocketImplTest.java112 public OpenSSLContextImpl createContext() throws Exception { in createContext() method in OpenSSLSocketImplTest.Hooks
142 public OpenSSLContextImpl createContext() throws Exception { in createContext() method in OpenSSLSocketImplTest.ClientHooks
143 OpenSSLContextImpl context = super.createContext(); in createContext()
176 public OpenSSLContextImpl createContext() throws Exception { in createContext() method in OpenSSLSocketImplTest.ServerHooks
177 OpenSSLContextImpl context = super.createContext(); in createContext()
280 OpenSSLContextImpl context = hooks.createContext(); in handshake()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp141 wglCreateContextFunc createContext; member
156 : createContext (DE_NULL) in Functions()
192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library()
198 if (!m_functions.createContext || in Library()
221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
DtcuWin32GLES3Platform.cpp150 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandL…
168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const… in createContext() function in tcu::Win32GLES3ContextFactory
DtcuWGLContextFactory.hpp39 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine…
DtcuWGLContextFactory.cpp163 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::Comm… in createContext() function in tcu::wgl::ContextFactory
/external/deqp/modules/egl/
DteglRenderCase.cpp278 …eglu::UniqueContext context (egl, display, egl.createContext(display, config.config, EGL_NO_CONTEX… in executeForSurface()
324 …contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, egl.createContext(display, config.config, EG… in executeForSurface()
331 …contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, egl.createContext(display, config.config… in executeForSurface()
338 …contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL… in executeForSurface()
345 …contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO… in executeForSurface()
DteglCreateContextTests.cpp97 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs); in executeForConfig()
146 …const EGLContext context = egl.createContext(*display, (EGLConfig)0, EGL_NO_CONTEXT, s_apis[apiNdx… in iterate()
DteglThreadCleanUpTests.cpp109 …const eglu::UniqueContext context (m_egl, m_display, m_egl.createContext(m_display, m_config, EGL_… in run()
207 m_context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList); in init()
DteglSurfacelessContextTests.cpp111 …eglu::UniqueContext context(egl, display, egl.createContext(display, config, EGL_NO_CONTEXT, apis[… in executeForConfig()
DteglGLES2SharingTests.cpp102 EGLContext createContext (EGLDisplay display, EGLContext share, EGLConfig config);
128 EGLContext GLES2SharingTest::createContext (EGLDisplay display, EGLContext share, EGLConfig config) in createContext() function in deqp::egl::GLES2SharingTest
140 context = egl.createContext(display, config, share, attriblist); in createContext()
182 contextA = createContext(*display, EGL_NO_CONTEXT, config); in iterate()
185 contextB = createContext(*display, contextA, config); in iterate()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp79 RenderContext* createContext (const RenderConfig& config,
114 GLXContext createContext (const GlxContextFactory& factory,
210 RenderContext* GlxContextFactory::createContext (const RenderConfig& config, in createContext() function in tcu::x11::glx::GlxContextFactory
297 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, in createContext() function in tcu::x11::glx::GlxVisual
620 , m_GLXContext (m_glxVisual.createContext(factory, config.type)) in GlxRenderContext()
/external/deqp/framework/platform/null/
DtcuNullContextFactory.hpp38 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) con…
DtcuNullContextFactory.cpp37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu… in createContext() function in tcu::null::NullGLContextFactory
/external/deqp/framework/egl/
DegluGLContextFactory.hpp50 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::Command…
/external/deqp/framework/opengl/
DgluContextFactory.hpp64 …virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine…
/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_view.h21 - (BOOL)createContext;
/external/testng/src/test/java/test/dataprovider/
DTestContextSampleTest.java21 public Object[][] createContext(ITestContext ctx) { in createContext() method in TestContextSampleTest
/external/swiftshader/src/OpenGL/libGL/
DDisplay.h46 Context *createContext(const Context *shareContext);
DDisplay.cpp122 gl::Context *Display::createContext(const gl::Context *shareContext) in createContext() function in gl::Display
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh68 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& c…
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h49 …EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion…
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl12 eglCreateContextFunc createContext; variable
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp183 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const in createContext() function in tcu::CGLContextFactory
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method
708 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceView.DefaultContextFactory
949 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()

1234