/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 167 …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()
|
D | teglRenderTests.cpp | 735 …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()
|
D | teglImageFormatTests.cpp | 502 …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()
|
D | teglImageTests.cpp | 292 return m_context.getEGLContext(); in getEglContext()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 107 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/ |
D | egluGLContextFactory.hpp | 43 virtual EGLContext getEGLContext (void) const = 0;
|
D | tcuEgl.hpp | 143 EGLContext getEGLContext (void) const { return m_context; } in getEGLContext() function in tcu::egl::Context
|
D | egluGLContextFactory.cpp | 143 virtual EGLContext getEGLContext (void) const { return m_eglContext; } in getEGLContext() function in eglu::__anon376a55400111::RenderContext
|