/external/angle/src/tests/egl_tests/ |
D | EGLSurfacelessContextTest.cpp | 82 EGLContext createContext() in createContext() function in __anon593e3e2e0111::EGLSurfacelessContextTest 141 EGLContext context = createContext(); in TEST_P() 163 EGLContext context = createContext(); in TEST_P() 191 EGLContext context = createContext(); in TEST_P() 211 EGLContext context = createContext(); in TEST_P() 236 EGLContext context = createContext(); in TEST_P()
|
D | EGLBufferAgeTest.cpp | 69 bool createContext(EGLConfig config, EGLContext *context) in createContext() function in EGLBufferAgeTest 115 EXPECT_TRUE(createContext(config, &context)); in TEST_P() 170 EXPECT_TRUE(createContext(config, &context)); in TEST_P() 238 EXPECT_TRUE(createContext(config, &context)); in TEST_P() 255 EXPECT_TRUE(createContext(config, &otherContext)); in TEST_P() 306 EXPECT_TRUE(createContext(config, &context)); in TEST_P()
|
D | EGLRobustnessTest.cpp | 103 void createContext(EGLint resetStrategy) in createContext() function in EGLRobustnessTest 182 createContext(EGL_NO_RESET_NOTIFICATION_EXT); in TEST_P() 208 createContext(EGL_LOSE_CONTEXT_ON_RESET_EXT); in TEST_P()
|
D | EGLMultiContextTest.cpp | 66 EGLContext context1 = window->createContext(EGL_NO_CONTEXT); in TEST_P() 67 EGLContext context2 = window->createContext(EGL_NO_CONTEXT); in TEST_P() 99 ctx[t] = window->createContext(EGL_NO_CONTEXT); in TEST_P()
|
D | EGLProtectedContentTest.cpp | 75 bool createContext(EGLBoolean isProtected, EGLConfig config, EGLContext *context) in createContext() function in EGLProtectedContentTest 139 EXPECT_TRUE(createContext(isProtectedContext, config, &context)); in PbufferTest() 182 EXPECT_TRUE(createContext(isProtectedContext, config, &context)); in WindowTest()
|
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
D | ZPageHandlers.java | 146 server.createContext(tracezZPageHandler.getUrlPath(), new ZPageHttpHandler(tracezZPageHandler)); in registerAllToHttpServer() 147 server.createContext( in registerAllToHttpServer() 149 server.createContext(rpczZpageHandler.getUrlPath(), new ZPageHttpHandler(rpczZpageHandler)); in registerAllToHttpServer() 150 server.createContext(statszZPageHandler.getUrlPath(), new ZPageHttpHandler(statszZPageHandler)); in registerAllToHttpServer()
|
/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()
|
/external/catch2/include/internal/ |
D | catch_context.h | 42 static void createContext(); 48 IMutableContext::createContext(); in getCurrentMutableContext()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ConscryptSocketTest.java | 292 OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.Hooks 318 public OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.ClientHooks 319 OpenSSLContextImpl context = super.createContext(); in createContext() 332 socketType.newClientSocket(createContext(), listener, underlyingSocketType); in createSocket() 350 public OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.ServerHooks 351 OpenSSLContextImpl context = super.createContext(); in createContext() 365 socketType.newServerSocket(createContext(), listener, underlyingSocketType); in createSocket() 618 new ClientHooks().createContext(), listening, underlying); 638 new ClientHooks().createContext(), listening, underlying);
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ConscryptSocketTest.java | 283 OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.Hooks 309 public OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.ClientHooks 310 OpenSSLContextImpl context = super.createContext(); in createContext() 323 socketType.newClientSocket(createContext(), listener, underlyingSocketType); in createSocket() 341 public OpenSSLContextImpl createContext() throws IOException { in createContext() method in ConscryptSocketTest.ServerHooks 342 OpenSSLContextImpl context = super.createContext(); in createContext() 356 socketType.newServerSocket(createContext(), listener, underlyingSocketType); in createSocket() 607 new ClientHooks().createContext(), listening, underlying); 627 new ClientHooks().createContext(), listening, underlying);
|
/external/skia/experimental/skottiekit/ |
D | gpu.js | 38 var ctx = GL.createContext(canvas, contextAttributes); 43 ctx = GL.createContext(canvas, contextAttributes);
|
/external/exoplayer/tree/extensions/ffmpeg/src/main/jni/ |
D | ffmpeg_jni.cc | 81 AVCodecContext *createContext(JNIEnv *env, AVCodec *codec, jbyteArray extraData, 128 return (jlong)createContext(env, codec, extraData, outputFloat, rawSampleRate, in AUDIO_DECODER_FUNC() 195 return (jlong)createContext(env, codec, extraData, outputFloat, in AUDIO_DECODER_FUNC() 220 AVCodecContext *createContext(JNIEnv *env, AVCodec *codec, jbyteArray extraData, in createContext() function
|
/external/deqp/modules/egl/ |
D | teglRenderCase.cpp | 283 …eglu::UniqueContext context (egl, display, egl.createContext(display, config.config, EGL_NO_CONTEX… in executeForSurface() 329 …contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, egl.createContext(display, config.config, EG… in executeForSurface() 336 …contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, egl.createContext(display, config.config… in executeForSurface() 343 …contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL… in executeForSurface() 350 …contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO… in executeForSurface()
|
D | teglCreateContextTests.cpp | 98 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs); in executeForConfig() 147 …const EGLContext context = egl.createContext(*display, (EGLConfig)0, EGL_NO_CONTEXT, s_apis[apiNdx… in iterate()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 159 wglCreateContextFunc createContext; member 179 : createContext (DE_NULL) in Functions() 218 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library() 224 if (!m_functions.createContext || in Library() 247 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/angle/src/tests/ |
D | angle_unittests_utils.h | 84 MOCK_METHOD1(createContext, ContextImpl *(const gl::State &)); 128 MOCK_METHOD5(createContext,
|
/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/angle/src/tests/gl_tests/ |
D | MultithreadingTest.cpp | 71 ctx = window->createContext(EGL_NO_CONTEXT); in runMultithreadedGLTest() 238 EGLContext ctx1 = window->createContext(EGL_NO_CONTEXT); in TEST_P() 239 EGLContext ctx2 = window->createContext(EGL_NO_CONTEXT); in TEST_P() 257 auto ctx = window->createContext(EGL_NO_CONTEXT); in TEST_P() 475 contexts[threadIdx] = window->createContext(EGL_NO_CONTEXT); in TEST_P() 517 ctx = window->createContext(window->getContext()); in textureThreadFunction()
|
/external/deqp/framework/opengl/ |
D | gluContextFactory.hpp | 65 …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/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 90 RenderContext* createContext (const RenderConfig& config, 126 GLXContext createContext (const GlxContextFactory& factory, 229 RenderContext* GlxContextFactory::createContext (const RenderConfig& config, in createContext() function in tcu::lnx::x11::glx::GlxContextFactory 323 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, in createContext() function in tcu::lnx::x11::glx::GlxVisual 714 …, m_GLXContext (m_glxVisual.createContext(factory, config.type, sharedContext, config.resetNotifi… in GlxRenderContext()
|
/external/skia/modules/canvaskit/ |
D | gm.js | 29 var handle = GL.createContext(canvas, contextAttributes);
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CLPlatformVk.h | 24 CLContextImpl::Ptr createContext(cl::Context &context,
|