HomeSort by relevance Sort by last modified time
    Searched refs:attribList (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_context.c 36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList)
45 if (attribList) {
46 for (i = 0; !done && attribList[i]; i++) {
47 switch (attribList[i]) {
49 majorVersion = attribList[++i];
52 minorVersion = attribList[++i];
55 layerPlane = attribList[++i];
58 contextFlags = attribList[++i];
61 profileMask = attribList[++i];
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 42 virtual eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
  /external/deqp/framework/egl/
egluGLUtil.cpp 84 vector<EGLint> attribList;
92 attribList.push_back(EGL_CONTEXT_CLIENT_VERSION);
93 attribList.push_back(contextType.getMajorVersion());
100 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
101 attribList.push_back(contextType.getMajorVersion());
102 attribList.push_back(EGL_CONTEXT_MINOR_VERSION_KHR);
103 attribList.push_back(contextType.getMinorVersion());
115 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
116 attribList.push_back(contextType.getMajorVersion());
117 attribList.push_back(EGL_CONTEXT_MINOR_VERSION_KHR)
    [all...]
egluNativePixmap.cpp 68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
70 DE_UNREF(display && config && attribList);
egluUtil.cpp 48 vector<EGLint> attribList;
52 attribList.push_back(it->first);
53 attribList.push_back(it->second);
56 attribList.push_back(EGL_NONE);
58 return attribList;
113 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const EGLint* attribList)
117 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, DE_NULL, 0, &numConfigs));
123 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, &configs.front(), numConfigs, &numConfigs));
156 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const EGLint* attribList)
158 const vector<EGLConfig> configs (chooseConfigs(egl, display, attribList));
    [all...]
egluNativeWindow.cpp 94 NativeWindow* NativeWindowFactory::createWindow (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, const WindowParams& params) const
96 DE_UNREF(display && config && attribList);
egluNativePixmap.hpp 84 virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList, int width, int height) const;
egluGLContextFactory.cpp 230 const EGLAttrib attribList[] = { EGL_NONE };
232 nativeWindow = windowFactory->createWindow(nativeDisplay, eglDisplay, eglConfig, &attribList[0], WindowParams(width, height, visibility));
236 surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribList);
253 const EGLAttrib attribList[] = { EGL_NONE };
255 nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], width, height);
259 surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribList);
275 const EGLint attribList[] =
282 surface = egl.createPbufferSurface(display, eglConfig, &(attribList[0]));
egluNativeDisplay.hpp 86 virtual NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList = DE_NULL) const = 0;
egluNativeWindow.hpp 134 virtual NativeWindow* createWindow (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList, const WindowParams& params) const;
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 74 virtual eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
102 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, const eglu::WindowParams& params) const;
157 eglu::NativeWindow* NativeWindowFactory::createWindow (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, const eglu::WindowParams& params) const
160 DE_UNREF(nativeDisplay && attribList);
182 eglu::NativeDisplay* NativeDisplayFactory::createDisplay (const EGLAttrib* attribList) const
184 DE_UNREF(attribList);
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 80 size_t getAttribListLength (const EGLint* attribList)
84 while (attribList[size] != EGL_NONE)
178 CreateContextExtCase (EglTestContext& eglTestCtx, EGLenum api, const EGLint* attribList, const eglu::FilterList& filter, const char* name, const char* description);
204 glu::ContextType attribListToContextType (EGLenum api, const EGLint* attribList)
210 const EGLint* iter = attribList;
274 CreateContextExtCase::CreateContextExtCase (EglTestContext& eglTestCtx, EGLenum api, const EGLint* attribList, const eglu::FilterList& filter, const char* name, const char* description)
279 , m_attribList (attribList, attribList + getAttribListLength(attribList))
282 , m_glContextType (attribListToContextType(api, attribList))
    [all...]
teglMemoryStressTests.cpp 202 const EGLint attribList[] =
209 EGLSurface surface = egl.createPbufferSurface(m_display, m_config, attribList);
266 const EGLint attribList[] =
273 EGLContext context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList);
360 const EGLint attribList[] =
375 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount));
teglChooseConfigTests.cpp 165 vector<EGLint> attribList;
168 attribList.push_back(i->first);
169 attribList.push_back(i->second);
171 attribList.push_back(EGL_NONE);
173 // Print attribList to log
184 EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], DE_NULL, 0, &numConfigs));
188 EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], &resultConfigs[0], (EGLint)resultConfigs.size(), &numConfigs));
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 177 const eglw::EGLAttrib* attribList,
197 const eglw::EGLAttrib* attribList,
200 DE_UNREF(attribList);
262 NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
279 NativeDisplay* DisplayFactory::createDisplay (const eglw::EGLAttrib* attribList) const
281 DE_UNREF(attribList);
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
94 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
realglx.h 112 const int *attribList, int *nitems );
126 const int *attribList );
133 const int *attribList );
140 const int *attribList );
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 262 int[] attribList = {
274 attribList[attribList.length - 3] = EGL_RECORDABLE_ANDROID;
275 attribList[attribList.length - 2] = 1;
279 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
  /external/mesa3d/include/GL/
glx.h 201 int *attribList );
256 const int *attribList, int *nitems );
268 Window win, const int *attribList );
273 Pixmap pixmap, const int *attribList );
278 const int *attribList );
379 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 191 int *attribList );
246 const int *attribList, int *nitems );
258 Window win, const int *attribList );
263 Pixmap pixmap, const int *attribList );
268 const int *attribList );
385 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 201 int *attribList );
256 const int *attribList, int *nitems );
268 Window win, const int *attribList );
273 Pixmap pixmap, const int *attribList );
278 const int *attribList );
379 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 139 int[] attribList = {
149 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 78 int[] attribList = {
87 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, mConfigs, 0, mConfigs.length,
OutputSurface.java 135 int[] attribList = {
145 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 127 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
130 mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, attribList);

Completed in 512 milliseconds

1 2 3