Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureLoader.java428 static HashMap<String, Boolean> sFormatMap; field in CompressedTextureLoader
436 sFormatMap = new HashMap<String, Boolean>(); in updateSupportedFormats()
444 sFormatMap.put(TEXTURE_ETC1, ETC1Util.isETC1Supported()); in updateSupportedFormats()
449 sFormatMap.put(TEXTURE_ATC, true); in updateSupportedFormats()
455 sFormatMap.put(TEXTURE_S3TC, true); in updateSupportedFormats()
459 sFormatMap.put(TEXTURE_PVRTC, true); in updateSupportedFormats()
470 Boolean supported = sFormatMap.get(format); in isFormatSupported()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java247 private static HashMap<Integer, String> sFormatMap = new HashMap<>(); field in ItsService
249 sFormatMap.put(ImageFormat.PRIVATE, "priv"); in sFormatMap.put()
250 sFormatMap.put(ImageFormat.JPEG, "jpeg"); in sFormatMap.put()
251 sFormatMap.put(ImageFormat.JPEG_R, JPEG_R_FMT); in sFormatMap.put()
252 sFormatMap.put(ImageFormat.YUV_420_888, "yuv"); in sFormatMap.put()
2695 String format = sFormatMap.get(queryableCombinations[i][j]);