Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 17 of 17) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl14 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
DeglwStaticLibrary15.inl19 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
DeglwInitCore.inl19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
DeglwApi.inl24 #define eglCreateWindowSurface eglwCreateWindowSurface macro
/external/mesa3d/src/egl/main/
Degl.def10 eglCreateWindowSurface
DREADME.txt45 eglCreateWindowSurface
Deglapi.c521 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() function
878 { "eglCreateWindowSurface", (_EGLProc) eglCreateWindowSurface }, in eglGetProcAddress()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
/external/mesa3d/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl19 eglw::EGLSurface eglCreateWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
DegluCallLogWrapper.inl142 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/
DteglNegativeApiTests.cpp670 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()
DteglGetProcAddressTests.inl17 "eglCreateWindowSurface",
/external/skia/src/views/win/
DSkOSWindow_win.cpp456 EGLSurface surface = eglCreateWindowSurface(display, *eglConfig, in create_ANGLE()
/external/robolectric/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/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java738 return egl.eglCreateWindowSurface(display, config, nativeWindow, null); in createWindowSurface()