Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 5080
Line 307... Line 307...
307
   drv->Name = "Gallium";
307
   drv->Name = "Gallium";
308
   drv->Unload = egl_g3d_unload;
308
   drv->Unload = egl_g3d_unload;
Line 309... Line 309...
309
 
309
 
310
   return drv;
310
   return drv;
-
 
311
}
-
 
312
 
-
 
313
EGLBoolean
-
 
314
_eglError(EGLint errCode, const char *msg)
-
 
315
{
-
 
316
    return EGL_FALSE;
-
 
317
}
-
 
318
 
-
 
319
void
-
 
320
_eglLog(EGLint level, const char *fmtStr, ...)
-
 
321
{
-
 
322
 
-
 
323
}
-
 
324
 
-
 
325
void
-
 
326
_eglDestroyArray(_EGLArray *array, void (*free_cb)(void *))
-
 
327
{
-
 
328
 
-
 
329
}
-
 
330
 
-
 
331
void
-
 
332
_eglInitScreen(_EGLScreen *screen, _EGLDisplay *dpy, EGLint num_modes)
-
 
333
{
-
 
334
}
-
 
335
 
-
 
336
void
-
 
337
_eglReleaseDisplayResources(_EGLDriver *drv, _EGLDisplay *display)
-
 
338
{
-
 
339
 
-
 
340
}
-
 
341
 
-
 
342
EGLScreenMESA
-
 
343
_eglLinkScreen(_EGLScreen *screen)
-
 
344
{
-
 
345
}
-
 
346
 
-
 
347
EGLBoolean
-
 
348
_eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching)
-
 
349
{
-
 
350
    return EGL_FALSE;
-
 
351
}
-
 
352
 
-
 
353
void
-
 
354
_eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id)
-
 
355
{
-
 
356
}
-
 
357
void
-
 
358
_eglCleanupDisplay(_EGLDisplay *disp)
-
 
359
{
-
 
360
 
-
 
361
}
-
 
362
 
-
 
363
PUBLIC EGLConfig
-
 
364
_eglLinkConfig(_EGLConfig *conf)
-
 
365
{
-
 
366
 
-
 
367
}
-
 
368
 
-
 
369
EGLBoolean
-
 
370
_eglPutResource(_EGLResource *res)
-
 
371
{
-
 
372
   return EGL_FALSE;
-
 
373
}
-
 
374
 
-
 
375
_EGLContext *
-
 
376
_eglGetCurrentContext(void)
-
 
377
{
-
 
378
   return NULL;
-
 
379
}
-
 
380
 
-
 
381
EGLBoolean
-
 
382
_eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
-
 
383
                _EGLConfig *conf, const EGLint *attrib_list)
-
 
384
{
-
 
385
   return EGL_FALSE;
-
 
386
}
-
 
387
 
-
 
388
EGLBoolean
-
 
389
_eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
-
 
390
                _EGLContext **old_ctx,
-
 
391
                _EGLSurface **old_draw, _EGLSurface **old_read)
-
 
392
{
-
 
393
   return EGL_FALSE;
-
 
394
}
-
 
395
 
-
 
396
PUBLIC _EGLContext *
-
 
397
_eglGetAPIContext(EGLenum api)
-
 
398
{
-
 
399
   return NULL;
-
 
400
}
-
 
401
 
-
 
402
EGLBoolean
-
 
403
_eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf,
-
 
404
                const EGLint *attrib_list)
-
 
405
{
-
 
406
   return EGL_FALSE;
-
 
407
}
-
 
408
 
-
 
409
EGLint
-
 
410
_eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
-
 
411
                   const _EGLConfig *criteria, EGLBoolean compare_id)
-
 
412
{
-
 
413
    return 0;
-
 
414
}
-
 
415
 
-
 
416
EGLBoolean
-
 
417
_eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria)
-
 
418
{
-
 
419
   return EGL_FALSE;
-
 
420
}
-
 
421
 
-
 
422
EGLBoolean
-
 
423
_eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy,
-
 
424
                          const EGLint *attrib_list)
-
 
425
{
-
 
426
   return EGL_FALSE;
-
 
427
}
-
 
428
 
-
 
429
EGLBoolean
-
 
430
_eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
-
 
431
                      EGLint config_size, EGLint *num_configs,
-
 
432
                      EGLBoolean (*match)(const _EGLConfig *, void *),
-
 
433
                      EGLint (*compare)(const _EGLConfig *, const _EGLConfig *,
-
 
434
                                        void *),
-
 
435
                      void *priv_data)
-
 
436
{
-
 
437
   return EGL_FALSE;
-
 
438
}
-
 
439
 
-
 
440
EGLBoolean
-
 
441
_eglInitImage(_EGLImage *img, _EGLDisplay *dpy)
-
 
442
{
-
 
443
 
-
 
444
   return EGL_TRUE;
-
 
445
}
-
 
446
 
-
 
447
EGLint
-
 
448
_eglParseImageAttribList(_EGLImageAttribs *attrs, _EGLDisplay *dpy,
-
 
449
                         const EGLint *attrib_list)
-
 
450
{
-
 
451
    return 0;
-
 
452
}
-
 
453
 
-
 
454
EGLBoolean
-
 
455
_eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
-
 
456
             const EGLint *attrib_list)
-
 
457
{
-
 
458
 
-
 
459
   return EGL_TRUE;
-
 
460
}
-
 
461
 
-
 
462
void
-
 
463
_eglGetResource(_EGLResource *res)
-
 
464
{
-
 
465
}
-
 
466
 
-
 
467
EGLBoolean
-
 
468
_eglCheckResource(void *res, int type, _EGLDisplay *dpy)
-
 
469
{
-
 
470
 
-
 
471
   return EGL_TRUE;
-
 
472
}
-
 
473
 
-
 
474
void
-
 
475
_eglInitDriverFallbacks(_EGLDriver *drv)
-
 
476
{
-
 
477
}