Searched refs:detachFromContext (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureMultiContextGL_test.cpp | 52 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/ |
D | EGLConsumer.h | 70 status_t detachFromContext(SurfaceTexture& st);
|
D | SurfaceTexture.h | 256 status_t detachFromContext();
|
/frameworks/native/libs/gui/include/gui/ |
D | GLConsumer.h | 223 status_t detachFromContext();
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | SurfaceTexture.cpp | 160 status_t SurfaceTexture::detachFromContext() { in detachFromContext() function in android::SurfaceTexture 175 status_t err = mEGLConsumer.detachFromContext(*this); in detachFromContext()
|
D | surface_texture.cpp | 134 return st->consumer->detachFromContext(); in ASurfaceTexture_detachFromGLContext()
|
D | EGLConsumer.cpp | 402 status_t EGLConsumer::detachFromContext(SurfaceTexture& st) { in detachFromContext() function in android::EGLConsumer
|
/frameworks/base/core/jni/ |
D | android_graphics_SurfaceTexture.cpp | 360 return surfaceTexture->detachFromContext(); in SurfaceTexture_detachFromGLContext()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 547 status_t GLConsumer::detachFromContext() { in detachFromContext() function in android::GLConsumer
|