Searched refs:createContext (Results 1 - 25 of 72) sorted by relevance

123

/external/deqp/framework/egl/
H A DegluGLContextFactory.hpp50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
/external/deqp/framework/opengl/
H A DgluContextFactory.hpp64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
/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/win32/
H A DtcuWGLContextFactory.hpp37 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
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/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.h21 - (BOOL)createContext;
/external/chromium_org/third_party/skia/src/core/
H A DSkDrawLooper.cpp20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
H A DSkLocalMatrixShader.cpp47 return fProxyShader->createContext(newRec, storage);
/external/skia/src/core/
H A DSkDrawLooper.cpp20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
H A DSkLocalMatrixShader.cpp32 return fProxyShader->createContext(newRec, storage);
/external/chromium_org/third_party/skia/include/core/
H A DSkDrawLooper.h47 * Called in a loop on objects returned by SkDrawLooper::createContext().
54 * createContext().
58 * initially, before createContext() was first called.
71 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
/external/skia/include/core/
H A DSkDrawLooper.h47 * Called in a loop on objects returned by SkDrawLooper::createContext().
54 * createContext().
58 * initially, before createContext() was first called.
71 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWindowProxy.h106 void createContext();
/external/chromium_org/third_party/skia/tests/
H A DQuickRejectTest.cpp19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE {
H A DLayerDrawLooperTest.cpp63 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
103 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
143 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
/external/skia/tests/
H A DQuickRejectTest.cpp19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE {
H A DLayerDrawLooperTest.cpp63 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
103 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
143 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.h48 EGLContext createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
/external/chromium_org/third_party/skia/include/effects/
H A DSkBlurDrawLooper.h45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
H A DSkLayerDrawLooper.h76 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
/external/skia/include/effects/
H A DSkBlurDrawLooper.h45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
H A DSkLayerDrawLooper.h76 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
/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

Completed in 7760 milliseconds

123