Searched refs:GlxServerImports (Results 1 – 5 of 5) sorted by relevance
91 typedef struct GlxServerImportsRec GlxServerImports; typedef120 GlxServerImports * (* allocateServerImports) (void);126 void (* freeServerImports) (GlxServerImports *imports);131 GlxServerVendor * (* createVendor) (const GlxServerImports *imports);
46 GlxServerImports glxvc;59 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports);
34 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports) in GlxCreateVendor()56 memcpy(&vendor->glxvc, imports, sizeof(GlxServerImports)); in GlxCreateVendor()
294 static GlxServerImports *297 return calloc(1, sizeof(GlxServerImports)); in GlxAllocateServerImports()301 GlxFreeServerImports(GlxServerImports *imports) in GlxFreeServerImports()
510 GlxServerImports *imports = NULL; in xorgGlxInitGLVNDVendor()