Searched refs:createContext (Results 1 - 25 of 122) sorted by relevance

12345

/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.cpp37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const function in class:tcu::null::NullGLContextFactory
H A DtcuNullContextFactory.hpp38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
/external/deqp/framework/egl/
H A DegluGLContextFactory.hpp50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
/external/deqp/framework/opengl/
H A DgluContextFactory.hpp64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.hpp39 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
H A DtcuWin32GLES3Platform.cpp150 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 function in class:tcu::Win32GLES3ContextFactory
H A DtcuWGL.cpp141 wglCreateContextFunc createContext; member in struct:tcu::wgl::Functions
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/
H A Dvideo_render_ios_view.h21 - (BOOL)createContext;
/external/skia/src/core/
H A DSkDrawLooper.cpp20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
45 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
H A DSkLocalMatrixShader.cpp35 return fProxyShader->createContext(newRec, storage);
H A DSkComposeShader.cpp97 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage);
98 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage);
/external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
H A DGaneshPictureRenderer.java75 private void createContext() { method in class:GaneshPictureRenderer
86 this.createContext();
91 this.createContext();
/external/skia/include/core/
H A DSkDrawLooper.h45 * 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/testng/src/test/java/test/dataprovider/
H A DTestContextSampleTest.java21 public Object[][] createContext(ITestContext ctx) { method in class:TestContextSampleTest
/external/skia/include/effects/
H A DSkBlurDrawLooper.h45 SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const override;
H A DSkLayerDrawLooper.h74 SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const override;
/external/conscrypt/src/test/java/org/conscrypt/
H A DOpenSSLSocketImplTest.java101 public OpenSSLContextImpl createContext() throws Exception { method in class:OpenSSLSocketImplTest.Hooks
129 public OpenSSLContextImpl createContext() throws Exception { method in class:OpenSSLSocketImplTest.ClientHooks
130 OpenSSLContextImpl context = super.createContext();
157 public OpenSSLContextImpl createContext() throws Exception { method in class:OpenSSLSocketImplTest.ServerHooks
158 OpenSSLContextImpl context = super.createContext();
226 OpenSSLContextImpl context = hooks.createContext();
/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl12 eglCreateContextFunc createContext;
H A DeglwInitCore.inl11 dst->createContext = (eglCreateContextFunc) loader->get("eglCreateContext");
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
/external/skia/tests/
H A DQuickRejectTest.cpp19 SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const override {
H A DLayerDrawLooperTest.cpp64 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
104 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
144 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
/external/deqp/modules/egl/
H A DteglRenderCase.cpp278 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])));
H A DteglCreateContextTests.cpp95 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, apis[apiNdx].ctxAttrs);
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp183 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const function in class:tcu::CGLContextFactory

Completed in 1232 milliseconds

12345