HomeSort by relevance Sort by last modified time
    Searched refs:createContext (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/deqp/framework/platform/null/
tcuNullContextFactory.cpp 37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
tcuNullContextFactory.hpp 38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
  /external/deqp/framework/opengl/
gluContextFactory.hpp 64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.hpp 39 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
  /external/deqp/framework/egl/
egluGLContextFactory.hpp 52 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.h 21 - (BOOL)createContext;
video_render_ios_view.mm 82 - (BOOL)createContext {
  /frameworks/rs/
rsApiContext.cpp 32 Context *rsc = Context::createContext(dev, nullptr, ct, flags, vendorDriverName);
60 Context *rsc = Context::createContext(dev, &sc);
  /art/tools/ahat/src/main/com/android/ahat/
Main.java 163 server.createContext("/", new AhatHttpHandler(new OverviewHandler(ahat, hprof, hprofbase)));
164 server.createContext("/rooted", new AhatHttpHandler(new RootedHandler(ahat)));
165 server.createContext("/object", new AhatHttpHandler(new ObjectHandler(ahat)));
166 server.createContext("/objects", new AhatHttpHandler(new ObjectsHandler(ahat)));
167 server.createContext("/site", new AhatHttpHandler(new SiteHandler(ahat)));
168 server.createContext("/bitmap", new BitmapHandler(ahat));
169 server.createContext("/style.css", new StaticHandler("style.css", "text/css"));
  /external/deqp/external/openglcts/modules/common/
glcContextFlagsTests.cpp 42 void createContext();
61 void ContextFlagsCase::createContext()
90 createContext();
  /external/swiftshader/src/OpenGL/libGL/
Display.h 46 Context *createContext(const Context *shareContext);
  /external/testng/src/test/java/test/dataprovider/
TestContextSampleTest.java 21 public Object[][] createContext(ITestContext ctx) {
  /external/deqp/external/openglcts/modules/gl/
gl4cContextFlushControlTests.hpp 173 void createContext(bool shall_flush_on_release);
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 72 void createContext();
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptSocketTest.java 245 OpenSSLContextImpl createContext() throws IOException {
271 public OpenSSLContextImpl createContext() throws IOException {
272 OpenSSLContextImpl context = super.createContext();
285 socketType.newClientSocket(createContext(), listener, underlyingSocketType);
300 public OpenSSLContextImpl createContext() throws IOException {
301 OpenSSLContextImpl context = super.createContext();
315 socketType.newServerSocket(createContext(), listener, underlyingSocketType);
556 new ClientHooks().createContext(), listening, underlying);
576 new ClientHooks().createContext(), listening, underlying);
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 12 eglCreateContextFunc createContext;
eglwInitCore.inl 11 dst->createContext = (eglCreateContextFunc) loader->get("eglCreateContext");
  /cts/tests/tests/opengl/src/android/opengl/cts/
GlTestBase.java 75 public void createContext() {
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
  /external/deqp/modules/egl/
teglRenderCase.cpp 278 eglu::UniqueContext context (egl, display, egl.createContext(display, config.config, EGL_NO_CONTEXT, &contextAttribs[0]));
324 contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
331 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
338 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
345 contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
teglCreateContextTests.cpp 99 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs);
148 const EGLContext context = egl.createContext(*display, (EGLConfig)0, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs);
teglThreadCleanUpTests.cpp 109 const eglu::UniqueContext context (m_egl, m_display, m_egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList));
209 m_context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList);
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 64 EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SingleFrameTextureViewTestActivity.java 145 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
166 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 85 RenderContext* createContext (const RenderConfig& config,
120 GLXContext createContext (const GlxContextFactory& factory,
217 RenderContext* GlxContextFactory::createContext (const RenderConfig& config,
305 GLXContext GlxVisual::createContext (const GlxContextFactory& factory,
690 , m_GLXContext (m_glxVisual.createContext(factory, config.type, config.resetNotificationStrategy))

Completed in 298 milliseconds

1 2 3 4 5 6 7