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

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 60 enum RSFloatPrecision mRSFloatPrecision;
198 return mRSFloatPrecision;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 71 mRSFloatPrecision(RS_FP_Full) {
85 mRSFloatPrecision(RS_FP_Full) {
248 mRSFloatPrecision = RS_FP_Imprecise;
250 mRSFloatPrecision = RS_FP_Relaxed;
264 mRSFloatPrecision = RS_FP_Relaxed;
267 mRSFloatPrecision = RS_FP_Imprecise;
270 mRSFloatPrecision = RS_FP_Full;

Completed in 30 milliseconds