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

  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 521 std::unique_ptr<BinaryPrimitive> floatingPoint = tryParseFloat(value);
522 if (floatingPoint) {
523 if (typeMask & androidTypeToAttributeTypeMask(floatingPoint->value.dataType)) {
524 return std::move(floatingPoint);
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp     [all...]

Completed in 120 milliseconds