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

12 3

  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 198 const EGLint attribList[] = {
207 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount));
259 const EGLint attribList[] = {
265 EGLSurface surface = egl.createPbufferSurface(m_display, m_config, attribList);
377 const EGLint attribList[] = {
383 EGLContext context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList);
teglNegativePartialUpdateTests.cpp 118 EGLContext initAndMakeCurrentEGLContext (const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, EGLConfig eglConfig, const EGLint* attribList)
123 eglContext = egl.createContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, attribList);
276 const EGLint attribList[] =
282 const eglu::UniqueSurface dummyPbuffer (egl, m_eglDisplay, egl.createPbufferSurface(m_eglDisplay, config, attribList));
500 const EGLint attribList[] =
506 const eglu::UniqueSurface dummyPbuffer (egl, m_eglDisplay, egl.createPbufferSurface(m_eglDisplay, config, attribList));
teglMultiContextTests.cpp 106 const eglw::EGLint attribList[] =
147 const eglw::EGLContext context = egl.createContext(*display, config, sharedContext, attribList);
teglPreservingSwapTests.cpp 303 const EGLint attribList[] =
310 return eglu::chooseSingleConfig(egl, eglDisplay, &attribList[0]);
340 const EGLint attribList[] =
347 m_eglContext = egl.createContext(m_eglDisplay, config, EGL_NO_CONTEXT, attribList);
teglGLES2SharedRenderingPerfTests.cpp 447 const EGLint attribList[] =
455 EGLContext context = egl.createContext(eglDisplay, eglConfig, share, attribList);
464 const EGLint attribList[] =
471 EGLSurface surface = egl.createPbufferSurface(display, eglConfig, attribList);
598 const EGLint attribList[] =
604 EGLImageKHR image = egl.createImageKHR(m_eglDisplay, m_eglContext, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)sourceTexture, attribList);
853 const EGLint attribList[] =
859 EGLConfig eglConfig = eglu::chooseSingleConfig(egl, m_display, attribList);
    [all...]
teglSwapBuffersTests.cpp 69 const EGLint attribList[] =
78 context = egl.createContext(display, config, EGL_NO_CONTEXT, attribList);
teglMultiThreadTests.cpp 606 static const EGLint attribList[] = {
614 result = egl.chooseConfig(m_display, attribList, NULL, 0, &configCount);
629 result = egl.chooseConfig(m_display, attribList, &(configs[configs.size() - configCount]), configCount, &configCount);
932 EGLint attribList[] =
939 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount));
    [all...]
teglBufferAgeTests.cpp 451 const EGLint attribList[] =
458 m_eglContext = egl.createContext(m_eglDisplay, config, EGL_NO_CONTEXT, attribList);
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 64 eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 90 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
395 eglu::NativeDisplay* EGLNativeDisplayFactory::createDisplay (const EGLAttrib* attribList) const
397 DE_UNREF(attribList);
tcuWGL.cpp 127 typedef HGLRC (WINAPI* wglCreateContextAttribsARBFunc) (HDC hdc, HGLRC hshareContext, const int* attribList);
391 const int attribList[] =
413 m_context = wgl.createContextAttribsARB(deviceCtx, NULL, attribList);
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 253 int[] attribList = {
263 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
  /external/deqp/framework/egl/
egluUtil.hpp 80 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 439 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems)
445 return (t->ChooseFBConfig)(dpy, screen, attribList, nitems);
461 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList)
467 return (t->CreatePbuffer)(dpy, config, attribList);
472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList)
478 return (t->CreatePixmap)(dpy, config, pixmap, attribList);
483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList)
489 return (t->CreateWindow)(dpy, config, win, attribList);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
142 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attribList);
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
142 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attribList);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
107 display, eglConfig, EGL10.EGL_NO_CONTEXT, attribList);
  /external/skia/src/utils/win/
SkWGL_win.cpp 77 const int *attribList) const {
78 return fCreateContextAttribs(hDC, hShareContext, attribList);
  /external/mesa3d/include/GL/
glxext.h     [all...]
wglext.h 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h     [all...]
  /external/mesa3d/src/glx/
glxcmds.c 1157 * \param attribList Attributes used select from \c configs. This array is
1162 * \param fbconfig_style_tags Selects whether \c attribList is i
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxew.h 149 extern XVisualInfo* glXChooseVisual (Display *dpy, int screen, int *attribList);
    [all...]

Completed in 672 milliseconds

12 3