Home
last modified time | relevance | path

Searched refs:OSMesaContext (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/include/GL/
Dosmesa.h101 typedef struct osmesa_context *OSMesaContext; typedef
119 GLAPI OSMesaContext GLAPIENTRY
120 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
132 GLAPI OSMesaContext GLAPIENTRY
134 GLint accumBits, OSMesaContext sharelist);
143 OSMesaDestroyContext( OSMesaContext ctx );
175 OSMesaMakeCurrent( OSMesaContext ctx, void *buffer, GLenum type,
184 GLAPI OSMesaContext GLAPIENTRY
234 OSMesaGetDepthBuffer( OSMesaContext c, GLint *width, GLint *height,
250 OSMesaGetColorBuffer( OSMesaContext c, GLint *width, GLint *height,
/external/mesa3d/include/GL/
Dosmesa.h101 typedef struct osmesa_context *OSMesaContext; typedef
119 GLAPI OSMesaContext GLAPIENTRY
120 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
132 GLAPI OSMesaContext GLAPIENTRY
134 GLint accumBits, OSMesaContext sharelist);
143 OSMesaDestroyContext( OSMesaContext ctx );
175 OSMesaMakeCurrent( OSMesaContext ctx, void *buffer, GLenum type,
184 GLAPI OSMesaContext GLAPIENTRY
234 OSMesaGetDepthBuffer( OSMesaContext c, GLint *width, GLint *height,
250 OSMesaGetColorBuffer( OSMesaContext c, GLint *width, GLint *height,
/external/skia/src/gpu/gl/mesa/
DSkMesaGLContext.cpp16 if (NULL != (OSMesaContext)fOldContext) { in AutoContextRestore()
17 OSMesaGetColorBuffer((OSMesaContext)fOldContext, in AutoContextRestore()
24 if (NULL != (OSMesaContext)fOldContext) { in ~AutoContextRestore()
25 OSMesaMakeCurrent((OSMesaContext)fOldContext, fOldImage, in ~AutoContextRestore()
35 GR_STATIC_ASSERT(sizeof(Context) == sizeof(OSMesaContext)); in SkMesaGLContext()
49 OSMesaDestroyContext((OSMesaContext)fContext); in destroyGLContext()
79 if (!OSMesaMakeCurrent((OSMesaContext)fContext, in createGLContext()
101 if (!OSMesaMakeCurrent((OSMesaContext)fContext, fImage, in makeCurrent()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DSkMesaGLContext.cpp16 if (NULL != (OSMesaContext)fOldContext) { in AutoContextRestore()
17 OSMesaGetColorBuffer((OSMesaContext)fOldContext, in AutoContextRestore()
24 if (NULL != (OSMesaContext)fOldContext) { in ~AutoContextRestore()
25 OSMesaMakeCurrent((OSMesaContext)fOldContext, fOldImage, in ~AutoContextRestore()
35 GR_STATIC_ASSERT(sizeof(Context) == sizeof(OSMesaContext)); in SkMesaGLContext()
49 OSMesaDestroyContext((OSMesaContext)fContext); in destroyGLContext()
79 if (!OSMesaMakeCurrent((OSMesaContext)fContext, in createGLContext()
101 if (!OSMesaMakeCurrent((OSMesaContext)fContext, fImage, in makeCurrent()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
Dosmesa.c83 static INLINE OSMesaContext
87 return (OSMesaContext) ctx; in OSMESA_CONTEXT()
149 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); \
170 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); \
194 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); in osmesa_choose_line_function()
237 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx);
267 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); \
295 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); in osmesa_choose_triangle_function()
355 compute_row_addresses( OSMesaContext osmesa ) in compute_row_addresses()
405 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); in osmesa_renderbuffer_storage()
[all …]
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c83 static INLINE OSMesaContext
87 return (OSMesaContext) ctx; in OSMESA_CONTEXT()
149 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); \
170 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); \
194 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); in osmesa_choose_line_function()
237 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx);
267 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); \
295 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); in osmesa_choose_triangle_function()
355 compute_row_addresses( OSMesaContext osmesa ) in compute_row_addresses()
405 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); in osmesa_renderbuffer_storage()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarigl_c.h57 OSMesaContext ctx;
65OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint depthBits, GLint stencilBits, GLint …
66 void (*OSMesaDestroyContext)( OSMesaContext ctx );
67 …GLboolean (*OSMesaMakeCurrent)( OSMesaContext ctx, void *buffer, GLenum type, GLsizei width, GLsiz…
/external/chromium_org/ui/gl/
Dgl_context_osmesa.cc25 OSMesaContext share_handle = static_cast<OSMesaContext>( in Initialize()
45 OSMesaDestroyContext(static_cast<OSMesaContext>(context_)); in Destroy()
Dgl_context_osmesa.h12 typedef struct osmesa_context* OSMesaContext; typedef
38 OSMesaContext context_;
Dgl_bindings.h204 typedef struct osmesa_context *OSMesaContext; typedef
/external/chromium_org/third_party/mesa/
Dchromium.patch87 typedef struct osmesa_context *OSMesaContext;
97 typedef struct osmesa_context *OSMesaContext;