Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp1375 EGLImageKHR blitAhbImage = mGl->eglCreateImageKHR( in TEST_P() local
1377 ASSERT_THAT(blitAhbImage, Not(Eq(EGL_NO_IMAGE_KHR))); in TEST_P()
1381 mGl->glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, blitAhbImage); in TEST_P()
1513 EGLImageKHR blitAhbImage = mGl->eglCreateImageKHR( in TEST_P() local
1515 ASSERT_THAT(blitAhbImage, Not(Eq(EGL_NO_IMAGE_KHR))); in TEST_P()
1519 mGl->glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, blitAhbImage); in TEST_P()
1664 EGLImageKHR blitAhbImage = mGl->eglCreateImageKHR( in TEST_P() local
1666 ASSERT_THAT(blitAhbImage, Not(Eq(EGL_NO_IMAGE_KHR))); in TEST_P()
1670 mGl->glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, blitAhbImage); in TEST_P()