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

12

  /external/deqp/modules/egl/
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)); \
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 371 const Library& egl = m_eglTestCtx.getLibrary();
373 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
374 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay);
380 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
393 const Library& egl = m_eglTestCtx.getLibrary();
426 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
427 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL,
429 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
434 const Library& egl = m_eglTestCtx.getLibrary();
486 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 386 const Library& egl = m_eglTestCtx.getLibrary();
388 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
389 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorBuffer);
398 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
409 const Library& egl = m_eglTestCtx.getLibrary();
442 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
443 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL,
445 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
450 const Library& egl = m_eglTestCtx.getLibrary();
486 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));
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();
teglConfigList.cpp 62 const Library& egl = m_eglTestCtx.getLibrary();
64 EGLDisplay display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
teglNegativeApiTests.cpp 192 const eglw::Library& egl = m_eglTestCtx.getLibrary();
194 const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
195 de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), 64, 64));
413 if (isAPISupported(EGL_OPENGL_API) && !eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_context"))
675 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
676 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(256, 256, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
    [all...]
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));
331 const Library& egl = m_eglTestCtx.getLibrary();
347 m_eglTestCtx.initGLFunctions(&funcs.gl, glu::ApiType::es(2,0));
teglRenderTests.cpp 691 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
696 const Library& egl = m_eglTestCtx.getLibrary();
892 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
897 const Library& egl = m_eglTestCtx.getLibrary();
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 3539 milliseconds

12