Searched defs:createContext (Results 1 - 25 of 30) sorted by last modified time

12

/external/skia/src/core/
H A DSkShader.cpp88 SkShader::Context* SkShader::createContext(const ContextRec& rec, void* storage) const { function in class:SkShader
/external/skia/src/effects/
H A DSkBlurDrawLooper.cpp108 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/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/mesa3d/src/glx/
H A Dglxclient.h105 struct glx_context *(*createContext)(struct glx_screen *psc, member in struct:__GLXDRIscreenRec
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.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 ...
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 ...
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp392 EGLContext createContext (EGLDisplay display, EGLContext eglConfig, const glu::RenderConfig& config) function in namespace:eglu::__anon19726
539 m_eglContext = createContext(m_eglDisplay, m_eglConfig, config);
769 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const function in class:eglu::GLContextFactory
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp79 RenderContext* createContext (const RenderConfig& config,
114 GLXContext createContext (const GlxContextFactory& factory,
211 RenderContext* GlxContextFactory::createContext (const RenderConfig& config, function in class:tcu::x11::glx::GlxContextFactory
298 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, function in class:tcu::x11::glx::GlxVisual
621 , m_GLXContext (m_glxVisual.createContext(factory, config.type))
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.cpp40 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const function in class:tcu::null::NullContextFactory
/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/platform/win32/
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());
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
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp169 EGLContext createContext (EGLDisplay display, EGLContext share, EGLConfig config);
189 EGLContext GLES2SharingTest::createContext (EGLDisplay display, EGLContext share, EGLConfig config) function in class:deqp::egl::GLES2SharingTest
241 EGLContext contextA = createContext(display.getEGLDisplay(), EGL_NO_CONTEXT, config);
243 EGLContext contextB = createContext(display.getEGLDisplay(), contextA, config);
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java87 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { method in class:ViEAndroidGLES20.ContextFactory
/external/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp97 SkShader::Context* SkShader::createContext(const ContextRec& rec, void* storage) const { function in class:SkShader
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurDrawLooper.cpp118 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

Completed in 1545 milliseconds

12