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

  /frameworks/compile/libbcc/lib/
RSUtils.h 90 return RS_TYPE_SAMPLER;
RSInvokeHelperPass.cpp 133 case RS_TYPE_SAMPLER:
  /frameworks/rs/script_api/include/
rs_object_types.rsh 160 RS_TYPE_SAMPLER = 1003, // A handle to a Sampler.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 160 RS_TYPE_SAMPLER = 1003, // A handle to a Sampler.
  /frameworks/rs/
rsComponent.cpp 119 case RS_TYPE_SAMPLER:
rsDefines.h 144 RS_TYPE_SAMPLER,
  /frameworks/rs/script_api/
rs_object_types.spec 143 value: RS_TYPE_SAMPLER = 1003, "A handle to a Sampler."
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 342 TEST_DATA_TYPE(RS_TYPE_SAMPLER, false, false, false);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
single_source_alloc.rs 316 TEST_DATA_TYPE(RS_TYPE_SAMPLER, false, false, false);
  /frameworks/rs/cpp/
Element.cpp 256 case RS_TYPE_SAMPLER:
Allocation.cpp 129 (dt == RS_TYPE_SAMPLER) ||

Completed in 415 milliseconds