Home
last modified time | relevance | path

Searched refs:eglCreatePixmapSurface (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/egl/main/
Degl.def9 eglCreatePixmapSurface
DREADME.txt46 eglCreatePixmapSurface
Deglapi.c542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface }, in eglGetProcAddress()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Degl.def9 eglCreatePixmapSurface
DREADME.txt46 eglCreatePixmapSurface
Deglapi.c542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface }, in eglGetProcAddress()
/external/chromium_org/third_party/angle/src/libEGL/
DlibEGL.def10 eglCreatePixmapSurface @11
DlibEGL.cpp348 EGLSurface __stdcall eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType p… in eglCreatePixmapSurface() function
/external/deqp/framework/egl/
DegluApiPrototypes.inl15 EGLSurface eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType…
DegluCallLogWrapper.inl114 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);
DtcuEgl.cpp194 m_surface = eglCreatePixmapSurface(m_display.getEGLDisplay(), config, nativePixmap, attribList); in PixmapSurface()
DegluUtil.cpp287 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp585 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()
DteglCreateSurfaceTests.cpp95 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface()
DteglGetProcAddressTests.inl19 "eglCreatePixmapSurface",
/external/chromium_org/third_party/angle/include/EGL/
Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/third_party/khronos/EGL/
Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/ppapi/lib/gl/include/EGL/
Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/third_party/mesa/src/include/EGL/
Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/mesa3d/include/EGL/
Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/gpu/gles2_conform_support/egl/
Degl.cc224 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface() function