Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureMultiContextGL_test.cpp52 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
69 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
85 ASSERT_EQ(NO_INIT, mST->detachFromContext()); in TEST_F()
97 ASSERT_EQ(OK, mST->detachFromContext()); in TEST_F()
100 ASSERT_EQ(INVALID_OPERATION, mST->detachFromContext()); in TEST_F()
117 ASSERT_EQ(INVALID_OPERATION, mST->detachFromContext()); in TEST_F()
134 ASSERT_EQ(INVALID_OPERATION, 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()
[all …]
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DEGLConsumer.h70 status_t detachFromContext(SurfaceTexture& st);
DSurfaceTexture.h256 status_t detachFromContext();
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h223 status_t detachFromContext();
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp160 status_t SurfaceTexture::detachFromContext() { in detachFromContext() function in android::SurfaceTexture
175 status_t err = mEGLConsumer.detachFromContext(*this); in detachFromContext()
Dsurface_texture.cpp134 return st->consumer->detachFromContext(); in ASurfaceTexture_detachFromGLContext()
DEGLConsumer.cpp402 status_t EGLConsumer::detachFromContext(SurfaceTexture& st) { in detachFromContext() function in android::EGLConsumer
/frameworks/base/core/jni/
Dandroid_graphics_SurfaceTexture.cpp360 return surfaceTexture->detachFromContext(); in SurfaceTexture_detachFromGLContext()
/frameworks/native/libs/gui/
DGLConsumer.cpp547 status_t GLConsumer::detachFromContext() { in detachFromContext() function in android::GLConsumer