HomeSort by relevance Sort by last modified time
    Searched refs:createContext (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/deqp/framework/egl/
egluGLContextFactory.hpp 50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
  /external/deqp/framework/opengl/
gluContextFactory.hpp 64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 40 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.hpp 37 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
tcuWin32GLES3Platform.cpp 150 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
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_view.h 21 - (BOOL)createContext;
  /external/chromium_org/third_party/skia/src/core/
SkDrawLooper.cpp 20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
SkLocalMatrixShader.cpp 34 return fProxyShader->createContext(newRec, storage);
  /external/skia/src/core/
SkDrawLooper.cpp 20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
SkLocalMatrixShader.cpp 32 return fProxyShader->createContext(newRec, storage);
  /external/chromium_org/third_party/skia/include/core/
SkDrawLooper.h 47 * 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/
SkDrawLooper.h 47 * 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/v8/
V8WindowShell.h 106 void createContext();
  /external/chromium_org/third_party/skia/include/effects/
SkBlurDrawLooper.h 45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
SkLayerDrawLooper.h 76 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/tests/
QuickRejectTest.cpp 19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE {
LayerDrawLooperTest.cpp 63 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/include/effects/
SkBlurDrawLooper.h 45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
SkLayerDrawLooper.h 76 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
  /external/skia/tests/
QuickRejectTest.cpp 19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE {
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 64 void createContext();
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 44 int createContext(RenderingThread *thread, const ClientHandle & ctx, const ClientHandle shareCtx, int version);
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 43 EGLContext createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 55 EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);

Completed in 1036 milliseconds

1 2 3 4 5 6 7