HomeSort by relevance Sort by last modified time
    Searched refs:m_eglTestCtx (Results 26 - 48 of 48) sorted by null

12

  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 57 const Library& egl = m_eglTestCtx.getLibrary();
61 m_display = getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
92 m_eglTestCtx.getLibrary().terminate(m_display);
teglGLES2SharingTests.cpp 125 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
130 const Library& egl = m_eglTestCtx.getLibrary();
149 const Library& egl = m_eglTestCtx.getLibrary();
155 const Library& egl = m_eglTestCtx.getLibrary();
157 eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()));
158 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
178 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), *display, config, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
179 eglu::UniqueSurface surface (egl, *display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, *display, config, DE_NULL));
    [all...]
teglQueryConfigTests.cpp 93 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
99 m_eglTestCtx.getLibrary().terminate(m_display);
225 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
226 m_configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display);
234 m_eglTestCtx.getLibrary().terminate(m_display);
297 const bool hasYuvSupport = eglu::hasExtension(m_eglTestCtx.getLibrary(), m_display, "EGL_EXT_yuv_surface");
401 eglu::Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), m_display);
547 getConfigsGroup->addChild(new GetConfigsBoundsCase(m_eglTestCtx, "get_configs_bounds", "eglGetConfigs bounds checking test"));
593 simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple attribute query case", attributes[ndx].attribute));
602 constraintsGroup->addChild(new GetConfigAttribBufferSizeCase(m_eglTestCtx, "color_buffer_size", "Color buffer component sizes"))
    [all...]
teglApiCase.hpp 86 addChild(new ApiCase_##NAME(m_eglTestCtx)); \
teglThreadCleanUpTests.cpp 189 const Library& egl = m_eglTestCtx.getLibrary();
191 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
229 const Library& egl = m_eglTestCtx.getLibrary();
256 Thread thread (m_eglTestCtx.getLibrary(), m_display, m_surface, m_context, m_config, error);
teglCreateContextExtTests.cpp 293 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
294 m_configs = eglu::chooseConfigs(m_eglTestCtx.getLibrary(), m_display, m_filter);
304 m_eglTestCtx.getLibrary().terminate(m_display);
372 vector<string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_display);
888 const Library& egl = m_eglTestCtx.getLibrary();
909 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
911 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, config, DE_NULL, eglu::WindowParams(256, 256, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
912 eglu::UniqueSurface surface (egl, m_display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, config, DE_NULL));
918 const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
920 de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, config, DE_NULL, 256, 256))
    [all...]
teglNativeColorMappingTests.cpp 474 const Library& egl = m_eglTestCtx.getLibrary();
485 windowFactory = &eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
500 pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
528 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0));
534 de::UniquePtr<eglu::NativeWindow> nativeWindow (windowFactory->createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE)));
536 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display, *context, config, gl, m_render, waitFrames, DE_LENGTH_OF_ARRAY(colors), colors))
543 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
545 if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, display, *context, config, gl, m_render, DE_LENGTH_OF_ARRAY(colors), colors))
552 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
612 TestCaseGroup* windowGroup = new TestCaseGroup(m_eglTestCtx, "native_window", "Tests for mapping client color to native window")
    [all...]
teglNativeCoordMappingTests.cpp 505 const Library& egl = m_eglTestCtx.getLibrary();
518 windowFactory = &eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
533 pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
561 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0));
567 de::UniquePtr<eglu::NativeWindow> nativeWindow (windowFactory->createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE)));
569 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display, *context, config, gl, m_render, waitFrames))
577 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
579 if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, width, height, display, *context, config, gl, m_render))
587 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
648 TestCaseGroup* windowGroup = new TestCaseGroup(m_eglTestCtx, "native_window", "Tests for mapping client color to native window")
    [all...]
teglPartialUpdateTests.cpp 375 const Library& egl = m_eglTestCtx.getLibrary();
377 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
378 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay);
384 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
397 const Library& egl = m_eglTestCtx.getLibrary();
430 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
431 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL,
433 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
438 const Library& egl = m_eglTestCtx.getLibrary();
490 const Library& egl = m_eglTestCtx.getLibrary()
    [all...]
