OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OSMesaContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gl/
gl_context_osmesa.h
12
typedef struct osmesa_context*
OSMesaContext
;
38
OSMesaContext
context_;
gl_bindings.h
204
typedef struct osmesa_context *
OSMesaContext
;
/external/chromium_org/third_party/mesa/src/include/GL/
osmesa.h
36
* OSMesaMakeCurrent - bind an
OSMesaContext
to a client's image buffer
38
* OSMesaDestroyContext - destroy an
OSMesaContext
101
typedef struct osmesa_context *
OSMesaContext
;
115
* sharelist - specifies another
OSMesaContext
with which to share
117
* Return: an
OSMesaContext
or 0 if error
119
GLAPI
OSMesaContext
GLAPIENTRY
120
OSMesaCreateContext( GLenum format,
OSMesaContext
sharelist );
132
GLAPI
OSMesaContext
GLAPIENTRY
134
GLint accumBits,
OSMesaContext
sharelist);
143
OSMesaDestroyContext(
OSMesaContext
ctx )
[
all
...]
/external/mesa3d/include/GL/
osmesa.h
36
* OSMesaMakeCurrent - bind an
OSMesaContext
to a client's image buffer
38
* OSMesaDestroyContext - destroy an
OSMesaContext
101
typedef struct osmesa_context *
OSMesaContext
;
115
* sharelist - specifies another
OSMesaContext
with which to share
117
* Return: an
OSMesaContext
or 0 if error
119
GLAPI
OSMesaContext
GLAPIENTRY
120
OSMesaCreateContext( GLenum format,
OSMesaContext
sharelist );
132
GLAPI
OSMesaContext
GLAPIENTRY
134
GLint accumBits,
OSMesaContext
sharelist);
143
OSMesaDestroyContext(
OSMesaContext
ctx )
[
all
...]
Completed in 117 milliseconds