Home | History | Annotate | Download | only in egl

Lines Matching refs:m_eglConfig

2097 	EGLConfig				m_eglConfig;
2128 , m_eglConfig (0)
2151 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, attribList);
2175 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, shared, context));
2187 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglConfig, 400, 400, surface));
3001 EGLConfig m_eglConfig;
3019 , m_eglConfig (0)
3041 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, attribList);
3069 m_threads[0]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, SharedPtr<GLES2ThreadTest::GLES2Context>(), contex1));
3070 m_threads[1]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, contex1, contex2));
3073 m_threads[0]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglConfig, 400, 400, surface1));
3074 m_threads[1]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglConfig, 400, 400, surface2));