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

  /frameworks/rs/cpp/util/
TypeHelpers.h 163 void splat_type(TYPE* where, const TYPE* what, size_t n) { function in namespace:android::RSC
  /frameworks/rs/server/
TypeHelpers.h 163 void splat_type(TYPE* where, const TYPE* what, size_t n) { function in namespace:android
  /system/core/include/utils/
SortedVector.h 259 splat_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(item), num );
TypeHelpers.h 166 void splat_type(TYPE* where, const TYPE* what, size_t n) { function in namespace:android
Vector.h 405 splat_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(item), num );

Completed in 1157 milliseconds