HomeSort by relevance Sort by last modified time
    Searched refs:attachToContext (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp 154 ASSERT_EQ(OK, mST->attachToContext(SECOND_TEX_ID));
185 ASSERT_EQ(OK, mST->attachToContext(SECOND_TEX_ID));
212 ASSERT_EQ(OK, mST->attachToContext(SECOND_TEX_ID));
246 ASSERT_EQ(NO_INIT, mST->attachToContext(SECOND_TEX_ID));
257 ASSERT_EQ(INVALID_OPERATION, mST->attachToContext(SECOND_TEX_ID));
265 ASSERT_EQ(INVALID_OPERATION, mST->attachToContext(SECOND_TEX_ID));
284 ASSERT_EQ(INVALID_OPERATION, mST->attachToContext(SECOND_TEX_ID));
300 ASSERT_EQ(OK, mST->attachToContext(SECOND_TEX_ID));
308 ASSERT_EQ(OK, mST->attachToContext(THIRD_TEX_ID));
334 ASSERT_EQ(OK, mST->attachToContext(SECOND_TEX_ID))
    [all...]
  /frameworks/base/libs/hwui/
DeferredLayerUpdater.cpp 65 mSurfaceTexture->attachToContext(mLayer->getTextureId());
  /frameworks/native/include/gui/
GLConsumer.h 69 // attachToContext methods, respectively. The intention of these methods is
76 // context for the purposes of the attachToContext and detachFromContext
83 // created in a detached state, and attachToContext must be called before
214 // attachToContext method.
217 // attachToContext attaches a GLConsumer that is currently in the
220 // called and no calls to attachToContext have succeeded since the last
221 // detachFromContext call. Calls to attachToContext made on a
227 // call to attachToContext will result in this texture object being bound to
230 status_t attachToContext(uint32_t tex);
406 // and can be changed with a call to attachToContext
    [all...]
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 331 return surfaceTexture->attachToContext((GLuint)tex);
  /frameworks/native/libs/gui/
GLConsumer.cpp 598 status_t GLConsumer::attachToContext(uint32_t tex) {
600 GLC_LOGV("attachToContext");
604 GLC_LOGE("attachToContext: abandoned GLConsumer");
609 GLC_LOGE("attachToContext: GLConsumer is already attached to a "
618 GLC_LOGE("attachToContext: invalid current EGLDisplay");
623 GLC_LOGE("attachToContext: invalid current EGLContext");
    [all...]

Completed in 97 milliseconds