/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 13 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
|
D | eglwStaticLibrary15.inl | 15 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
|
D | eglwInitCore.inl | 15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
|
D | eglwApi.inl | 17 #define eglCreatePixmapSurface eglwCreatePixmapSurface macro
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 9 eglCreatePixmapSurface
|
D | eglentrypoint.h | 18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
|
/external/mesa3d/src/egl/ |
D | egl-symbols.txt | 10 eglCreatePixmapSurface
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 10 eglCreatePixmapSurface @11
|
D | libEGL.lds | 13 eglCreatePixmapSurface;
|
D | libEGL.hpp | 38 …EGLSurface (EGLAPIENTRY* eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmap…
|
D | main.cpp | 450 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface() function 683 this->eglCreatePixmapSurface = egl::CreatePixmapSurface; in LibEGLexports()
|
/external/angle/src/libEGL/ |
D | libEGL_autogen.def | 15 eglCreatePixmapSurface
|
D | libEGL_autogen.cpp | 100 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface() function
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 8 eglCreatePixmapSurface @5
|
D | libGLES_CM.lds | 9 eglCreatePixmapSurface;
|
/external/angle/src/tests/gl_tests/ |
D | PixmapTest.cpp | 80 mPixmap = eglCreatePixmapSurface(window->getDisplay(), window->getConfig(), in testSetUp()
|
/external/angle/extensions/ |
D | EGL_ANGLE_robust_resource_initialization.txt | 54 eglCreateWindowSurface, eglCreatePbufferSurface, eglCreatePixmapSurface,
|
/external/angle/util/ |
D | egl_loader_autogen.h | 23 #define eglCreatePixmapSurface l_eglCreatePixmapSurface macro
|
/external/angle/src/tests/restricted_traces/ |
D | trace_egl_loader_autogen.h | 23 #define eglCreatePixmapSurface t_eglCreatePixmapSurface macro
|
/external/swiftshader/include/EGL/ |
D | egl.h | 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 680 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 683 expectNoSurface(eglCreatePixmapSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 690 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init()
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 17 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
|
D | egluCallLogWrapper.inl | 122 eglw::EGLSurface CallLogWrapper::eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig conf… function in CallLogWrapper 125 …m_log << TestLog::Message << "eglCreatePixmapSurface(" << dpy << ", " << toHex(config) << ", " << …
|
/external/angle/include/EGL/ |
D | egl.h | 135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
|
/external/mesa3d/include/EGL/ |
D | egl.h | 154 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
|