Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL_test.cpp52 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
69 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
97 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
142 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
158 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
190 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
218 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
252 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
291 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
311 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
[all …]
/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A DEGLConsumer.h70 status_t detachFromContext(SurfaceTexture& st);
H A DSurfaceTexture.h255 status_t detachFromContext();
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp158 status_t SurfaceTexture::detachFromContext() { in detachFromContext() function in android::SurfaceTexture
173 status_t err = mEGLConsumer.detachFromContext(*this); in detachFromContext()
H A Dsurface_texture.cpp134 return st->consumer->detachFromContext(); in ASurfaceTexture_detachFromGLContext()
H A DEGLConsumer.cpp402 status_t EGLConsumer::detachFromContext(SurfaceTexture& st) { in detachFromContext() function in android::EGLConsumer
/aosp12/frameworks/native/libs/gui/include/gui/
H A DGLConsumer.h219 status_t detachFromContext();
/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp344 return surfaceTexture->detachFromContext(); in SurfaceTexture_detachFromGLContext()
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp547 status_t GLConsumer::detachFromContext() { in detachFromContext() function in android::GLConsumer