HomeSort by relevance Sort by last modified time
    Searched refs:m_instance (Results 1 - 12 of 12) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
TypeFactory.h 25 if (m_instance == NULL) {
26 m_instance = new TypeFactory;
28 return m_instance;
33 static TypeFactory *m_instance; member in class:TypeFactory
TypeFactory.cpp 25 TypeFactory * TypeFactory::m_instance = NULL; member in class:TypeFactory
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 42 const HINSTANCE m_instance; member in class:tcu::Win32EGLNativeDisplayFactory
tcuWin32Platform.cpp 36 : m_instance(GetModuleHandle(NULL))
46 factory = new WGLContextFactory(m_instance);
68 m_nativeDisplayFactoryRegistry.registerFactory(new Win32EGLNativeDisplayFactory(m_instance));
tcuWGLContextFactory.hpp 40 HINSTANCE m_instance; member in class:tcu::WGLContextFactory
tcuWin32Platform.hpp 58 HINSTANCE m_instance; member in class:tcu::Win32Platform
tcuWin32GLES3Platform.cpp 153 const HINSTANCE m_instance; member in class:tcu::Win32GLES3ContextFactory
159 , m_instance (instance)
171 return new Win32GLES3Context(m_wglCore, m_instance, config);
tcuWin32EGLNativeDisplayFactory.cpp 101 const HINSTANCE m_instance; member in class:tcu::__anon23586::NativeWindowFactory
206 , m_instance (instance)
212 return new NativeWindow(dynamic_cast<NativeDisplay*>(nativeDisplay), m_instance, params);
368 , m_instance (instance)
370 m_nativeWindowRegistry.registerFactory(new NativeWindowFactory(m_instance));
tcuWGLContextFactory.cpp 156 , m_instance (instance)
163 return new WGLContext(m_instance, m_wglCore, config);
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 36 Renderer * Renderer::m_instance = NULL; member in class:Renderer
40 if (m_instance == NULL) m_instance = new Renderer;
41 return m_instance;
Renderer.h 53 static Renderer *m_instance;
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 91 milliseconds