Home
last modified time | relevance | path

Searched refs:supportedTypes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp548 static std::vector<GLenum> supportedTypes = { in GetSupportedTypes() local
564 supportedTypes.emplace_back(GL_UNSIGNED_BYTE); in GetSupportedTypes()
565 supportedTypes.emplace_back(GL_UNSIGNED_SHORT_5_6_5); in GetSupportedTypes()
566 supportedTypes.emplace_back(GL_UNSIGNED_SHORT_4_4_4_4); in GetSupportedTypes()
567 supportedTypes.emplace_back(GL_UNSIGNED_SHORT_5_5_5_1); in GetSupportedTypes()
568 return supportedTypes; in GetSupportedTypes()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1428 std::vector<CoordinateSystemType> supportedTypes; in QuerySupportCoordinateSystemType() local
1429 supportedTypes.push_back(CoordinateSystemType::WGS84); in QuerySupportCoordinateSystemType()
1433 fenceStruct.coordinateSystemTypes = supportedTypes; in QuerySupportCoordinateSystemType()