OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_pixmap_surface
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/common/
native.h
243
struct native_surface *(*
create_pixmap_surface
)(struct native_display *ndpy,
member in struct:native_display
egl_g3d_image.c
51
nsurf = gdpy->native->
create_pixmap_surface
(gdpy->native, pix, NULL);
native_helper.c
386
nsurf = ndpy->
create_pixmap_surface
(ndpy, pix, NULL);
egl_g3d_api.c
267
nsurf = gdpy->native->
create_pixmap_surface
(gdpy->native,
/external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.c
293
drmdpy->base.
create_pixmap_surface
= drm_create_pixmap_surface;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c
585
xdpy->base.
create_pixmap_surface
= ximage_display_create_pixmap_surface;
native_dri2.c
942
dri2dpy->base.
create_pixmap_surface
= dri2_display_create_pixmap_surface;
/external/deqp/modules/egl/
teglNegativeApiTests.cpp
643
TEGL_ADD_API_CASE(
create_pixmap_surface
, "eglCreatePixmapSurface() negative tests",
[
all
...]
Completed in 458 milliseconds