Home
last modified time | relevance | path

Searched refs:m_config (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp43 m_config(config), in EglContext()
66 m_config = dpy->getConfig(configId); in EglContext()
67 if (!m_config) { in EglContext()
68 m_config = dpy->getDefaultConfig(); in EglContext()
70 assert(m_config); in EglContext()
78 m_config->nativeFormat(), in EglContext()
121 pbSurface.reset(new EglPbufferSurface(m_dpy, m_config)); in ~EglContext()
129 m_config->nativeFormat(), &pbInfo); in ~EglContext()
174 *value = m_config->id(); in getAttrib()
DEglSurface.h52 EglConfig* getConfig() const { return m_config; } in getConfig()
75 m_config(config), in EglSurface()
84 EglConfig* m_config = nullptr;
DEglPbufferSurface.cpp51 *val = m_config->id(); in getAttrib()
72 *val = m_config->getConfAttrib(attrib); in getAttrib()
DEglContext.h54 EglConfig* getConfig() { return m_config; }; in getConfig()
68 EglConfig* m_config = nullptr; variable
DEglWindowSurface.cpp52 *val = m_config->id(); in getAttrib()
/hardware/google/gfxstream/host/tests/
DOpenGL_unittest.cpp32 m_display, m_config, kTestSurfaceSize[0], kTestSurfaceSize[1]); in TEST_F()
33 EGLContext duoContext = createContext(m_display, m_config, 3, 0); in TEST_F()
DOpenGLTestContext.cpp136 m_config = createConfig(m_display, 8, 8, 8, 8, 24, 8, 0); in SetUp()
137 m_surface = pbufferSurface(m_display, m_config, kTestSurfaceSize[0], in SetUp()
140 m_context = createContext(m_display, m_config, 3, 0); in SetUp()
DOpenGLTestContext.h54 EGLConfig m_config; variable
DGLSnapshotTesting.cpp259 egl->eglSaveConfig(m_display, m_config, egl_stream); in saveSnapshot()
286 m_config = egl->eglLoadConfig(m_display, egl_stream); in loadSnapshot()
287 m_surface = pbufferSurface(m_display, m_config, kTestSurfaceSize[0], in loadSnapshot()
/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc615 m_config = move(config); in loadMapping()
619 if (m_config.isValid()) { in xlateCountryCode()
633 m_config.reset(); in reset()
649 CUwbNxpConfig m_config; member in RegionCodeMap