/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
NOTES | 5 swrast vertices from the t&l vertex_buffer structs, and to use them to 60 These are called before and after the completion of all swrast drawing 61 activity. As swrast doesn't call callbacks during triangle, line or
|
/external/mesa3d/src/gallium/targets/egl-static/ |
Android.mk | 44 # swrast 47 # swrast only 48 ifeq ($(MESA_GPU_DRIVERS),swrast)
|
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 27 * \file swrast/s_context.h 33 * \mainpage swrast module 49 #include "swrast.h" 344 * For drivers that rely on swrast for fallback rendering, this is the 350 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 351 if (swrast->Driver.SpanRenderStart) 352 swrast->Driver.SpanRenderStart(ctx); 360 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 361 if (swrast->Driver.SpanRenderFinish) 362 swrast->Driver.SpanRenderFinish(ctx) [all...] |
s_texrender.c | 8 #include "swrast/swrast.h" 9 #include "swrast/s_context.h" 10 #include "swrast/s_texfetch.h"
|
s_lines.c | 43 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 47 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 54 swrast->StippleCounter++; 206 swrast->Line = lineFunc; \ 211 #define USE(lineFunc) swrast->Line = lineFunc 227 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 236 ASSERT(swrast->Line); 240 || swrast->_FogEnabled
|
s_aalinetemp.h | 39 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 45 (void) swrast; 108 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 131 line.span.facing = swrast->PointLineFacing; 165 if (swrast->_InterpMode[attr] == GL_FLAT) { 196 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 221 swrast->StippleCounter++;
|
/external/mesa3d/src/mesa/swrast_setup/ |
NOTES | 5 swrast vertices from the t&l vertex_buffer structs, and to use them to 60 These are called before and after the completion of all swrast drawing 61 activity. As swrast doesn't call callbacks during triangle, line or
|
/external/chromium_org/third_party/mesa/src/doxygen/ |
Makefile | 16 swrast.doxy \
|
/external/chromium_org/third_party/mesa/src/src/mesa/ |
descrip.mms | 22 set default [-.swrast]
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texrender.c | 8 #include "swrast/swrast.h" 9 #include "swrast/s_context.h" 10 #include "swrast/s_texfetch.h"
|
s_lines.c | 43 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 47 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 54 swrast->StippleCounter++; 206 swrast->Line = lineFunc; \ 211 #define USE(lineFunc) swrast->Line = lineFunc 227 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 236 ASSERT(swrast->Line); 240 || swrast->_FogEnabled
|
s_aalinetemp.h | 39 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 45 (void) swrast; 108 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 131 line.span.facing = swrast->PointLineFacing; 165 if (swrast->_InterpMode[attr] == GL_FLAT) { 196 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 221 swrast->StippleCounter++;
|
/external/mesa3d/doxygen/ |
Makefile | 16 swrast.doxy \
|
/external/mesa3d/src/mesa/ |
descrip.mms | 22 set default [-.swrast]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_draw.c | 35 #include "swrast/swrast.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.h | 39 #include "swrast/swrast.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
descrip.mms | 10 define swrast [--.swrast]
|
xm_dd.c | 43 #include "swrast/swrast.h" 44 #include "swrast/s_context.h" 313 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 315 if (swrast->NewState) 318 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ { 347 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local 354 if (swrast->NewState) 446 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 448 if (swrast->NewState 481 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local 578 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local 912 SWcontext *swrast = SWRAST_CONTEXT( ctx ); local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/ |
Android.mk | 50 # swrast only 51 ifeq ($(MESA_GPU_DRIVERS),swrast)
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_draw.c | 35 #include "swrast/swrast.h"
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.h | 39 #include "swrast/swrast.h"
|
/external/mesa3d/src/mesa/drivers/x11/ |
descrip.mms | 10 define swrast [--.swrast]
|
xm_dd.c | 43 #include "swrast/swrast.h" 44 #include "swrast/s_context.h" 313 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 315 if (swrast->NewState) 318 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ { 347 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local 354 if (swrast->NewState) 446 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 448 if (swrast->NewState 481 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local 578 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local 912 SWcontext *swrast = SWRAST_CONTEXT( ctx ); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
osmesa.c | 47 #include "swrast/swrast.h" 49 #include "swrast/s_context.h" 50 #include "swrast/s_lines.h" 51 #include "swrast/s_renderbuffer.h" 52 #include "swrast/s_triangle.h" 158 #include "swrast/s_linetemp.h" 183 #include "swrast/s_linetemp.h" 195 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 208 if (swrast->_RasterMask==DEPTH_BI 296 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 332 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 342 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 762 SWcontext *swrast; local [all...] |
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 47 #include "swrast/swrast.h" 49 #include "swrast/s_context.h" 50 #include "swrast/s_lines.h" 51 #include "swrast/s_renderbuffer.h" 52 #include "swrast/s_triangle.h" 158 #include "swrast/s_linetemp.h" 183 #include "swrast/s_linetemp.h" 195 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 208 if (swrast->_RasterMask==DEPTH_BI 296 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local 332 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 342 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 762 SWcontext *swrast; local [all...] |