Searched refs:supportedTypes (Results 1 – 2 of 2) sorted by relevance
548 static std::vector<GLenum> supportedTypes = { in GetSupportedTypes() local564 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()
1428 std::vector<CoordinateSystemType> supportedTypes; in QuerySupportCoordinateSystemType() local1429 supportedTypes.push_back(CoordinateSystemType::WGS84); in QuerySupportCoordinateSystemType()1433 fenceStruct.coordinateSystemTypes = supportedTypes; in QuerySupportCoordinateSystemType()