/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 124 MovePtr<UniqueSurface> m_surface; member in deqp::egl::ResizeTest 189 m_surface = surface; in init() 204 m_surface.clear(); in deinit() 349 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate() 352 **m_surface, in iterate() 361 egl.swapBuffers(m_display, **m_surface); in iterate() 363 checkSurfaceSize(egl, m_display, **m_surface, *m_nativeWindow, m_newSize, m_status); in iterate() 388 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate() 390 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_display, **m_surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED… in iterate() 395 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate() [all …]
|
D | teglImageUtil.hpp | 53 ManagedSurface (de::MovePtr<eglu::UniqueSurface> surface) : m_surface(surface) {} in ManagedSurface() 55 eglw::EGLSurface get (void) const { return **m_surface; } in get() 58 de::UniquePtr<eglu::UniqueSurface> m_surface; member in deqp::egl::Image::ManagedSurface
|
D | teglImageFormatTests.cpp | 161 EGLSurface m_surface; member in deqp::egl::Image::ImageApi 168 , m_surface (surface) in ImageApi() 297 egl.makeCurrent(display, m_surface, m_surface, m_context); in GLES2ImageApi() 311 …gles2Api.m_egl.makeCurrent(gles2Api.m_display, gles2Api.m_surface, gles2Api.m_surface, gles2Api.m_… in invoke() 878 EGLSurface m_surface; member in deqp::egl::Image::ImageFormatCase 909 , m_surface (EGL_NO_SURFACE) in ImageFormatCase() 970 …m_surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_display, m_con… in init() 984 api = new GLES2ImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config); in init() 1012 if (m_surface != EGL_NO_SURFACE) in deinit() 1014 egl.destroySurface(m_display, m_surface); in deinit() [all …]
|
D | teglColorClearCase.cpp | 283 , m_surface (surface) in ColorClearThread() 299 m_egl.makeCurrent(m_display, m_surface, m_surface, m_context); in run() 317 EGLSurface m_surface; member in deqp::egl::ColorClearThread
|
D | teglImageTests.cpp | 252 , m_surface (createSurface(eglTestCtx, m_display, m_config, width, height)) in Context() 253 … , m_current (eglTestCtx.getLibrary(), m_display, m_surface->get(), m_surface->get(), *m_context) in Context() 268 UniquePtr<ManagedSurface> m_surface; member in deqp::egl::Image::Context
|
D | teglGLES2SharingThreadedTests.cpp | 670 SharedPtr<Surface> m_surface; member in deqp::egl::GLES2ThreadTest::MakeCurrent 677 , m_surface (surface) in MakeCurrent() 683 if (m_surface) in MakeCurrent() 684 modifyObject(SharedPtr<tcu::ThreadUtil::Object>(m_surface)); in MakeCurrent() 699 thread.surface = m_surface; in MakeCurrent() 708 thread.eglSurface = m_surface->surface; in exec() 711 DE_ASSERT(m_surface); in exec() 712 …() << "Begin -- eglMakeCurrent(" << m_display << ", " << m_surface->surface << ", " << m_surface->… in exec() 713 …EGLU_CHECK_CALL(thread.egl, makeCurrent(m_display, m_surface->surface, m_surface->surface, m_conte… in exec() 802 SharedPtr<Surface> m_surface; member in deqp::egl::GLES2ThreadTest::CreatePBufferSurface [all …]
|
D | teglRenderTests.cpp | 840 , m_surface (surface) in RenderTestThread() 857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context)); in run() 876 EGLSurface m_surface; member in deqp::egl::RenderTestThread
|
/external/deqp/framework/egl/ |
D | egluUnique.cpp | 53 , m_surface (surface) in UniqueSurface() 59 if (m_surface != EGL_NO_SURFACE) in ~UniqueSurface() 60 m_egl.destroySurface(m_display, m_surface); in ~UniqueSurface() 65 return m_surface != EGL_NO_SURFACE; in operator bool()
|
D | egluUnique.hpp | 61 eglw::EGLSurface operator* (void) const { return m_surface; } in operator *() 67 eglw::EGLSurface m_surface; member in eglu::UniqueSurface
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 292 mutable tcu::Surface* m_surface; member in deqp::gls::TextureTestUtil::SurfaceAccess 303 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask)); in setPixel()
|
D | glsTextureTestUtil.cpp | 185 : m_surface (&surface) in SurfaceAccess() 195 : m_surface (&surface) in SurfaceAccess() 205 : m_surface (parent.m_surface) in SurfaceAccess()
|