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

  /external/autotest/cli/
topic_common.py 266 twrap = textwrap.TextWrapper(initial_indent=' ',
268 rest = twrap.fill(follow_up)
376 twrap = textwrap.TextWrapper(initial_indent=' ',
380 print >> sys.stderr, twrap.fill(', '.join(items))
601 twrap = textwrap.TextWrapper(initial_indent='\t',
603 print twrap.fill(', '.join(values))
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 57 * \param twrap Wrap mode for the \a t texture coordinate
60 static void r200SetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum twrap, GLenum rwrap )
70 _mesa_enum_to_string(twrap),
109 switch ( twrap ) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 56 * \param twrap Wrap mode for the \a t texture coordinate
59 static void radeonSetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum twrap )
100 switch ( twrap ) {
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 281 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
342 (tmu.twrap == GGL_NEEDS_WRAP_11))
440 (tmu.twrap == GGL_NEEDS_WRAP_11))
500 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
561 if (tmu.twrap == GGL_NEEDS_WRAP_REPEAT) {
657 (tmu.twrap == GGL_NEEDS_WRAP_11))
    [all...]
GGLAssembler.h 326 int twrap; member in struct:android::GGLAssembler::texture_unit_t

Completed in 427 milliseconds