commit | 0857196107d55bae312c12b72b115d25d5fee4f9 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Wed Dec 15 09:59:58 2010 -0800 |
committer | Alex Sakhartchouk <alexst@google.com> | Wed Dec 15 10:11:31 2010 -0800 |
tree | 2180a2809a3c945de178284fd44b8e5ed26fd42d | |
parent | 320a4beda312279e842a97d3af5b3f0b28cbe49d [diff] [blame] |
Cleanup and refactoring of an earlier cl. Change-Id: I5e356ed88375a1620846e0c500659e3b7ead5030
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index 43d4291..3ad453f 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h
@@ -171,7 +171,8 @@ RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_WRAP, - RS_SAMPLER_CLAMP + RS_SAMPLER_CLAMP, + RS_SAMPLER_LINEAR_MIP_NEAREST, }; enum RsTextureTarget {