Lines Matching refs:m_eglTestCtx
125 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
130 const Library& egl = m_eglTestCtx.getLibrary(); in createContext()
149 const Library& egl = m_eglTestCtx.getLibrary(); in makeCurrent()
155 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
157 eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay())); in iterate()
158 …const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getN… in iterate()
178 …de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDispla… in iterate()
179 …eglu::UniqueSurface surface (egl, *display, eglu::createWindowSurface(m_eglTestCtx.getNativeDi… in iterate()
1137 TestCaseGroup* gles2 = new TestCaseGroup(m_eglTestCtx, "gles2", "OpenGL ES 2 sharing test"); in init()
1139 …TestCaseGroup* context = new TestCaseGroup(m_eglTestCtx, "context", "Context creation and destruct… in init()
1152 …context->addChild(new GLES2SharingTest(m_eglTestCtx, "create_destroy", "Simple context creation an… in init()
1165 …context->addChild(new GLES2SharingTest(m_eglTestCtx, "create_destroy_mixed", "Simple context creat… in init()
1170 …TestCaseGroup* buffer = new TestCaseGroup(m_eglTestCtx, "buffer", "Buffer creation, destruction an… in init()
1183 …buffer->addChild(new GLES2BufferSharingTest(m_eglTestCtx, "create_delete", "Create and delete on s… in init()
1196 …buffer->addChild(new GLES2BufferSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and delet… in init()
1209 …buffer->addChild(new GLES2BufferSharingTest(m_eglTestCtx, "render", "Create, rendering on two diff… in init()
1214 …TestCaseGroup* texture = new TestCaseGroup(m_eglTestCtx, "texture", "Texture creation, destruction… in init()
1227 …texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "create_delete", "Create and delete on… in init()
1240 …texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and del… in init()
1253 …texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx,"render", "Create, render in two contex… in init()
1266 …texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "render_sample_mixed", "sampling, read… in init()
1270 …TestCaseGroup* program = new TestCaseGroup(m_eglTestCtx, "program", "Program creation, destruction… in init()
1283 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete", "Create and delete on… in init()
1296 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and del… in init()
1309 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "render", "Create, render in two conte… in init()
1314 …TestCaseGroup* shader = new TestCaseGroup(m_eglTestCtx, "shader", "Shader creation, destruction an… in init()
1327 …shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_vert", "Create and delete… in init()
1340 …shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_mixed_vert", "Create and … in init()
1353 …shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "render_vert", "Create, render on two co… in init()
1366 …shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_frag", "Create and delete… in init()
1379 …shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_mixed_frag", "Create and … in init()
1392 …shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "render_frag", "Create, render on two co… in init()
1399 gles2->addChild(new GLES2SharingThreadedTests(m_eglTestCtx)); in init()