The cl-gbm Reference Manual

This is the cl-gbm Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:13:55 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-gbm

Common Lisp wrapper for libgbm

Author

Malcolm Still

License

BSD 3-Clause

Dependency

cffi (system).

Source

cl-gbm.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-gbm/cl-gbm.asd

Source

cl-gbm.asd.

Parent Component

cl-gbm (system).

ASDF Systems

cl-gbm.


3.1.2 cl-gbm/package.lisp

Source

cl-gbm.asd.

Parent Component

cl-gbm (system).

Packages

gbm.


3.1.3 cl-gbm/cl-gbm.lisp

Dependency

package.lisp (file).

Source

cl-gbm.asd.

Parent Component

cl-gbm (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 gbm

Source

package.lisp.

Use List
  • cffi.
  • common-lisp.
Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: bo-get-handle (bo)
Package

gbm.

Source

cl-gbm.lisp.

Function: bo-get-stride (bo)
Package

gbm.

Source

cl-gbm.lisp.

Function: create-device (fd)
Package

gbm.

Source

cl-gbm.lisp.

Function: device-destroy (device)
Package

gbm.

Source

cl-gbm.lisp.

Function: surface-create (device width height format flags)
Package

gbm.

Source

cl-gbm.lisp.

Function: surface-destroy (surface)
Package

gbm.

Source

cl-gbm.lisp.

Function: surface-lock-front-buffer (surface)
Package

gbm.

Source

cl-gbm.lisp.

Function: surface-release-buffer (surface bo)
Package

gbm.

Source

cl-gbm.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables