Home
last modified time | relevance | path

Searched refs:eglCreatePixmapSurface (Results 1 – 25 of 30) 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
DREADME.txt46 eglCreatePixmapSurface
Deglapi.c542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface }, in eglGetProcAddress()
/external/swiftshader/src/OpenGL/libEGL/
Dexports.map10 eglCreatePixmapSurface;
DlibEGL.def10 eglCreatePixmapSurface @11
DlibEGL.hpp38 …EGLSurface (*eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap,… member in LibEGLexports
Dmain.cpp420 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface() function
598 this->eglCreatePixmapSurface = egl::CreatePixmapSurface; in LibEGLexports()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def8 eglCreatePixmapSurface @5
Dexports.map9 eglCreatePixmapSurface;
Dmain.cpp391 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface() function
393 return libEGL->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
/external/mesa3d/include/EGL/
Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h271 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/swiftshader/include/EGL/
Degl.h125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp656 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
659 expectNoSurface(eglCreatePixmapSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
666 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init()
DteglGetProcAddressTests.inl16 "eglCreatePixmapSurface",
/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/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp269 m_EGLWindow = eglCreatePixmapSurface(m_EGLDisplay, m_EGLConfig, m_NPT, attrib_list); in ApiInitAPI()
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12