Searched defs:createContext (Results 1 - 24 of 24) sorted by relevance

/external/deqp/framework/platform/null/
H A DtcuNullPlatform.cpp42 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const function in class:tcu::null::NullGLContextFactory
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp161 glu::RenderContext* WGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const function in class:tcu::WGLContextFactory
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/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglDisplay.java70 protected void createContext(AppSettings settings) throws LWJGLException{ method in class:LwjglDisplay
174 createContext(settings);
H A DLwjglAbstractDisplay.java83 protected abstract void createContext(AppSettings settings) throws LWJGLException; method in class:LwjglAbstractDisplay
113 createContext(settings);
H A DLwjglCanvas.java265 createContext(settings);
427 protected void createContext(AppSettings settings) { method in class:LwjglCanvas
/external/skia/src/effects/
H A DSkBlurDrawLooper.cpp105 SkDrawLooper::Context* SkBlurDrawLooper::createContext(SkCanvas*, void* storage) const { function in class:SkBlurDrawLooper
H A DSkLayerDrawLooper.cpp39 SkLayerDrawLooper::Context* SkLayerDrawLooper::createContext(SkCanvas* canvas, void* storage) const { function in class:SkLayerDrawLooper
/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
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp558 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const function in class:eglu::GLContextFactory
/external/skia/src/core/
H A DSkShader.cpp88 SkShader::Context* SkShader::createContext(const ContextRec& rec, void* storage) const { function in class:SkShader
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp102 EGLContext createContext (EGLDisplay display, EGLContext share, EGLConfig config);
128 EGLContext GLES2SharingTest::createContext (EGLDisplay display, EGLContext share, EGLConfig config) function in class:deqp::egl::GLES2SharingTest
140 context = egl.createContext(display, config, share, attriblist);
182 contextA = createContext(*display, EGL_NO_CONTEXT, config);
185 contextB = createContext(*display, contextA, config);
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp79 RenderContext* createContext (const RenderConfig& config,
114 GLXContext createContext (const GlxContextFactory& factory,
210 RenderContext* GlxContextFactory::createContext (const RenderConfig& config, function in class:tcu::x11::glx::GlxContextFactory
297 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, function in class:tcu::x11::glx::GlxVisual
620 , m_GLXContext (m_glxVisual.createContext(factory, config.type))
/external/mesa3d/src/glx/
H A Dglxclient.h105 struct glx_context *(*createContext)(struct glx_screen *psc, member in struct:__GLXDRIscreenRec
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); method in interface:GLSurfaceView.EGLContextFactory
708 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { method in class:GLSurfaceView.DefaultContextFactory
949 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
951 throwEglException("createContext");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 414 milliseconds