Home
last modified time | relevance | path

Searched refs:GlxServerImports (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dglxvndabi.h91 typedef struct GlxServerImportsRec GlxServerImports; typedef
120 GlxServerImports * (* allocateServerImports) (void);
126 void (* freeServerImports) (GlxServerImports *imports);
131 GlxServerVendor * (* createVendor) (const GlxServerImports *imports);
/OK3568_Linux_fs/external/xserver/glx/
H A Dvndservervendor.h46 GlxServerImports glxvc;
59 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports);
H A Dvndservervendor.c34 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports) in GlxCreateVendor()
56 memcpy(&vendor->glxvc, imports, sizeof(GlxServerImports)); in GlxCreateVendor()
H A Dvndext.c294 static GlxServerImports *
297 return calloc(1, sizeof(GlxServerImports)); in GlxAllocateServerImports()
301 GlxFreeServerImports(GlxServerImports *imports) in GlxFreeServerImports()
H A Dglxext.c510 GlxServerImports *imports = NULL; in xorgGlxInitGLVNDVendor()