/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_texture.h | 30 #include "swrast/s_context.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_feedback.h | 31 #include "swrast.h"
|
s_stencil.c | 213 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 214 GLubyte *fail = swrast->stencil_temp.buf2; 351 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 359 GLubyte *stencilTemp = swrast->stencil_temp.buf1; 407 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 408 GLubyte *passMask = swrast->stencil_temp.buf2; 409 GLubyte *failMask = swrast->stencil_temp.buf3; 410 GLubyte *origMask = swrast->stencil_temp.buf4; 496 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 526 GLubyte *destVals = swrast->stencil_temp.buf1 [all...] |
s_fog.c | 134 const SWcontext *swrast = CONST_SWRAST_CONTEXT(ctx); local 137 ASSERT(swrast->_FogEnabled); 157 if (swrast->_PreferPixelFog) {
|
/external/mesa3d/src/gallium/targets/dri-swrast/ |
swrast_drm_api.c | 38 DRM_DRIVER_DESCRIPTOR("swrast", NULL, NULL, NULL);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clear.c | 32 #include "swrast/swrast.h" 243 /* Any strange buffers get passed off to swrast */ 245 debug_mask("swrast", mask);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_texture.h | 30 #include "swrast/s_context.h"
|
/external/mesa3d/src/mesa/swrast/ |
s_feedback.h | 31 #include "swrast.h"
|
s_stencil.c | 213 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 214 GLubyte *fail = swrast->stencil_temp.buf2; 351 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 359 GLubyte *stencilTemp = swrast->stencil_temp.buf1; 407 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 408 GLubyte *passMask = swrast->stencil_temp.buf2; 409 GLubyte *failMask = swrast->stencil_temp.buf3; 410 GLubyte *origMask = swrast->stencil_temp.buf4; 496 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 526 GLubyte *destVals = swrast->stencil_temp.buf1 [all...] |
/external/chromium_org/third_party/mesa/src/doxygen/ |
glapi.doxy | 45 swrast.tag=../swrast \ 49 GENERATE_TAGFILE = swrast.tag
|
shader.doxy | 45 swrast.tag=../swrast \ 49 GENERATE_TAGFILE = swrast.tag
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_clear.c | 32 #include "swrast/swrast.h" 111 debug_mask("swrast", swrast_mask);
|
i915_context.c | 36 #include "swrast/swrast.h" 202 /* Initialize swrast, tnl driver tables: */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_span.c | 48 #include "swrast/swrast.h" 49 #include "swrast/s_renderbuffer.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_span.c | 47 #include "swrast/swrast.h" 48 #include "swrast/s_renderbuffer.h"
|
/external/mesa3d/doxygen/ |
glapi.doxy | 45 swrast.tag=../swrast \ 49 GENERATE_TAGFILE = swrast.tag
|
shader.doxy | 45 swrast.tag=../swrast \ 49 GENERATE_TAGFILE = swrast.tag
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_clear.c | 32 #include "swrast/swrast.h" 111 debug_mask("swrast", swrast_mask);
|
i915_context.c | 36 #include "swrast/swrast.h" 202 /* Initialize swrast, tnl driver tables: */
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_span.c | 48 #include "swrast/swrast.h" 49 #include "swrast/s_renderbuffer.h"
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_span.c | 47 #include "swrast/swrast.h" 48 #include "swrast/s_renderbuffer.h"
|
/external/chromium_org/third_party/mesa/src/docs/ |
RELNOTES-4.1 | 232 - Removed swrast->Driver.SetReadBuffer(). 244 Call _swrast_DrawBuffer() too, to update the swrast state. 245 - Added swrast->Driver.SetBuffer(). 246 This function should be implemented by all device drivers that use swrast. 250 - Added swrast->CurrentBuffer to indicate which color buffer to read/draw. 252 This value is usually passed to swrast->Driver.SetBuffer().
|
relnotes-7.11.html | 44 <li>GL_ARB_draw_instanced extension (gallium drivers, swrast) 46 <li>GL_ARB_occlusion_query2 (gallium drivers, swrast) 52 <li>GL_ARB_texture_compression_rgtc (gallium drivers, swrast, i965) 55 <li>GL_EXT_texture_compression_latc (gallium drivers, swrast) 56 <li>GL_EXT_texture_compression_rgtc (gallium drivers, swrast, i965) 57 <li>GL_EXT_texture_filter_anisotropic (swrast) 58 <li>GL_EXT_texture_shared_exponent (gallium drivers, swrast) 59 <li>GL_EXT_texture_sRGB_decode (gallium drivers, swrast, i965) 65 <li>GL_ATI_texture_compression_3dc (gallium drivers, swrast) 111 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32804">Bug 32804</a> - [swrast] glean pixelFormats regression</li [all...] |
/external/mesa3d/docs/ |
RELNOTES-4.1 | 232 - Removed swrast->Driver.SetReadBuffer(). 244 Call _swrast_DrawBuffer() too, to update the swrast state. 245 - Added swrast->Driver.SetBuffer(). 246 This function should be implemented by all device drivers that use swrast. 250 - Added swrast->CurrentBuffer to indicate which color buffer to read/draw. 252 This value is usually passed to swrast->Driver.SetBuffer().
|
relnotes-7.11.html | 44 <li>GL_ARB_draw_instanced extension (gallium drivers, swrast) 46 <li>GL_ARB_occlusion_query2 (gallium drivers, swrast) 52 <li>GL_ARB_texture_compression_rgtc (gallium drivers, swrast, i965) 55 <li>GL_EXT_texture_compression_latc (gallium drivers, swrast) 56 <li>GL_EXT_texture_compression_rgtc (gallium drivers, swrast, i965) 57 <li>GL_EXT_texture_filter_anisotropic (swrast) 58 <li>GL_EXT_texture_shared_exponent (gallium drivers, swrast) 59 <li>GL_EXT_texture_sRGB_decode (gallium drivers, swrast, i965) 65 <li>GL_ATI_texture_compression_3dc (gallium drivers, swrast) 111 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32804">Bug 32804</a> - [swrast] glean pixelFormats regression</li [all...] |