Searched refs:createContext (Results 26 - 50 of 72) sorted by relevance

123

/external/skia/src/core/
H A DSkFilterShader.cpp60 SkShader::Context* shaderContext = fShader->createContext(rec, shaderContextStorage);
H A DSkComposeShader.cpp101 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage);
102 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage);
H A DSkPictureShader.cpp143 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
H A DSkShader.cpp88 SkShader::Context* SkShader::createContext(const ContextRec& rec, void* storage) const { function in class:SkShader
H A DSkBlitter.cpp595 proxyContext = fProxy->createContext(rec, proxyContextStorage);
935 shaderContext = shader->createContext(rec, storage);
1033 SkShader::Context* ctx = fShader->createContext(rec, (void*)fShaderContext);
/external/chromium_org/third_party/skia/src/core/
H A DSkComposeShader.cpp111 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage);
112 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage);
H A DSkFilterShader.cpp69 SkShader::Context* shaderContext = fShader->createContext(rec, shaderContextStorage);
H A DSkPictureShader.cpp165 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
H A DSkBlitter.cpp595 proxyContext = fProxy->createContext(rec, proxyContextStorage);
938 shaderContext = shader->createContext(rec, storage);
1036 SkShader::Context* ctx = fShader->createContext(rec, (void*)fShaderContext);
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.mm82 - (BOOL)createContext {
H A Dvideo_render_ios_gles20.mm91 if (![view_ createContext]) {
/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/chromium_org/third_party/skia/include/core/
H A DSkShader.h220 Context* createContext(const ContextRec&, void* storage) const;
223 * Return the size of a Context returned by createContext.
225 * Override this if your subclass overrides createContext, to return the correct size of
386 * call createContext. Instead we pass the SkPaint here in case the shader needs paint info.
/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
/external/skia/src/effects/
H A DSkBlurDrawLooper.cpp108 SkDrawLooper::Context* SkBlurDrawLooper::createContext(SkCanvas*, void* storage) const { function in class:SkBlurDrawLooper
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWindowProxy.cpp194 createContext();
235 void WindowProxy::createContext() function in class:blink::WindowProxy
270 const char* histogramName = "WebCore.WindowProxy.createContext.MainWorld";
272 histogramName = "WebCore.WindowProxy.createContext.IsolatedWorld";
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm74 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurDrawLooper.cpp118 SkDrawLooper::Context* SkBlurDrawLooper::createContext(SkCanvas*, void* storage) const { function in class:SkBlurDrawLooper
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp154 m_context = factory.createContext(nativeRenderConfig, cmdLine);
H A DgluRenderContext.cpp162 return factory->createContext(config, cmdLine);
/external/skia/include/core/
H A DSkShader.h227 Context* createContext(const ContextRec&, void* storage) const;
230 * Return the size of a Context returned by createContext.
232 * Override this if your subclass overrides createContext, to return the correct size of
386 * call createContext. Instead we pass the SkPaint here in case the shader needs paint info.
/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/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/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/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");

Completed in 599 milliseconds

123