Home
last modified time | relevance | path

Searched refs:m_display (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/tests/
DOpenGL_unittest.cpp29 egl->eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in TEST_F()
32 m_display, m_config, kTestSurfaceSize[0], kTestSurfaceSize[1]); in TEST_F()
33 EGLContext duoContext = createContext(m_display, m_config, 3, 0); in TEST_F()
35 egl->eglMakeCurrent(m_display, duoSurface, duoSurface, duoContext); in TEST_F()
38 destroyContext(m_display, duoContext); in TEST_F()
39 destroySurface(m_display, duoSurface); in TEST_F()
41 egl->eglMakeCurrent(m_display, m_surface, m_surface, m_context); in TEST_F()
DOpenGLTestContext.cpp135 m_display = getDisplay(); in SetUp()
136 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()
141 egl->eglMakeCurrent(m_display, m_surface, m_surface, m_context); in SetUp()
146 egl->eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in TearDown()
148 destroyContext(m_display, m_context); in TearDown()
149 destroySurface(m_display, m_surface); in TearDown()
150 destroyDisplay(m_display); in TearDown()
DGLSnapshotTesting.cpp250 egl->eglPreSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
251 egl->eglSaveAllImages(m_display, egl_stream, &m_texture_saver); in saveSnapshot()
253 egl->eglSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
259 egl->eglSaveConfig(m_display, m_config, egl_stream); in saveSnapshot()
263 egl->eglPostSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
280 egl->eglLoadAllImages(m_display, egl_stream, &m_texture_loader); in loadSnapshot()
285 m_context = egl->eglLoadContext(m_display, &contextAttribs[0], egl_stream); in loadSnapshot()
286 m_config = egl->eglLoadConfig(m_display, egl_stream); in loadSnapshot()
287 m_surface = pbufferSurface(m_display, m_config, kTestSurfaceSize[0], in loadSnapshot()
289 egl->eglPostLoadAllImages(m_display, egl_stream); in loadSnapshot()
[all …]
DOpenGLTestContext.h53 EGLDisplay m_display; variable
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp331 m_display(display), in ColorBufferGl()
347 s_egl.eglDestroyImageKHR(m_display, m_blitEGLImage); in ~ColorBufferGl()
350 s_egl.eglDestroyImageKHR(m_display, m_eglImage); in ~ColorBufferGl()
554 s_egl.eglDestroyImageKHR(m_display, m_eglImage); in reformat()
556 m_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in reformat()
559 s_egl.eglDestroyImageKHR(m_display, m_blitEGLImage); in reformat()
561 m_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in reformat()
632 m_sync = (GLsync)s_egl.eglSetImageFenceANDROID(m_display, m_eglImage); in subUpdateFromFrameworkFormat()
672 s_egl.eglBlitFromCurrentReadBufferANDROID(m_display, m_eglImage); in blitFromCurrentReadBuffer()
673 m_sync = (GLsync)s_egl.eglSetImageFenceANDROID(m_display, m_eglImage); in blitFromCurrentReadBuffer()
[all …]
DColorBufferGl.h269 EGLDisplay m_display = nullptr; variable
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglGlobalInfo.h69 return m_display; in getDefaultNativeDisplay()
131 EglOS::Display* m_display = nullptr; variable
DEglGlobalInfo.cpp83 m_display = m_engine->getDefaultDisplay(); in EglGlobalInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_raii.hpp3412 …: m_physicalDevice( *physicalDevice ), m_display( display ), m_dispatcher( physicalDevice.getDispa… in DisplayKHR()
3425 …nge( rhs.m_physicalDevice, {} ) ), m_display( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exc… in DisplayKHR()
3434 std::swap( m_display, rhs.m_display ); in operator =()
3442 return m_display; in operator *()
3447 if ( m_display ) in clear()
3449 …ayEXT( static_cast<VkPhysicalDevice>( m_physicalDevice ), static_cast<VkDisplayKHR>( m_display ) ); in clear()
3452 m_display = nullptr; in clear()
3461 return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( m_display, nullptr ); in release()
3480 std::swap( m_display, rhs.m_display ); in swap()
3501 VULKAN_HPP_NAMESPACE::DisplayKHR m_display = {}; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DisplayKHR
[all …]
Dvulkan_raii.hpp6889 …lDevice>( *physicalDevice ), drmFd, connectorId, reinterpret_cast<VkDisplayKHR*>( &m_display ) ) ); in DisplayKHR()
6900 …sicalDevice>( *physicalDevice ), &dpy, rrOutput, reinterpret_cast<VkDisplayKHR*>( &m_display ) ) ); in DisplayKHR()
6912 …calDevice>( *physicalDevice ), deviceRelativeId, reinterpret_cast<VkDisplayKHR*>( &m_display ) ) ); in DisplayKHR()
6921 …: m_physicalDevice( *physicalDevice ), m_display( display ), m_dispatcher( physicalDevice.getDispa… in DisplayKHR()
6934 …nge( rhs.m_physicalDevice, {} ) ), m_display( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exc… in DisplayKHR()
6943 std::swap( m_display, rhs.m_display ); in operator =()
6951 return m_display; in operator *()
6956 if ( m_display ) in clear()
6958 …ayEXT( static_cast<VkPhysicalDevice>( m_physicalDevice ), static_cast<VkDisplayKHR>( m_display ) ); in clear()
6961 m_display = nullptr; in clear()
[all …]
/hardware/google/gfxstream/host/
DFrameBuffer.h866 Display* m_display; variable