Home
last modified time | relevance | path

Searched refs:createContext (Results 1 – 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
DSkDrawLooper.cpp20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in canComputeFastBounds()
42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in computeFastBounds()
DSkComposeShader.cpp111 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage); in onCreateContext()
112 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage); in onCreateContext()
DSkLocalMatrixShader.cpp47 return fProxyShader->createContext(newRec, storage); in onCreateContext()
/external/skia/src/core/
DSkDrawLooper.cpp20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in canComputeFastBounds()
42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in computeFastBounds()
DSkComposeShader.cpp101 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage); in onCreateContext()
102 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage); in onCreateContext()
DSkLocalMatrixShader.cpp32 return fProxyShader->createContext(newRec, storage); in onCreateContext()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp141 wglCreateContextFunc createContext; member
156 : createContext (DE_NULL) in Functions()
192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library()
198 if (!m_functions.createContext || in Library()
221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
DtcuWGLContextFactory.hpp37 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLin…
DtcuWin32GLES3Platform.cpp150 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandL…
168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const… in createContext() function in tcu::Win32GLES3ContextFactory
/external/skia/tests/
DLayerDrawLooperTest.cpp63 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer); in test_frontToBack()
103 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer); in test_backToFront()
143 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer); in test_mixed()
DQuickRejectTest.cpp19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE { in createContext() function in TestLooper
/external/chromium_org/third_party/skia/tests/
DLayerDrawLooperTest.cpp63 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer); in test_frontToBack()
103 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer); in test_backToFront()
143 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer); in test_mixed()
DQuickRejectTest.cpp19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE { in createContext() function in TestLooper
/external/deqp/framework/egl/
DegluGLContextFactory.hpp50 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::Command…
/external/deqp/framework/opengl/
DgluContextFactory.hpp64 …virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine…
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp40 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const in createContext() function in tcu::null::NullContextFactory
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dvideo_render_ios_view.h21 - (BOOL)createContext;
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp79 RenderContext* createContext (const RenderConfig& config,
114 GLXContext createContext (const GlxContextFactory& factory,
211 RenderContext* GlxContextFactory::createContext (const RenderConfig& config, in createContext() function in tcu::x11::glx::GlxContextFactory
298 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, in createContext() function in tcu::x11::glx::GlxVisual
621 , m_GLXContext (m_glxVisual.createContext(factory, config.type)) in GlxRenderContext()
/external/skia/include/core/
DSkDrawLooper.h71 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
/external/chromium_org/third_party/skia/include/core/
DSkDrawLooper.h71 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DWindowProxy.h106 void createContext();
/external/skia/include/effects/
DSkBlurDrawLooper.h45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
DSkLayerDrawLooper.h76 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh68 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& c…
/external/chromium_org/third_party/skia/include/effects/
DSkBlurDrawLooper.h45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;

123