/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 | README.txt | 46 eglCreatePixmapSurface
|
D | eglapi.c | 542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function 877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface }, in eglGetProcAddress()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 635 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 638 expectNoSurface(eglCreatePixmapSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 645 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init() 656 expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, DE_NULL, s_emptyAttribList)); in init()
|
D | teglGetProcAddressTests.inl | 16 "eglCreatePixmapSurface",
|
/external/mesa3d/include/EGL/ |
D | egl.h | 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 15 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
|
D | egluCallLogWrapper.inl | 102 eglw::EGLSurface CallLogWrapper::eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig conf… function in CallLogWrapper 105 …m_log << TestLog::Message << "eglCreatePixmapSurface(" << dpy << ", " << toHex(config) << ", " << …
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |