HomeSort by relevance Sort by last modified time
    Searched refs:createContext (Results 1 - 25 of 175) 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/egl/
egluGLContextFactory.hpp 50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) 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;
tcuWin32GLES3Platform.cpp 150 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
tcuWGL.cpp 141 wglCreateContextFunc createContext;
156 : createContext (DE_NULL)
192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext");
198 if (!m_functions.createContext ||
221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext());
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.h 21 - (BOOL)createContext;
video_render_ios_view.mm 82 - (BOOL)createContext {
  /art/tools/ahat/src/
Main.java 123 server.createContext("/", new AhatHttpHandler(new OverviewHandler(ahat, hprof, hprofbase)));
124 server.createContext("/rooted", new AhatHttpHandler(new RootedHandler(ahat)));
125 server.createContext("/object", new AhatHttpHandler(new ObjectHandler(ahat)));
126 server.createContext("/objects", new AhatHttpHandler(new ObjectsHandler(ahat)));
127 server.createContext("/site", new AhatHttpHandler(new SiteHandler(ahat)));
128 server.createContext("/bitmap", new BitmapHandler(ahat));
129 server.createContext("/style.css", new StaticHandler("style.css", "text/css"));
  /frameworks/rs/
rsApiContext.cpp 32 Context *rsc = Context::createContext(dev, nullptr, ct, flags, vendorDriverName);
60 Context *rsc = Context::createContext(dev, &sc);
  /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) {
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 72 void createContext();
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
OpenSSLSocketImplTest.java 89 public OpenSSLContextImpl createContext() throws Exception {
117 public OpenSSLContextImpl createContext() throws Exception {
118 OpenSSLContextImpl context = super.createContext();
143 public OpenSSLContextImpl createContext() throws Exception {
144 OpenSSLContextImpl context = super.createContext();
235 OpenSSLContextImpl context = hooks.createContext();
  /external/conscrypt/platform/src/test/java/org/conscrypt/
OpenSSLSocketImplTest.java 112 public OpenSSLContextImpl createContext() throws Exception {
142 public OpenSSLContextImpl createContext() throws Exception {
143 OpenSSLContextImpl context = super.createContext();
176 public OpenSSLContextImpl createContext() throws Exception {
177 OpenSSLContextImpl context = super.createContext();
280 OpenSSLContextImpl context = hooks.createContext();
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 12 eglCreateContextFunc createContext;
eglwInitCore.inl 11 dst->createContext = (eglCreateContextFunc) loader->get("eglCreateContext");
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 97 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs);
146 const EGLContext context = egl.createContext(*display, (EGLConfig)0, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs);
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])));
teglThreadCleanUpTests.cpp 109 const eglu::UniqueContext context (m_egl, m_display, m_egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList));
207 m_context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList);
  /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/swiftshader/src/OpenGL/libEGL/
Display.h 49 EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion);
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 242 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
260 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {

Completed in 6493 milliseconds

1 2 3 4 5 6 7