OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pdpyp
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/glx/
drisw_glx.c
739
struct drisw_display *
pdpyp
;
local
741
pdpyp
= Xmalloc(sizeof *
pdpyp
);
742
if (
pdpyp
== NULL)
745
pdpyp
->base.destroyDisplay = driswDestroyDisplay;
746
pdpyp
->base.createScreen = driswCreateScreen;
748
return &
pdpyp
->base;
dri_glx.c
948
struct dri_display *
pdpyp
;
local
960
pdpyp
= Xmalloc(sizeof *
pdpyp
);
961
if (!
pdpyp
) {
965
pdpyp
->driMajor = major;
966
pdpyp
->driMinor = minor;
967
pdpyp
->driPatch = patch;
969
pdpyp
->base.destroyDisplay = driDestroyDisplay;
970
pdpyp
->base.createScreen = driCreateScreen;
972
return &
pdpyp
->base
[
all
...]
Completed in 157 milliseconds