Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl13 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
DeglwStaticLibrary15.inl15 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
DeglwInitCore.inl15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
DeglwApi.inl17 #define eglCreatePixmapSurface eglwCreatePixmapSurface macro
/external/mesa3d/src/egl/main/
Degl.def9 eglCreatePixmapSurface
Deglentrypoint.h18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
/external/mesa3d/src/egl/
Degl-symbols.txt10 eglCreatePixmapSurface
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def10 eglCreatePixmapSurface @11
DlibEGL.lds13 eglCreatePixmapSurface;
DlibEGL.hpp38 …EGLSurface (EGLAPIENTRY* eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmap…
Dmain.cpp450 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface() function
683 this->eglCreatePixmapSurface = egl::CreatePixmapSurface; in LibEGLexports()
/external/angle/src/libEGL/
DlibEGL_autogen.def15 eglCreatePixmapSurface
DlibEGL_autogen.cpp100 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface() function
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def8 eglCreatePixmapSurface @5
DlibGLES_CM.lds9 eglCreatePixmapSurface;
/external/angle/src/tests/gl_tests/
DPixmapTest.cpp80 mPixmap = eglCreatePixmapSurface(window->getDisplay(), window->getConfig(), in testSetUp()
/external/angle/extensions/
DEGL_ANGLE_robust_resource_initialization.txt54 eglCreateWindowSurface, eglCreatePbufferSurface, eglCreatePixmapSurface,
/external/angle/util/
Degl_loader_autogen.h23 #define eglCreatePixmapSurface l_eglCreatePixmapSurface macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h23 #define eglCreatePixmapSurface t_eglCreatePixmapSurface macro
/external/swiftshader/include/EGL/
Degl.h125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp680 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/
DegluCallLogWrapperApi.inl17 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
DegluCallLogWrapper.inl122 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/
Degl.h135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
/external/mesa3d/include/EGL/
Degl.h154 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…

12