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

1 23 4

  /external/chromium_org/athena/test/
athena_test_base.cc 37 // The ContextFactory must exist before any Compositors are created.
39 ui::ContextFactory* context_factory =
athena_test_helper.cc 46 void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) {
  /external/chromium_org/content/browser/compositor/
image_transport_factory_browsertest.cc 55 ui::ContextFactory* context_factory = factory->GetContextFactory();
software_browser_compositor_output_surface_unittest.cc 93 ui::ContextFactory* context_factory =
software_output_device_ozone_unittest.cc 97 ui::ContextFactory* context_factory =
  /external/chromium_org/ui/views/test/
views_test_base.cc 32 // The ContextFactory must exist before any Compositors are created.
34 ui::ContextFactory* context_factory =
  /external/chromium_org/ui/views/
views_delegate.cc 85 ui::ContextFactory* ViewsDelegate::GetContextFactory() {
  /external/chromium_org/ui/wm/test/
wm_test_helper.cc 18 ui::ContextFactory* context_factory) {
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 175 class CGLContextFactory : public glu::ContextFactory
179 : glu::ContextFactory("cgl", "CGL Context (surfaceless, use fbo)")
  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.cpp 144 class Win32GLES3ContextFactory : public glu::ContextFactory
158 : glu::ContextFactory ("gles3_wrapper", "GLES3 Wrapper Context")
  /frameworks/base/libs/hwui/tests/
main.cpp 34 class ContextFactory : public IContextFactory {
85 ContextFactory factory;
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.h 56 virtual ui::ContextFactory* GetContextFactory() OVERRIDE;
desktop_media_picker_views_unittest.cc 29 ui::ContextFactory* context_factory =
  /external/chromium_org/ui/aura/test/
aura_test_base.cc 57 // The ContextFactory must exist before any Compositors are created.
59 ui::ContextFactory* context_factory =
aura_test_helper.cc 57 void AuraTestHelper::SetUp(ui::ContextFactory* context_factory) {
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 39 using glu::ContextFactory;
249 MovePtr<ContextFactory> Platform::createContextFactory (void)
251 return MovePtr<ContextFactory>(new GLContextFactory(m_nativeDisplayFactoryRegistry));
tcuX11GlxPlatform.cpp 48 using glu::ContextFactory;
74 class GlxContextFactory : public glu::ContextFactory
200 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context")
679 MovePtr<ContextFactory> createContextFactory (EventState& eventState)
681 return MovePtr<ContextFactory>(new GlxContextFactory(eventState));
  /external/chromium_org/ash/test/
ash_test_helper.cc 70 ui::ContextFactory* context_factory =
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 81 // The ContextFactory must exist before any Compositors are created.
83 ui::ContextFactory* context_factory =
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura_unittest.cc 64 // The ContextFactory must exist before any Compositors are created.
66 ui::ContextFactory* context_factory =
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 55 * See ContextFactory class definition below.
93 * See ContextFactory class definition below
95 setEGLContextFactory(new ContextFactory());
110 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 71 setEGLContextFactory(new ContextFactory());
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 71 setEGLContextFactory(new ContextFactory());
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 74 setEGLContextFactory(new ContextFactory());
81 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /external/chromium_org/content/public/test/
test_renderer_host.cc 183 // The ContextFactory must exist before any Compositors are created.
185 ui::ContextFactory* context_factory =

Completed in 1478 milliseconds

1 23 4