Home
last modified time | relevance | path

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

123456

/external/angle/src/tests/egl_tests/
DEGLSurfacelessContextTest.cpp82 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()
DEGLBufferAgeTest.cpp69 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()
DEGLRobustnessTest.cpp103 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()
DEGLMultiContextTest.cpp66 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()
DEGLProtectedContentTest.cpp75 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/
DZPageHandlers.java146 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/
DglcContextFlagsTests.cpp42 void createContext();
61 void ContextFlagsCase::createContext() in createContext() function in glcts::ContextFlagsCase
90 createContext(); in iterate()
/external/catch2/include/internal/
Dcatch_context.h42 static void createContext();
48 IMutableContext::createContext(); in getCurrentMutableContext()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptSocketTest.java292 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/
DConscryptSocketTest.java283 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/
Dgpu.js38 var ctx = GL.createContext(canvas, contextAttributes);
43 ctx = GL.createContext(canvas, contextAttributes);
/external/exoplayer/tree/extensions/ffmpeg/src/main/jni/
Dffmpeg_jni.cc81 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/
DteglRenderCase.cpp283 …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()
DteglCreateContextTests.cpp98 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/
DtcuWGL.cpp159 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()
DtcuWGLContextFactory.hpp39 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine…
/external/angle/src/tests/
Dangle_unittests_utils.h84 MOCK_METHOD1(createContext, ContextImpl *(const gl::State &));
128 MOCK_METHOD5(createContext,
/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/angle/src/tests/gl_tests/
DMultithreadingTest.cpp71 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/
DgluContextFactory.hpp65 …virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine…
/external/deqp/framework/egl/
DegluGLContextFactory.hpp52 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::Command…
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp90 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/
Dgm.js29 var handle = GL.createContext(canvas, contextAttributes);
/external/angle/src/libANGLE/renderer/vulkan/
DCLPlatformVk.h24 CLContextImpl::Ptr createContext(cl::Context &context,

123456