Home
last modified time | relevance | path

Searched refs:getEGLContext (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/egl/
DteglColorClearCase.cpp167 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
182 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
200 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
261 ….getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext()); in run()
357 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
DteglRenderTests.cpp735 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
747 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
761 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
777 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
847 ….getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext()); in run()
945 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
960 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
985 …splay.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); in executeForContexts()
DteglImageFormatTests.cpp502 …img = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_TEX… in createTexture2D()
508 …mg = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_TEXT… in createTexture2D()
509 …mg = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_TEXT… in createTexture2D()
510 …mg = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_TEXT… in createTexture2D()
511 …mg = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_TEXT… in createTexture2D()
512 …mg = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_TEXT… in createTexture2D()
513 …mg = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_TEXT… in createTexture2D()
678 …EGLImageKHR img = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext()… in createRenderBuffer()
DteglImageTests.cpp292 return m_context.getEGLContext(); in getEglContext()
DteglGLES2SharedRenderingPerfTests.cpp107 EGLContext getEGLContext (void) { return m_eglContext; } in getEGLContext() function in deqp::egl::__anonf0b03dcc0111::TestContext
525 …m_eglContext = createEGLContext(m_testCtx, eglConfig, (share && parent ? parent->getEGLContext() :… in TestContext()
/external/deqp/framework/egl/
DegluGLContextFactory.hpp43 virtual EGLContext getEGLContext (void) const = 0;
DtcuEgl.hpp143 EGLContext getEGLContext (void) const { return m_context; } in getEGLContext() function in tcu::egl::Context
DegluGLContextFactory.cpp143 virtual EGLContext getEGLContext (void) const { return m_eglContext; } in getEGLContext() function in eglu::__anon376a55400111::RenderContext