/external/chromium_org/third_party/skia/src/core/ |
D | SkDrawLooper.cpp | 20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in canComputeFastBounds() 42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in computeFastBounds()
|
D | SkComposeShader.cpp | 111 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage); in onCreateContext() 112 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage); in onCreateContext()
|
D | SkLocalMatrixShader.cpp | 47 return fProxyShader->createContext(newRec, storage); in onCreateContext()
|
/external/skia/src/core/ |
D | SkDrawLooper.cpp | 20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in canComputeFastBounds() 42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer); in computeFastBounds()
|
D | SkComposeShader.cpp | 101 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage); in onCreateContext() 102 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage); in onCreateContext()
|
D | SkLocalMatrixShader.cpp | 32 return fProxyShader->createContext(newRec, storage); in onCreateContext()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 141 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()
|
D | tcuWGLContextFactory.hpp | 37 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLin…
|
D | tcuWin32GLES3Platform.cpp | 150 …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/ |
D | LayerDrawLooperTest.cpp | 63 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()
|
D | QuickRejectTest.cpp | 19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE { in createContext() function in TestLooper
|
/external/chromium_org/third_party/skia/tests/ |
D | LayerDrawLooperTest.cpp | 63 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()
|
D | QuickRejectTest.cpp | 19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE { in createContext() function in TestLooper
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.hpp | 50 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::Command…
|
/external/deqp/framework/opengl/ |
D | gluContextFactory.hpp | 64 …virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine…
|
/external/deqp/framework/platform/null/ |
D | tcuNullPlatform.cpp | 40 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/ |
D | video_render_ios_view.h | 21 - (BOOL)createContext;
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 79 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/ |
D | SkDrawLooper.h | 71 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkDrawLooper.h | 71 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | WindowProxy.h | 106 void createContext();
|
/external/skia/include/effects/ |
D | SkBlurDrawLooper.h | 45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
|
D | SkLayerDrawLooper.h | 76 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.hh | 68 …glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& c…
|
/external/chromium_org/third_party/skia/include/effects/ |
D | SkBlurDrawLooper.h | 45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
|