HomeSort by relevance Sort by last modified time
    Searched refs:ContextFactory (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 155 : glu::ContextFactory ("wgl", "Windows WGL OpenGL context")
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 69 // See ContextFactory class definition below
70 setEGLContextFactory(new ContextFactory());
85 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /external/deqp/framework/opengl/
gluRenderContext.cpp 124 const ContextFactory* factory = DE_NULL;
147 const ContextFactory* curFactory = registry.getFactoryByIndex(factoryNdx);
gluFboRenderContext.cpp 141 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine)
gluES3PlusWrapperContext.cpp 503 ES3PlusWrapperContext::ES3PlusWrapperContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine)
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 80 * See ContextFactory class definition below
82 setEGLContextFactory(new ContextFactory());
100 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 70 // The ContextFactory must exist before any Compositors are created.
72 ui::ContextFactory* context_factory =
  /external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc 182 scoped_ptr<ui::ContextFactory> context_factory_;
  /external/chromium_org/ui/aura/
window_tree_host.cc 205 ui::ContextFactory* context_factory = Env::GetInstance()->context_factory();
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 380 class ContextFactory : public IContextFactory {
390 ContextFactory factory;
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.cc 387 ui::ContextFactory* ChromeViewsDelegate::GetContextFactory() {
  /external/chromium_org/ui/aura/bench/
bench_main.cc 154 WebGLBench(ui::ContextFactory* context_factory,
304 // The ContextFactory must exist before any Compositors are created.
  /external/chromium_org/ui/compositor/
compositor.cc 72 ui::ContextFactory* context_factory,
172 // Stop all outstanding draws before telling the ContextFactory to tear
layer_unittest.cc 97 ui::ContextFactory* context_factory =
404 ui::ContextFactory* context_factory =
    [all...]
layer_animator_unittest.cc     [all...]
  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 90 // The ContextFactory must exist before any Compositors are created.
93 ui::ContextFactory* context_factory =
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 113 // The ContextFactory must exist before any Compositors are created.
115 ui::ContextFactory* context_factory =
  /external/chromium_org/content/browser/compositor/
gpu_process_transport_factory.cc 320 ui::ContextFactory* GpuProcessTransportFactory::GetContextFactory() {
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 172 // The ContextFactory must exist before any Compositors are created.
174 ui::ContextFactory* context_factory =
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 734 : glu::ContextFactory ("egl", "EGL OpenGL Context")

Completed in 3083 milliseconds

1 2 34