/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 14 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
|
D | eglwStaticLibrary15.inl | 19 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
|
D | eglwInitCore.inl | 19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
|
D | eglwApi.inl | 24 #define eglCreateWindowSurface eglwCreateWindowSurface macro
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 10 eglCreateWindowSurface
|
D | README.txt | 45 eglCreateWindowSurface
|
D | eglapi.c | 521 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() function 878 { "eglCreateWindowSurface", (_EGLProc) eglCreateWindowSurface }, in eglGetProcAddress()
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 19 eglw::EGLSurface eglCreateWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
|
D | egluCallLogWrapper.inl | 142 eglw::EGLSurface CallLogWrapper::eglCreateWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig conf… function in CallLogWrapper 145 …m_log << TestLog::Message << "eglCreateWindowSurface(" << dpy << ", " << toHex(config) << ", " << …
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 670 expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 673 expectNoSurface(eglCreateWindowSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList)); in init() 680 expectNoSurface(eglCreateWindowSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init()
|
D | teglGetProcAddressTests.inl | 17 "eglCreateWindowSurface",
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 456 EGLSurface surface = eglCreateWindowSurface(display, *eglConfig, in create_ANGLE()
|
/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/ ... |
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 738 return egl.eglCreateWindowSurface(display, config, nativeWindow, null); in createWindowSurface()
|