Searched refs:m_eglContext (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/egl/
H A DteglMutableRenderBufferTests.cpp69 EGLContext m_eglContext; member in class:deqp::egl::__anon4893::MutableRenderBufferTest
82 , m_eglContext (EGL_NO_CONTEXT)
163 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
166 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);
176 if (m_eglContext != EGL_NO_CONTEXT)
179 egl.destroyContext(m_eglDisplay, m_eglContext);
180 m_eglContext = EGL_NO_CONTEXT;
H A DteglNegativePartialUpdateTests.cpp77 EGLContext m_eglContext; member in class:deqp::egl::__anon4896::NegativePartialUpdateTest
139 , m_eglContext (EGL_NO_CONTEXT)
174 m_eglContext = initAndMakeCurrentEGLContext(egl, m_eglDisplay, m_eglSurface, m_eglConfig, contextAttribList);
181 if (m_eglContext != EGL_NO_CONTEXT)
184 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
185 m_eglContext = EGL_NO_CONTEXT;
290 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext));
330 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, m_eglContext));
520 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext));
533 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, m_eglContext));
[all...]
H A DteglPreservingSwapTests.cpp95 EGLContext m_eglContext; member in class:deqp::egl::__anon4899::PreservingSwapTest
290 , m_eglContext (EGL_NO_CONTEXT)
347 m_eglContext = egl.createContext(m_eglDisplay, config, EGL_NO_CONTEXT, attribList);
351 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);
382 if (m_eglContext != EGL_NO_CONTEXT)
385 egl.destroyContext(m_eglDisplay, m_eglContext);
386 m_eglContext = EGL_NO_CONTEXT;
451 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
H A DteglBufferAgeTests.cpp119 EGLContext m_eglContext; member in class:deqp::egl::__anon4869::BufferAgeTest
377 , m_eglContext (EGL_NO_CONTEXT)
421 if (m_eglContext != EGL_NO_CONTEXT)
424 egl.destroyContext(m_eglDisplay, m_eglContext);
425 m_eglContext = EGL_NO_CONTEXT;
462 m_eglContext = egl.createContext(m_eglDisplay, config, EGL_NO_CONTEXT, attribList);
465 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);
H A DteglPartialUpdateTests.cpp96 EGLContext m_eglContext; member in class:deqp::egl::__anon4898::PartialUpdateTest
356 , m_eglContext (EGL_NO_CONTEXT)
405 if (m_eglContext != EGL_NO_CONTEXT)
408 egl.destroyContext(m_eglDisplay, m_eglContext);
409 m_eglContext = EGL_NO_CONTEXT;
446 m_eglContext = egl.createContext(m_eglDisplay, config, EGL_NO_CONTEXT, attribList);
449 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);
H A DteglSwapBuffersWithDamageTests.cpp282 EGLContext m_eglContext; member in class:deqp::egl::__anon4912::SwapBuffersWithDamageTest
296 , m_eglContext (EGL_NO_CONTEXT)
346 if (m_eglContext != EGL_NO_CONTEXT)
349 egl.destroyContext(m_eglDisplay, m_eglContext);
350 m_eglContext = EGL_NO_CONTEXT;
387 m_eglContext = egl.createContext(m_eglDisplay, config, EGL_NO_CONTEXT, attribList);
390 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);
H A DteglGLES2SharedRenderingPerfTests.cpp109 EGLContext getEGLContext (void) { return m_eglContext; }
123 EGLContext m_eglContext; member in class:deqp::egl::__anon4881::TestContext
484 , m_eglContext (EGL_NO_CONTEXT)
505 m_eglContext = createEGLContext(m_testCtx, m_eglDisplay, eglConfig, (share && parent ? parent->getEGLContext() : EGL_NO_CONTEXT));
508 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
604 EGLImageKHR image = egl.createImageKHR(m_eglDisplay, m_eglContext, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)sourceTexture, attribList);
645 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
651 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
659 egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext);
H A DteglSyncTests.cpp101 EGLContext m_eglContext; member in class:deqp::egl::__anon4913::SyncTest
113 , m_eglContext (EGL_NO_CONTEXT)
218 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
225 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
245 if (m_eglContext != EGL_NO_CONTEXT)
247 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
248 m_eglContext = EGL_NO_CONTEXT;
/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp217 eglw::EGLContext m_eglContext; member in class:tcu::surfaceless::EglRenderContext
241 , m_eglContext(EGL_NO_CONTEXT)
386 m_eglContext = m_egl.createContext(m_eglDisplay, egl_config, EGL_NO_CONTEXT, &context_attribs[0]);
388 if (!m_eglContext)
391 EGLU_CHECK_CALL(m_egl, makeCurrent(m_eglDisplay, egl_surface, egl_surface, m_eglContext));
449 if (m_eglContext != EGL_NO_CONTEXT)
450 EGLU_CHECK_CALL(m_egl, destroyContext(m_eglDisplay, m_eglContext));
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp141 virtual EGLContext getEGLContext (void) const { return m_eglContext; }
163 EGLContext m_eglContext; member in class:eglu::__anon4770::RenderContext
179 , m_eglContext (EGL_NO_CONTEXT)
300 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
378 m_eglContext = createGLContext(egl, m_eglDisplay, m_eglConfig, config.type, config.resetNotificationStrategy);
380 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
473 if (m_eglContext != EGL_NO_CONTEXT)
474 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
480 m_eglContext = EGL_NO_CONTEXT;
528 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
[all...]

Completed in 210 milliseconds