/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/skia/tools/viewer/sk_app/android/ |
D | GLWindowContext_android.cpp | 113 fSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, windowAttribs); in onInitializeContext() 116 fSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 10 eglCreateWindowSurface
|
D | README.txt | 45 eglCreateWindowSurface
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | exports.map | 11 eglCreateWindowSurface;
|
D | libEGL.def | 11 eglCreateWindowSurface @9
|
D | libEGL.hpp | 36 …EGLSurface (*eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window,… member in LibEGLexports
|
D | main.cpp | 410 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWin… in eglCreateWindowSurface() function 596 this->eglCreateWindowSurface = egl::CreateWindowSurface; in LibEGLexports()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 279 eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, eglWindow, NULL); in WinMain() 284 eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, NULL, NULL); in WinMain()
|
D | OGLES2HelloAPI_LinuxX11.cpp | 310 …eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, (EGLNativeWindowType)nativeWindow, NULL… in CreateEGLSurface()
|
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
D | gles_APICheck.cc | 66 #define eglCreateWindowSurface FP_eglCreateWindowSurface macro 211 *egl_surface = eglCreateWindowSurface(*egl_display, egl_config, in InitGraphics()
|
/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 23 surface_ = eglCreateWindowSurface(display_, config_, native_window, NULL); in Init()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 9 eglCreateWindowSurface @6
|
D | exports.map | 10 eglCreateWindowSurface;
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 102 eglSurface = EGL14.eglCreateWindowSurface(eglDisplay, eglConfig, surface, surfaceAttribs, 0); in createSurfaceInternal()
|
D | EglBase10.java | 157 eglSurface = egl.eglCreateWindowSurface(eglDisplay, eglConfig, nativeWindow, surfaceAttribs); in createSurfaceInternal()
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 280 m_EGLWindow = eglCreateWindowSurface(m_EGLDisplay, m_EGLConfig, m_NWT, attrib_list); in ApiInitAPI() 285 m_EGLWindow = eglCreateWindowSurface(m_EGLDisplay, m_EGLConfig, NULL, attrib_list); in ApiInitAPI()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 266 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/swiftshader/include/EGL/ |
D | egl.h | 126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 24 eglw::EGLSurface eglCreateWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
|