/external/mesa3d/src/egl/main/ |
D | egl.def | 9 eglCreatePixmapSurface
|
D | README.txt | 46 eglCreatePixmapSurface
|
D | eglapi.c | 542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function 877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface }, in eglGetProcAddress()
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | egl.def | 9 eglCreatePixmapSurface
|
D | README.txt | 46 eglCreatePixmapSurface
|
D | eglapi.c | 542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function 877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface }, in eglGetProcAddress()
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | libEGL.def | 10 eglCreatePixmapSurface @11
|
D | libEGL.cpp | 348 EGLSurface __stdcall eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType p… in eglCreatePixmapSurface() function
|
/external/deqp/framework/egl/ |
D | egluApiPrototypes.inl | 15 EGLSurface eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType…
|
D | egluCallLogWrapper.inl | 114 EGLSurface CallLogWrapper::eglCreatePixmapSurface (EGLDisplay param0, EGLConfig param1, EGLNativePi… function in CallLogWrapper 117 …m_log << TestLog::Message << "eglCreatePixmapSurface(" << getEGLDisplayStr(param0) << ", " << toHe… 118 EGLSurface returnValue = ::eglCreatePixmapSurface(param0, param1, param2, param3);
|
D | tcuEgl.cpp | 194 m_surface = eglCreatePixmapSurface(m_display.getEGLDisplay(), config, nativePixmap, attribList); in PixmapSurface()
|
D | egluUtil.cpp | 287 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 585 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 588 expectNoSurface(eglCreatePixmapSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 595 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init() 606 expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, DE_NULL, s_emptyAttribList)); in init() 609 …expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, (EGLNativePixmapType)-1, s_emptyAttr… in init()
|
D | teglCreateSurfaceTests.cpp | 95 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface()
|
D | teglGetProcAddressTests.inl | 19 "eglCreatePixmapSurface",
|
/external/chromium_org/third_party/angle/include/EGL/ |
D | egl.h | 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/third_party/khronos/EGL/ |
D | egl.h | 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
D | egl.h | 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
D | egl.h | 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|
/external/mesa3d/include/EGL/ |
D | egl.h | 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
D | egl.cc | 224 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface() function
|