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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_resource.def 31 DECL_COMPUTE_RESOURCE(SAMPLER, 18)
  /external/mesa3d/src/gallium/drivers/r600/
compute_resource.def 31 DECL_COMPUTE_RESOURCE(SAMPLER, 18)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 121 assertTrue(Element.SAMPLER(mRS) != null);
219 Element[] SAMPLER = { Element.SAMPLER(mRS) };
244 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE,
325 eb.add(Element.SAMPLER(mRS), "SAMPLER", arraySize);
391 assertFalse(Element.SAMPLER(mRS).isComplex());
399 eb.add(Element.SAMPLER(mRS), "SAMPLER");
TypeTest.java 77 testTypeBuilderHelper(Element.SAMPLER(mRS));
AllocationTest.java 142 createTypedHelper(Element.SAMPLER(mRS));
181 createSizedHelper(Element.SAMPLER(mRS));
  /frameworks/rs/cpp/
Element.cpp 96 CREATE_USER(SAMPLER, SAMPLER);
rsCppStructs.h 47 class Sampler;
219 sp<const Element> SAMPLER;
242 sp<const Sampler> CLAMP_NEAREST;
243 sp<const Sampler> CLAMP_LINEAR;
244 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR;
245 sp<const Sampler> WRAP_NEAREST;
246 sp<const Sampler> WRAP_LINEAR;
247 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR;
248 sp<const Sampler> MIRRORED_REPEAT_NEAREST;
249 sp<const Sampler> MIRRORED_REPEAT_LINEAR
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ElementThunker.java 237 e = android.renderscript.Element.SAMPLER(rst.mN);
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}
421 public static Element SAMPLER(RenderScript rs) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 252 READ_OP(SAMPLER);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 252 READ_OP(SAMPLER);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 114 createTypedHelper(mRS, Element::SAMPLER(mRS));
  /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...]
  /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
424 public static Element SAMPLER(RenderScript rs) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 4652 milliseconds