HomeSort by relevance Sort by last modified time
    Searched refs:eglu (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/deqp/framework/egl/
egluStrUtil.hpp 29 namespace eglu namespace
91 } // eglu
egluUnique.hpp 34 namespace eglu namespace
123 } // eglu
egluConfigFilter.cpp 33 namespace eglu namespace
110 } // eglu
egluGLUtil.cpp 35 namespace eglu namespace
226 const std::vector<EGLConfig> configs = eglu::getConfigs(egl, display);
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
egluStrUtil.cpp 27 namespace eglu namespace
269 } // eglu
egluCallLogWrapper.cpp 31 namespace eglu namespace
247 } // eglu
egluConfigInfo.cpp 31 namespace eglu namespace
137 } // eglu
egluUtil.hpp 46 namespace eglu namespace
96 } // eglu
egluUtil.cpp 41 namespace eglu namespace
480 } // eglu
  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 115 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }
  /external/deqp/modules/egl/
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));
teglImageFormatTests.cpp 75 using eglu::UniqueImage;
877 eglu::NativeWindow* m_window;
900 return eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_display, attribList);
    [all...]
teglMemoryStressTests.cpp 235 catch (const eglu::Error& error)
299 catch (const eglu::Error& error)
373 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
teglAndroidUtil.cpp 48 using eglu::AttribMap;
teglColorClearCase.cpp 163 SingleThreadColorClearCase::SingleThreadColorClearCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi)
172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
324 MultiThreadColorClearCase::MultiThreadColorClearCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi)
333 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
teglGLES2SharingTests.cpp 157 eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()));
158 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
173 config = eglu::chooseSingleConfig(egl, *display, attribList);
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...]
teglGLES2SharedRenderingPerfTests.cpp 498 const vector<string> extensions = eglu::getDisplayExtensions(egl, m_eglDisplay);
849 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
859 EGLConfig eglConfig = eglu::chooseSingleConfig(egl, m_display, attribList);
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp 147 (void)eglu::chooseConfig(egl, display, renderConfig);

Completed in 242 milliseconds

1 2 34