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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 59 * \param twrap Wrap mode for the \a t texture coordinate
62 static void radeonSetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum twrap )
103 switch ( twrap ) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 60 * \param twrap Wrap mode for the \a t texture coordinate
63 static void r200SetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum twrap, GLenum rwrap )
73 _mesa_lookup_enum_by_nr(twrap),
112 switch ( twrap ) {
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 280 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
343 (tmu.twrap == GGL_NEEDS_WRAP_11))
446 (tmu.twrap == GGL_NEEDS_WRAP_11))
506 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
567 if (tmu.twrap == GGL_NEEDS_WRAP_REPEAT) {
664 (tmu.twrap == GGL_NEEDS_WRAP_11))
    [all...]
GGLAssembler.h 318 int twrap; member in struct:android::GGLAssembler::texture_unit_t
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 145 deUint32 tWrap;
174 , tWrap (tWrap_)
glsLongStressCase.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 174 ConstantRange TWrap = Wrap.truncate(10);

Completed in 328 milliseconds