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

1 2 3 4 5 6 7 8 9

  /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;
  /art/tools/ahat/src/
Main.java 76 server.createContext("/", new AhatHttpHandler(new OverviewHandler(ahat, hprof)));
77 server.createContext("/rooted", new AhatHttpHandler(new RootedHandler(ahat)));
78 server.createContext("/object", new AhatHttpHandler(new ObjectHandler(ahat)));
79 server.createContext("/objects", new AhatHttpHandler(new ObjectsHandler(ahat)));
80 server.createContext("/site", new AhatHttpHandler(new SiteHandler(ahat)));
81 server.createContext("/native", new AhatHttpHandler(new NativeAllocationsHandler(ahat)));
82 server.createContext("/bitmap", new BitmapHandler(ahat));
83 server.createContext("/help", new HelpHandler());
84 server.createContext("/style.css", new StaticHandler("style.css", "text/css"));
  /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;
  /external/skia/include/core/
SkDrawLooper.h 45 * Called in a loop on objects returned by SkDrawLooper::createContext().
52 * createContext().
56 * initially, before createContext() was first called.
69 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
  /external/skia/src/core/
SkDrawLooper.cpp 20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
45 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
SkLocalMatrixShader.cpp 35 return fProxyShader->createContext(newRec, storage);
  /frameworks/rs/
rsApiContext.cpp 42 Context *rsc = Context::createContext(dev, nullptr, ct, flags);
62 Context *rsc = Context::createContext(dev, &sc);
  /external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
GaneshPictureRenderer.java 75 private void createContext() {
86 this.createContext();
91 this.createContext();
  /external/testng/src/test/java/test/dataprovider/
TestContextSampleTest.java 21 public Object[][] createContext(ITestContext ctx) {
  /external/skia/include/effects/
SkBlurDrawLooper.h 45 SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const override;
SkLayerDrawLooper.h 74 SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const override;
  /external/conscrypt/src/test/java/org/conscrypt/
OpenSSLSocketImplTest.java 101 public OpenSSLContextImpl createContext() throws Exception {
129 public OpenSSLContextImpl createContext() throws Exception {
130 OpenSSLContextImpl context = super.createContext();
157 public OpenSSLContextImpl createContext() throws Exception {
158 OpenSSLContextImpl context = super.createContext();
226 OpenSSLContextImpl context = hooks.createContext();
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 12 eglCreateContextFunc createContext;
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
  /external/skia/tests/
QuickRejectTest.cpp 19 SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const override {
LayerDrawLooperTest.cpp 64 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
104 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
144 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 96 void createContext();
  /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 95 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, apis[apiNdx].ctxAttrs);

Completed in 2034 milliseconds

1 2 3 4 5 6 7 8 9