HomeSort by relevance Sort by last modified time
    Searched defs:vimap_rev (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.c 291 static GLuint r200EnsureEmitSize( struct gl_context * ctx , GLubyte* vimap_rev )
303 if (vimap_rev[i] != 255)
363 GLubyte *vimap_rev; local
421 vimap_rev = &map_rev_fixed[0];
433 vimap_rev = &rmesa->curr_vp_hw->inputmap_rev[0];
462 GLuint emit_end = r200EnsureEmitSize( ctx, vimap_rev )
464 r200EmitArrays( ctx, vimap_rev );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 291 static GLuint r200EnsureEmitSize( struct gl_context * ctx , GLubyte* vimap_rev )
303 if (vimap_rev[i] != 255)
363 GLubyte *vimap_rev; local
421 vimap_rev = &map_rev_fixed[0];
433 vimap_rev = &rmesa->curr_vp_hw->inputmap_rev[0];
462 GLuint emit_end = r200EnsureEmitSize( ctx, vimap_rev )
464 r200EmitArrays( ctx, vimap_rev );

Completed in 92 milliseconds