Searched refs:WRAP (Results 1 – 8 of 8) sorted by relevance
53 WRAP (3), enumConstant182 b.setWrapS(Value.WRAP); in WRAP_NEAREST()183 b.setWrapT(Value.WRAP); in WRAP_NEAREST()202 b.setWrapS(Value.WRAP); in WRAP_LINEAR()203 b.setWrapT(Value.WRAP); in WRAP_LINEAR()222 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()223 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()286 mWrapS = Value.WRAP; in Builder()287 mWrapT = Value.WRAP; in Builder()288 mWrapR = Value.WRAP; in Builder()[all …]
40 WRAP (3), enumConstant184 b.setWrapS(Value.WRAP); in WRAP_NEAREST()185 b.setWrapT(Value.WRAP); in WRAP_NEAREST()208 b.setWrapS(Value.WRAP); in WRAP_LINEAR()209 b.setWrapT(Value.WRAP); in WRAP_LINEAR()232 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()233 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()330 mWrapS = Value.WRAP; in Builder()331 mWrapT = Value.WRAP; in Builder()332 mWrapR = Value.WRAP; in Builder()[all …]
54 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()58 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()108 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()121 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
56 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()60 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()110 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()123 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()112 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()125 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
259 static const char* WRAP = "wrap."; in haveWrapProperty() local260 static const size_t WRAP_LENGTH = strlen(WRAP); in haveWrapProperty()262 strcpy(propNameBuf, WRAP); in haveWrapProperty()
26511 enum_constant public static final android.renderscript.Sampler.Value WRAP;
36903 enum_constant @Deprecated public static final android.renderscript.Sampler.Value WRAP;