OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_window_surface
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/common/
native.h
234
struct native_surface *(*
create_window_surface
)(struct native_display *ndpy,
member in struct:native_display
egl_g3d_api.c
263
nsurf = gdpy->native->
create_window_surface
(gdpy->native,
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c
406
gdpy->base.
create_window_surface
= gdi_display_create_window_surface;
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c
496
fbdpy->base.
create_window_surface
= fbdev_display_create_window_surface;
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c
443
display->base.
create_window_surface
= wayland_create_window_surface;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c
584
xdpy->base.
create_window_surface
= ximage_display_create_window_surface;
native_dri2.c
941
dri2dpy->base.
create_window_surface
= dri2_display_create_window_surface;
/external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp
800
adpy->base.
create_window_surface
= android_display_create_window_surface;
/external/deqp/modules/egl/
teglNegativeApiTests.cpp
666
TEGL_ADD_API_CASE(
create_window_surface
, "eglCreateWindowSurface() negative tests",
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
977
surface = adapter->display->
create_window_surface
(adapter->display, (EGLNativeWindowType)window, config);
[
all
...]
Completed in 7842 milliseconds