/external/deqp/external/openglcts/modules/common/ |
D | glcContextFlagsTests.cpp | 42 void createContext(); 61 void ContextFlagsCase::createContext() in createContext() function in glcts::ContextFlagsCase 90 createContext(); in iterate()
|
D | glcRobustnessTests.cpp | 187 static deqp::Context* createContext(tcu::TestContext& testCtx, glu::ApiType apiType) in createContext() function 252 de::SharedPtr<deqp::Context> context(createContext(m_testCtx, m_ApiType)); in iterate() 474 de::SharedPtr<deqp::Context> context(createContext(m_testCtx, m_ApiType)); in iterate()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ConscryptSocketTest.java | 245 OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.Hooks 271 public OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.ClientHooks 272 OpenSSLContextImpl context = super.createContext(); in createContext() 285 socketType.newClientSocket(createContext(), listener, underlyingSocketType); in createSocket() 300 public OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.ServerHooks 301 OpenSSLContextImpl context = super.createContext(); in createContext() 315 socketType.newServerSocket(createContext(), listener, underlyingSocketType); in createSocket() 556 new ClientHooks().createContext(), listening, underlying); 576 new ClientHooks().createContext(), listening, underlying);
|
/external/deqp/modules/egl/ |
D | teglRenderCase.cpp | 278 …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()
|
D | teglCreateContextTests.cpp | 99 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs); in executeForConfig() 148 …const EGLContext context = egl.createContext(*display, (EGLConfig)0, EGL_NO_CONTEXT, s_apis[apiNdx… in iterate()
|
D | teglThreadCleanUpTests.cpp | 109 …const eglu::UniqueContext context (m_egl, m_display, m_egl.createContext(m_display, m_config, EGL_… in run() 209 m_context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList); in init()
|
D | teglSurfacelessContextTests.cpp | 111 …eglu::UniqueContext context(egl, display, egl.createContext(display, config, EGL_NO_CONTEXT, apis[… in executeForConfig()
|
D | teglGLES2SharingTests.cpp | 102 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/win32/ |
D | tcuWGL.cpp | 151 wglCreateContextFunc createContext; member 167 : createContext (DE_NULL) in Functions() 206 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library() 212 if (!m_functions.createContext || in Library() 235 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
|
D | tcuWGLContextFactory.hpp | 39 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine…
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 85 RenderContext* createContext (const RenderConfig& config, 120 GLXContext createContext (const GlxContextFactory& factory, 217 RenderContext* GlxContextFactory::createContext (const RenderConfig& config, in createContext() function in tcu::lnx::x11::glx::GlxContextFactory 305 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, in createContext() function in tcu::lnx::x11::glx::GlxVisual 690 , m_GLXContext (m_glxVisual.createContext(factory, config.type, config.resetNotificationStrategy)) in GlxRenderContext()
|
/external/deqp/framework/platform/null/ |
D | tcuNullContextFactory.hpp | 38 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) con…
|
D | tcuNullContextFactory.cpp | 37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu… in createContext() function in tcu::null::NullGLContextFactory
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 199 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLi… 232 glu::RenderContext* ContextFactory::createContext(const glu::RenderConfig& config, const tcu::Comma… in createContext() function in tcu::surfaceless::ContextFactory 386 m_eglContext = m_egl.createContext(m_eglDisplay, egl_config, EGL_NO_CONTEXT, &context_attribs[0]); in EglRenderContext()
|
/external/deqp/framework/opengl/ |
D | gluContextFactory.hpp | 64 …virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine…
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.hpp | 52 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::Command…
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_view.h | 21 - (BOOL)createContext;
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Display.h | 46 Context *createContext(const Context *shareContext);
|
/external/testng/src/test/java/test/dataprovider/ |
D | TestContextSampleTest.java | 21 public Object[][] createContext(ITestContext ctx) { in createContext() method in TestContextSampleTest
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cContextFlushControlTests.hpp | 173 void createContext(bool shall_flush_on_release);
|
D | gl4cContextFlushControlTests.cpp | 387 createContext(shall_flush_on_release); in DrawSetup() 469 void gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::createContext(bool shall_flush_on_rele… in createContext() function in gl4cts::ContextFlushControl::FunctionalTest::DrawSetup
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.hh | 68 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& c…
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.inl | 12 eglCreateContextFunc createContext; variable
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Display.h | 64 …EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion…
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 183 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const in createContext() function in tcu::CGLContextFactory
|