HomeSort by relevance Sort by last modified time
    Searched full:eglu (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 116 eglu::NativeWindow* m_window;
388 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
400 if (eglu::hasExtension(egl, m_eglDisplay, "EGL_EXT_buffer_age") == false)
442 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
444 eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
445 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
488 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
489 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT)
    [all...]
teglMakeCurrentPerfTests.cpp 101 vector<eglu::NativeWindow*> m_windows;
102 vector<eglu::NativePixmap*> m_pixmaps;
173 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
278 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
280 eglu::NativeWindow* window = DE_NULL;
285 window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_eglTestCtx.getTestContext().getCommandLine())));
286 surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config, DE_NULL);
307 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDispla (…)
    [all...]
teglChooseConfigTests.cpp 50 using eglu::ConfigInfo;
62 EGLint configId = eglu::getConfigID(egl, display, config);
74 const std::string attribStr = eglu::getConfigAttribName(attrib);
82 log << TestLog::Message << " " << attribStr << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage;
95 const EGLint aCaveat = eglu::getConfigAttribInt(egl, display, as[configNdx], EGL_CONFIG_CAVEAT);
96 const EGLint bCaveat = eglu::getConfigAttribInt(egl, display, bs[configNdx], EGL_CONFIG_CAVEAT);
135 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
293 vector<EGLConfig> configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display);
294 return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.size()-1)]);
teglApiCase.hpp 39 class ApiCase : public TestCase, protected eglu::CallLogWrapper
67 bool getConfig (eglw::EGLConfig* cfg, const eglu::FilterList& filters);
teglColorClearCase.hpp 45 const eglu::FilterList& filters,
63 const eglu::FilterList& filters,
teglImageUtil.hpp 53 ManagedSurface (de::MovePtr<eglu::UniqueSurface> surface) : m_surface(surface) {}
58 de::UniquePtr<eglu::UniqueSurface> m_surface;
teglTestCase.cpp 45 EglTestContext::EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory)
70 const eglu::GLFunctionLoader loader (getLibrary(), platformLib);
teglNegativeApiTests.cpp 47 static bool renderable (const eglu::CandidateConfig& c)
53 static bool notRenderable (const eglu::CandidateConfig& c)
59 static bool surfaceBits (const eglu::CandidateConfig& c)
65 static bool notSurfaceBits (const eglu::CandidateConfig& c)
123 using namespace eglu;
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));
201 eglu::UniqueSurface surface (egl, display, egl.createPbufferSurface(display, config, s_validGenericPbufferAttrib));
413 if (isAPISupported(EGL_OPENGL_API) && !eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_context")
    [all...]
teglColorClearTests.cpp 52 eglu::ConfigFilter baseFilter;
65 eglu::FilterList baseFilters;
75 static bool renderable (const eglu::CandidateConfig& c)
teglInfoTests.cpp 68 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay(), &m_version);
79 eglu::Version m_version;
152 vector<string> extensions = eglu::getDisplayExtensions(egl, m_display);
teglTestPackage.cpp 167 static const eglu::NativeDisplayFactory& getDefaultDisplayFactory (tcu::TestContext& testCtx)
169 const eglu::NativeDisplayFactory& factory = eglu::selectNativeDisplayFactory(testCtx.getPlatform().getEGLPlatform().getNativeDisplayFactoryRegistry(), testCtx.getCommandLine());
teglNegativePartialUpdateTests.cpp 39 using namespace eglu;
210 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expected) << ", Got: " << eglu::getErrorStr(err) << TestLog::EndMessage;
220 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) << ", Got: " << eglu::getBooleanStr(got) << TestLog::EndMessage;
282 const eglu::UniqueSurface dummyPbuffer (egl, m_eglDisplay, egl.createPbufferSurface(m_eglDisplay, config, attribList));
506 const eglu::UniqueSurface dummyPbuffer (egl, m_eglDisplay, egl.createPbufferSurface(m_eglDisplay, config, attribList));
  /external/deqp/framework/egl/
egluConfigFilter.hpp 38 namespace eglu namespace
106 } // eglu
egluConfigInfo.hpp 34 namespace eglu namespace
112 } // eglu
egluGLFunctionLoader.cpp 29 namespace eglu namespace
85 } // eglu
egluGLFunctionLoader.hpp 41 namespace eglu namespace
80 } // eglu
egluNativePixmap.hpp 36 namespace eglu namespace
100 } // eglu
egluStrUtil.hpp 29 namespace eglu namespace
91 } // eglu
egluUnique.cpp 28 namespace eglu namespace
116 } // eglu
egluUnique.hpp 34 namespace eglu namespace
123 } // eglu
egluGLContextFactory.cpp 79 namespace eglu namespace
236 surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribList);
259 surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribList);
295 m_eglDisplay = eglu::getDisplay(*m_display);
310 const EGLint supportedTypes = eglu::getConfigAttribInt(egl, m_eglDisplay, m_eglConfig, EGL_SURFACE_TYPE);
586 } // eglu
egluGLUtil.hpp 37 namespace eglu namespace
  /external/deqp/framework/opengl/
gluPlatform.hpp 52 * If your platform supports EGL and you have implemented eglu::Platform,
53 * you may enable EGL support just by registering eglu::GLContextFactory.
  /external/deqp/framework/common/
tcuPlatform.hpp 33 namespace eglu namespace
64 * API-specific platform interfaces (glu::Platform and eglu::Platform)
105 * EGL-specific platform interface is defined by eglu::Platform. If your
112 virtual const eglu::Platform& getEGLPlatform (void) const;
tcuPlatform.cpp 47 const eglu::Platform& Platform::getEGLPlatform (void) const

Completed in 436 milliseconds

1 23 4