OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachToContext
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp
163
ASSERT_EQ(OK, mST->
attachToContext
(SECOND_TEX_ID));
195
ASSERT_EQ(OK, mST->
attachToContext
(SECOND_TEX_ID));
223
ASSERT_EQ(OK, mST->
attachToContext
(SECOND_TEX_ID));
258
ASSERT_EQ(NO_INIT, mST->
attachToContext
(SECOND_TEX_ID));
270
ASSERT_EQ(INVALID_OPERATION, mST->
attachToContext
(SECOND_TEX_ID));
279
ASSERT_EQ(INVALID_OPERATION, mST->
attachToContext
(SECOND_TEX_ID));
299
ASSERT_EQ(INVALID_OPERATION, mST->
attachToContext
(SECOND_TEX_ID));
316
ASSERT_EQ(OK, mST->
attachToContext
(SECOND_TEX_ID));
324
ASSERT_EQ(OK, mST->
attachToContext
(THIRD_TEX_ID));
351
ASSERT_EQ(OK, mST->
attachToContext
(SECOND_TEX_ID))
[
all
...]
/frameworks/base/libs/hwui/
DeferredLayerUpdater.cpp
64
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
216
//
attachToContext
method.
219
//
attachToContext
attaches a GLConsumer that is currently in the
222
// called and no calls to
attachToContext
have succeeded since the last
223
// detachFromContext call. Calls to
attachToContext
made on a
229
// call to
attachToContext
will result in this texture object being bound to
232
status_t
attachToContext
(uint32_t tex);
423
// and can be changed with a call to
attachToContext
[
all
...]
/frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp
354
return surfaceTexture->
attachToContext
((GLuint)tex);
/frameworks/native/libs/gui/
GLConsumer.cpp
637
status_t GLConsumer::
attachToContext
(uint32_t tex) {
639
GLC_LOGV("
attachToContext
");
643
GLC_LOGE("
attachToContext
: abandoned GLConsumer");
648
GLC_LOGE("
attachToContext
: GLConsumer is already attached to a "
657
GLC_LOGE("
attachToContext
: invalid current EGLDisplay");
662
GLC_LOGE("
attachToContext
: invalid current EGLContext");
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar
/external/dagger2/lib/
auto-value-1.0.jar
Completed in 2717 milliseconds