OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THIRD_TEX_ID
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL.h
27
enum {
THIRD_TEX_ID
= 456 };
58
mThirdTextureRenderer = new TextureRenderer(
THIRD_TEX_ID
, mST);
SurfaceTextureMultiContextGL_test.cpp
324
ASSERT_EQ(OK, mST->attachToContext(
THIRD_TEX_ID
));
329
EXPECT_EQ(
THIRD_TEX_ID
, texBinding);
359
ASSERT_EQ(OK, mST->attachToContext(
THIRD_TEX_ID
));
364
EXPECT_EQ(
THIRD_TEX_ID
, texBinding);
Completed in 1124 milliseconds