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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 58 * \param swrap Wrap mode for the \a s texture coordinate
62 static void radeonSetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum twrap )
69 switch ( swrap ) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 59 * \param swrap Wrap mode for the \a s texture coordinate
63 static void r200SetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum twrap, GLenum rwrap )
72 _mesa_lookup_enum_by_nr(swrap),
78 switch ( swrap ) {
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 279 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
342 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
445 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
505 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS);
532 if (tmu.swrap == GGL_NEEDS_WRAP_REPEAT) {
663 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
    [all...]
GGLAssembler.h 317 int swrap; member in struct:android::GGLAssembler::texture_unit_t
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 144 deUint32 sWrap;
173 , sWrap (sWrap_)
glsLongStressCase.cpp     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 206 ConstantRange SWrap = Wrap.signExtend(20);
214 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp     [all...]
  /external/libxml2/python/
generator.py 436 ret_convert = " py_retval = libxml_%sWrap((%s) c_retval);\n" % (n,c)
442 ret_convert = " py_retval = libxml_%sWrap((%s) c_retval);\n" % (n,c)
    [all...]

Completed in 881 milliseconds