Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java355 case TextureViewTest.EGL_GL_COLORSPACE_DISPLAY_P3_EXT:
358 case TextureViewTest.EGL_GL_COLORSPACE_DISPLAY_P3_LINEAR_EXT:
361 case TextureViewTest.EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT:
364 case TextureViewTest.EGL_GL_COLORSPACE_SRGB_KHR:
367 case TextureViewTest.EGL_GL_COLORSPACE_SCRGB_EXT:
370 case TextureViewTest.EGL_GL_COLORSPACE_SCRGB_LINEAR_EXT:
373 case TextureViewTest.EGL_GL_COLORSPACE_LINEAR_KHR:
DTextureViewTest.java60 public class TextureViewTest { class
117 activity.drawFrame(TextureViewTest::drawGlQuad); in testScaling()
133 activity.drawFrame(rotate, TextureViewTest::drawGlQuad); in testRotateScale()
175 activity.drawFrame(transform, TextureViewTest::drawGlQuad); in testTransformScale()
326 activity.drawFrame(transform, TextureViewTest::drawGlBlackWhiteLines); in testSamplingWithTransform()