Searched refs:testGetBitmap (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 226 testGetBitmap(EGL_GL_COLORSPACE_DISPLAY_P3_EXT, ColorSpace.get(ColorSpace.Named.DISPLAY_P3), in testGetBitmap_8888_P3() 232 testGetBitmap(EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT, in testGetBitmap_8888_PassthroughP3() 239 testGetBitmap(EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT, in testGetBitmap_FP16_PassthroughP3() 256 testGetBitmap(EGL_GL_COLORSPACE_DISPLAY_P3_LINEAR_EXT, linearDisplayP3, true, in testGetBitmap_FP16_LinearP3() 265 testGetBitmap(EGL_GL_COLORSPACE_SCRGB_EXT, in testGetBitmap_FP16_ExtendedSRGB() 272 testGetBitmap(EGL_GL_COLORSPACE_SCRGB_LINEAR_EXT, in testGetBitmap_FP16_LinearExtendedSRGB() 279 testGetBitmap(EGL_GL_COLORSPACE_SRGB_KHR, ColorSpace.get(ColorSpace.Named.SRGB), in testGet565Bitmap_SRGB() 285 testGetBitmap(EGL_GL_COLORSPACE_SRGB_KHR, ColorSpace.get(ColorSpace.Named.SRGB), in testGetBitmap_SRGB() 291 testGetBitmap(EGL_GL_COLORSPACE_LINEAR_KHR, ColorSpace.get(ColorSpace.Named.LINEAR_SRGB), in testGetBitmap_SRGBLinear() 454 private void testGetBitmap(int eglColorSpace, ColorSpace colorSpace, in testGetBitmap() method in TextureViewTest
|