HomeSort by relevance Sort by last modified time
    Searched defs:SAMPLER (Results 1 - 24 of 24) sorted by null

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 150 passed &= (Element::SAMPLER(mRS) != nullptr);
192 sp<const Element> SAMPLER = Element::SAMPLER(mRS);
206 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE,
286 eb->add(Element::SAMPLER(mRS), "SAMPLER", arraySize);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 77 testTypeBuilderHelper(Element.SAMPLER(mRS));
ElementTest.java 121 assertTrue(Element.SAMPLER(mRS) != null);
226 Element[] SAMPLER = { Element.SAMPLER(mRS) };
253 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE,
338 eb.add(Element.SAMPLER(mRS), "SAMPLER", arraySize);
408 assertFalse(Element.SAMPLER(mRS).isComplex());
416 eb.add(Element.SAMPLER(mRS), "SAMPLER");
AllocationTest.java 142 createTypedHelper(Element.SAMPLER(mRS));
181 createSizedHelper(Element.SAMPLER(mRS));
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 43 * should be interpreted by a {@link android.support.v8.renderscript.Sampler}.
46 * be used as input for a {@link android.support.v8.renderscript.Sampler}. In
48 * intended for use with a {@link android.support.v8.renderscript.Sampler}
429 public static Element SAMPLER(RenderScript rs) {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 38 * be interpreted by a {@link android.renderscript.Sampler}. Note that {@link
41 * {@link android.renderscript.Sampler}. In general, {@link
43 * {@link android.renderscript.Sampler} should use bitmap-derived Elements such
432 public static Element SAMPLER(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 50 class Sampler;
225 sp<const Element> SAMPLER;
248 sp<const Sampler> CLAMP_NEAREST;
249 sp<const Sampler> CLAMP_LINEAR;
250 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR;
251 sp<const Sampler> WRAP_NEAREST;
252 sp<const Sampler> WRAP_LINEAR;
253 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR;
254 sp<const Sampler> MIRRORED_REPEAT_NEAREST;
255 sp<const Sampler> MIRRORED_REPEAT_LINEAR
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 46 class Sampler;
218 sp<const Element> SAMPLER;
241 sp<const Sampler> CLAMP_NEAREST;
242 sp<const Sampler> CLAMP_LINEAR;
243 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR;
244 sp<const Sampler> WRAP_NEAREST;
245 sp<const Sampler> WRAP_LINEAR;
246 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR;
247 sp<const Sampler> MIRRORED_REPEAT_NEAREST;
248 sp<const Sampler> MIRRORED_REPEAT_LINEAR
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 46 class Sampler;
218 sp<const Element> SAMPLER;
241 sp<const Sampler> CLAMP_NEAREST;
242 sp<const Sampler> CLAMP_LINEAR;
243 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR;
244 sp<const Sampler> WRAP_NEAREST;
245 sp<const Sampler> WRAP_LINEAR;
246 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR;
247 sp<const Sampler> MIRRORED_REPEAT_NEAREST;
248 sp<const Sampler> MIRRORED_REPEAT_LINEAR
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 46 class Sampler;
218 sp<const Element> SAMPLER;
241 sp<const Sampler> CLAMP_NEAREST;
242 sp<const Sampler> CLAMP_LINEAR;
243 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR;
244 sp<const Sampler> WRAP_NEAREST;
245 sp<const Sampler> WRAP_LINEAR;
246 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR;
247 sp<const Sampler> MIRRORED_REPEAT_NEAREST;
248 sp<const Sampler> MIRRORED_REPEAT_LINEAR
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 40 milliseconds