HomeSort by: relevance | last modified time | path
    Searched refs:osmesa (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
osmesa.c 38 #include "GL/osmesa.h"
69 * OSMesa rendering context, derived from core Mesa struct gl_context.
145 (DST)[osmesa->rInd] = R; \
146 (DST)[osmesa->gInd] = G; \
147 (DST)[osmesa->bInd] = B; \
148 (DST)[osmesa->aInd] = A; \
151 #define PIXELADDR4(X,Y) ((GLchan *) osmesa->rowaddr[Y] + 4 * (X))
155 * Draw a flat-shaded, RGB line into an osmesa buffer.
160 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); \
174 * Draw a flat-shaded, Z-less, RGB line into an osmesa buffer
205 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); local
318 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); local
444 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); local
579 const OSMesaContext osmesa = OSMESA_CONTEXT(ctx); local
678 OSMesaContext osmesa; local
1087 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
1113 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
1260 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/osmesa/
osmesa.c 45 * In general, the OSMesa interface is pretty ugly and not a good match
54 #include "GL/osmesa.h"
200 osmesa_read_buffer(OSMesaContext osmesa, struct pipe_resource *res, void *dst,
203 struct pipe_context *pipe = osmesa->stctx->pipe;
369 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
378 if (osmesa->pp) {
397 pp_run(osmesa->pp, res, res, zsbuf);
402 if (osmesa->user_row_length)
403 dst_stride = bpp * osmesa->user_row_length;
407 osmesa_read_buffer(osmesa, res, osbuffer->map, dst_stride, osmesa->y_up)
592 OSMesaContext osmesa; local
860 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
879 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/
osmesa.c 45 * In general, the OSMesa interface is pretty ugly and not a good match
53 #include "GL/osmesa.h"
121 * We have to do this to be compatible with the original OSMesa implementation
312 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
323 if (osmesa->pp) {
342 pp_run(osmesa->pp, res, res, zsbuf);
356 if (osmesa->user_row_length)
357 dst_stride = bpp * osmesa->user_row_length;
362 if (osmesa->y_up) {
584 OSMesaContext osmesa; local
841 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
860 OSMesaContext osmesa = OSMesaGetCurrentContext(); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/GL/
osmesa.h 41 * OSMesaGetIntegerv - return OSMesa state parameters
258 * Return the depth buffer associated with an OSMesa context.
259 * Input: c - the OSMesa context
274 * Return the color buffer associated with an OSMesa context.
275 * Input: c - the OSMesa context
323 OSMesaPostprocess(OSMesaContext osmesa, const char *filter,
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
osmesa.h 41 * OSMesaGetIntegerv - return OSMesa state parameters
258 * Return the depth buffer associated with an OSMesa context.
259 * Input: c - the OSMesa context
274 * Return the color buffer associated with an OSMesa context.
275 * Input: c - the OSMesa context
323 OSMesaPostprocess(OSMesaContext osmesa, const char *filter,
  /xsrc/external/mit/glu/dist/
configure 1456 --enable-osmesa Enable use of OSMesa instead of libGL
1494 C compiler flags for OSMESA, overriding pkg-config
1495 OSMESA_LIBS linker flags for OSMESA, overriding pkg-config
16939 # Check whether --enable-osmesa was given.
16941 enableval=$enable_osmesa; OSMESA="$enableval"
16943 OSMESA=no
17124 elif test "x$OSMESA" = "xyes"; then :
17126 GLU_REQUIRES="osmesa"
17129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OSMESA" >&
    [all...]
  /xsrc/external/mit/mesa-demos/dist/
configure 1538 --enable-osmesa enable OSMesa library [default=auto]
1598 C compiler flags for OSMESA, overriding pkg-config
1599 OSMESA_LIBS linker flags for OSMESA, overriding pkg-config
17759 # Check whether --enable-osmesa was given.
17769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OSMESA" >&5
17770 $as_echo_n "checking for OSMESA... " >&6; }
17776 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"osmesa\""; } >&5
17777 ($PKG_CONFIG --exists --print-errors "osmesa") 2>&5
17781 pkg_cv_OSMESA_CFLAGS=`$PKG_CONFIG --cflags "osmesa" 2>/dev/null
    [all...]

Completed in 23 milliseconds