Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageTests.cpp254 EGLDisplay getEglDisplay (void) const { return m_display; } in getEglDisplay() function in deqp::egl::Image::Context
369 …CHECK_EXT_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_… in iterate()
413 … EGL config " << eglu::getConfigID(m_eglTestCtx.getLibrary(), context.getEglDisplay(), context.get… in iterate()
436 …EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEgl… in iterate()
468 …CHECK_EXT_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_… in iterate()