OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XMesaContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa.h
48
4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an
XMesaContext
and
100
typedef struct xmesa_context *
XMesaContext
;
156
* Create a new
XMesaContext
for rendering into an X11 window.
159
* share_list - another
XMesaContext
with which to share display
161
* Return: an
XMesaContext
or NULL if error.
163
extern
XMesaContext
XMesaCreateContext( XMesaVisual v,
164
XMesaContext
share_list );
170
extern void XMesaDestroyContext(
XMesaContext
c );
208
extern GLboolean XMesaMakeCurrent(
XMesaContext
c,
217
extern GLboolean XMesaMakeCurrent2(
XMesaContext
c
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
xmesa.h
48
4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an
XMesaContext
and
100
typedef struct xmesa_context *
XMesaContext
;
156
* Create a new
XMesaContext
for rendering into an X11 window.
159
* share_list - another
XMesaContext
with which to share display
161
* Return: an
XMesaContext
or NULL if error.
163
extern
XMesaContext
XMesaCreateContext( XMesaVisual v,
164
XMesaContext
share_list );
170
extern void XMesaDestroyContext(
XMesaContext
c );
208
extern GLboolean XMesaMakeCurrent(
XMesaContext
c,
217
extern GLboolean XMesaMakeCurrent2(
XMesaContext
c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h
40
4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an
XMesaContext
and
72
typedef struct xmesa_context *
XMesaContext
;
135
* Create a new
XMesaContext
for rendering into an X11 window.
138
* share_list - another
XMesaContext
with which to share display
140
* Return: an
XMesaContext
or NULL if error.
142
extern
XMesaContext
XMesaCreateContext( XMesaVisual v,
143
XMesaContext
share_list,
152
extern void XMesaDestroyContext(
XMesaContext
c );
191
extern GLboolean XMesaMakeCurrent2(
XMesaContext
c,
199
extern GLboolean XMesaUnbindContext(
XMesaContext
c )
[
all
...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h
40
4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an
XMesaContext
and
72
typedef struct xmesa_context *
XMesaContext
;
135
* Create a new
XMesaContext
for rendering into an X11 window.
138
* share_list - another
XMesaContext
with which to share display
140
* Return: an
XMesaContext
or NULL if error.
142
extern
XMesaContext
XMesaCreateContext( XMesaVisual v,
143
XMesaContext
share_list,
152
extern void XMesaDestroyContext(
XMesaContext
c );
191
extern GLboolean XMesaMakeCurrent2(
XMesaContext
c,
199
extern GLboolean XMesaUnbindContext(
XMesaContext
c )
[
all
...]
Completed in 94 milliseconds