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

  /frameworks/compile/libbcc/lib/
RSUtils.h 86 return RS_TYPE_ALLOCATION;
RSInvokeHelperPass.cpp 125 case RS_TYPE_ALLOCATION:
  /frameworks/rs/script_api/include/
rs_object_types.rsh 159 RS_TYPE_ALLOCATION = 1002, // A handle to an Allocation.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 159 RS_TYPE_ALLOCATION = 1002, // A handle to an Allocation.
  /frameworks/rs/
rsComponent.cpp 118 case RS_TYPE_ALLOCATION:
rsDefines.h 143 RS_TYPE_ALLOCATION,
  /frameworks/rs/script_api/
rs_object_types.spec 142 value: RS_TYPE_ALLOCATION = 1002, "A handle to an Allocation."
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 323 TEST_DATA_TYPE(RS_TYPE_ALLOCATION, true, false, false);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
single_source_alloc.rs 297 TEST_DATA_TYPE(RS_TYPE_ALLOCATION, true, false, false);
  /frameworks/rs/cpp/
Element.cpp 255 case RS_TYPE_ALLOCATION:
Allocation.cpp 128 (dt == RS_TYPE_ALLOCATION) ||
  /frameworks/rs/driver/runtime/
rs_allocation.c 445 case RS_TYPE_ALLOCATION:
  /frameworks/rs/rsov/driver/
rsovScript.cpp 447 RsDataType::RS_TYPE_ALLOCATION) {

Completed in 204 milliseconds