HomeSort by relevance Sort by last modified time
    Searched refs:TexelBuffer (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 61 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
63 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4);
82 * \param texelBuffer pointer to texel colors for all texture units
91 const GLfloat *texelBuffer,
610 if (!swrast->TexelBuffer) {
617 /* TexelBuffer is also global and normally shared by all SWspan
621 swrast->TexelBuffer =
624 if (!swrast->TexelBuffer) {
787 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, span);
s_context.h 303 GLfloat *TexelBuffer;
s_context.c 834 FREE( swrast->TexelBuffer );
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4);
74 * \param texelBuffer pointer to texel colors for all texture units
83 const GLfloat *texelBuffer,
602 if (!swrast->TexelBuffer) {
609 /* TexelBuffer is also global and normally shared by all SWspan
613 swrast->TexelBuffer =
616 if (!swrast->TexelBuffer) {
779 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, span);
s_context.h 303 GLfloat *TexelBuffer;
s_context.c 834 FREE( swrast->TexelBuffer );

Completed in 49 milliseconds