Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl14 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
DeglwStaticLibrary15.inl19 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
DeglwInitCore.inl19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp118 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, windowAttribs); in onInitializeContext()
121 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp118 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, windowAttribs); in onInitializeContext()
121 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
/external/mesa3d/src/egl/main/
Degl.def10 eglCreateWindowSurface
DREADME.txt44 eglCreateWindowSurface
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def11 eglCreateWindowSurface @9
DlibEGL.lds12 eglCreateWindowSurface;
DlibEGL.hpp36 …EGLSurface (*eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window,… member in LibEGLexports
Dmain.cpp396 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWin… in eglCreateWindowSurface() function
582 this->eglCreateWindowSurface = egl::CreateWindowSurface; in LibEGLexports()
/external/mesa3d/src/egl/
Degl-symbols-check18 eglCreateWindowSurface
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp279 eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, eglWindow, NULL); in WinMain()
284 eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, NULL, NULL); in WinMain()
DOGLES2HelloAPI_LinuxX11.cpp310 …eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, (EGLNativeWindowType)nativeWindow, NULL… in CreateEGLSurface()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc23 surface_ = eglCreateWindowSurface(display_, config_, native_window, NULL); in Init()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds10 eglCreateWindowSurface;
DlibGLES_CM.def9 eglCreateWindowSurface @6
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp110 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr); in onInitializeContext()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp110 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr); in onInitializeContext()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java102 eglSurface = EGL14.eglCreateWindowSurface(eglDisplay, eglConfig, surface, surfaceAttribs, 0); in createSurfaceInternal()
DEglBase10.java157 eglSurface = egl.eglCreateWindowSurface(eglDisplay, eglConfig, nativeWindow, surfaceAttribs); in createSurfaceInternal()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp280 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/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h266 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/mesa3d/include/EGL/
Degl.h126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…

12