teglSwapBuffersWithDamageTests.cpp 325 const Library& egl = m_eglTestCtx.getLibrary();
327 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
335 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
341 const Library& egl = m_eglTestCtx.getLibrary();
371 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
372 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL,
374 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
379 const Library& egl = m_eglTestCtx.getLibrary();
400 const Library& egl = m_eglTestCtx.getLibrary();
480 const Library& egl = m_eglTestCtx.getLibrary()
    [all...]
teglSwapBuffersTests.cpp 269 const Library& egl = m_eglTestCtx.getLibrary();
273 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
292 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE)));
294 eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display, config, DE_NULL));
304 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0));
449 addChild(new SwapBuffersTest(m_eglTestCtx, *i));
teglBufferAgeTests.cpp 390 const Library& egl = m_eglTestCtx.getLibrary();
392 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
393 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorBuffer);
402 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
413 const Library& egl = m_eglTestCtx.getLibrary();
446 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
447 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL,
449 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
454 const Library& egl = m_eglTestCtx.getLibrary();
490 const Library& egl = m_eglTestCtx.getLibrary()
    [all...]
teglSurfacelessContextTests.cpp 75 const Library& egl = m_eglTestCtx.getLibrary();
152 addChild(new SurfacelessContextCase(m_eglTestCtx, i->getName(), i->getDescription(), *i));
teglMultiContextTests.cpp 122 const eglw::Library& egl = m_eglTestCtx.getLibrary();
123 const eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()));
138 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0));
teglRobustnessTests.cpp 340 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
348 const Library& egl = m_eglTestCtx.getLibrary();
369 return eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, filters);
374 EGLU_CHECK_CALL(m_eglTestCtx.getLibrary(), bindAPI(EGL_OPENGL_ES_API));
376 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
379 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglConfig, DE_NULL, windowParams);
380 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, m_eglConfig, DE_NULL);
399 vector<string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_eglDisplay);
436 requireEGLExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, extension);
485 const EglTestContext& m_eglTestCtx;
    [all...]
teglRenderCase.cpp 114 const Library& egl = m_eglTestCtx.getLibrary();
120 const eglu::NativeDisplayFactory& displayFactory = m_eglTestCtx.getNativeDisplayFactory();
121 eglu::NativeDisplay& nativeDisplay = m_eglTestCtx.getNativeDisplay();
220 const Library& egl = m_eglTestCtx.getLibrary();
305 const Library& egl = m_eglTestCtx.getLibrary();
teglNegativeApiTests.cpp 198 const eglw::Library& egl = m_eglTestCtx.getLibrary();
200 const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
201 de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), 64, 64));
395 Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), display);
396 bool hasKhrCreateContext = eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_context");
422 Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), display);
423 bool hasKhrCreateContext = eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_context");
443 if (isAPISupported(EGL_OPENGL_API) && !eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_context"))
705 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
706 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(256, 256, eglu::parseWindowVisibi (…)
    [all...]
teglConfigList.cpp 62 const Library& egl = m_eglTestCtx.getLibrary();
64 EGLDisplay display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
teglImageFormatTests.cpp 900 return eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_display, attribList);
923 const Library& egl = m_eglTestCtx.getLibrary();
    [all...]
teglColorClearCase.cpp 170 const Library& egl = m_eglTestCtx.getLibrary();
189 m_eglTestCtx.initGLFunctions(&funcs.gl, glu::ApiType::es(2,0));
333 const Library& egl = m_eglTestCtx.getLibrary();
349 m_eglTestCtx.initGLFunctions(&funcs.gl, glu::ApiType::es(2,0));
teglGetFrameTimestampsTests.cpp 484 const Library& egl = m_eglTestCtx.getLibrary();
493 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
507 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE)));
509 eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display, config, DE_NULL));
516 m_eglTestCtx.initGLFunctions(&gl, glu::ApiType::es(2,0));
764 addChild(new GetFrameTimestampTest(m_eglTestCtx, *i));
teglRenderTests.cpp 722 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
727 const Library& egl = m_eglTestCtx.getLibrary();
924 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
929 const Library& egl = m_eglTestCtx.getLibrary();
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 243 milliseconds

12