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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 236 enum FloatPrecision {
243 FloatPrecision getFloatPrecisionRequirement() const;
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 231 RSInfo::FloatPrecision RSInfo::getFloatPrecisionRequirement() const {
256 RSInfo::FloatPrecision result = relaxed_pragma_seen ? FP_Relaxed : FP_Full;

Completed in 54 milliseconds