Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 25 of 42) 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");
DeglwApi.inl24 #define eglCreateWindowSurface eglwCreateWindowSurface macro
/external/skia/tools/viewer/sk_app/android/
DGLWindowContext_android.cpp113 fSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, windowAttribs); in onInitializeContext()
116 fSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr); in onInitializeContext()
/external/mesa3d/src/egl/main/
Degl.def10 eglCreateWindowSurface
DREADME.txt45 eglCreateWindowSurface
/external/swiftshader/src/OpenGL/libEGL/
Dexports.map11 eglCreateWindowSurface;
DlibEGL.def11 eglCreateWindowSurface @9
DlibEGL.hpp36 …EGLSurface (*eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window,… member in LibEGLexports
Dmain.cpp410 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/
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/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc66 #define eglCreateWindowSurface FP_eglCreateWindowSurface macro
211 *egl_surface = eglCreateWindowSurface(*egl_display, egl_config, in InitGraphics()
/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.def9 eglCreateWindowSurface @6
Dexports.map10 eglCreateWindowSurface;
/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/mesa3d/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h266 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/swiftshader/include/EGL/
Degl.h126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl24 eglw::EGLSurface eglCreateWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…

12