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

  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_sampler.java 91 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
92 minification.getWrapS() == Sampler.Value.CLAMP);
102 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
103 magnification.getWrapS() == Sampler.Value.CLAMP);
113 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
114 wrapS.getWrapS() == Sampler.Value.WRAP);
124 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
125 wrapT.getWrapS() == Sampler.Value.CLAMP);
135 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
136 anisotropy.getWrapS() == Sampler.Value.CLAMP)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Sampler.java 78 public Value getWrapS() {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.h 56 GLenum getWrapS() const;
Texture.cpp 160 GLenum Texture::getWrapS() const
    [all...]
libGLESv2.cpp     [all...]
Context.cpp     [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 88 milliseconds