Searched refs:GLTest (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | GLTest.cpp | 29 void GLTest::SetUp() { in SetUp() 111 void GLTest::TearDown() { in TearDown() 139 EGLint const* GLTest::getConfigAttribs() { in getConfigAttribs() 154 EGLint const* GLTest::getContextAttribs() { in getContextAttribs() 162 EGLint GLTest::getSurfaceWidth() { in getSurfaceWidth() 166 EGLint GLTest::getSurfaceHeight() { in getSurfaceHeight() 170 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, in createWindowSurface() 175 ::testing::AssertionResult GLTest::checkPixel(int x, int y, in checkPixel() 216 ::testing::AssertionResult GLTest::assertRectEq(const Rect &r1, const Rect &r2, in assertRectEq() 252 void GLTest::loadShader(GLenum shaderType, const char* pSource, in loadShader() [all …]
|
D | SurfaceTextureGL.h | 34 class SurfaceTextureGLTest : public GLTest { 39 GLTest::SetUp(); in SetUp() 57 GLTest::TearDown(); in TearDown()
|
D | MultiTextureConsumer_test.cpp | 31 class MultiTextureConsumerTest : public GLTest { 36 GLTest::SetUp(); in SetUp() 47 GLTest::TearDown(); in TearDown()
|
D | GLTest.h | 29 class GLTest : public ::testing::Test { 37 GLTest() : in GLTest() function
|
D | Android.mk | 13 GLTest.cpp \
|
D | TextureRenderer.cpp | 56 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(vsrc, fsrc, &mPgm)); in SetUp()
|
D | SRGB_test.cpp | 161 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram( in initShaders()
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 52 class GLTest : public ::testing::Test { class 55 GLTest(): in GLTest() function in android::GLTest 384 class SurfaceMediaSourceGLTest : public GLTest { 402 GLTest::SetUp(); in SetUp() 409 GLTest::TearDown(); in TearDown()
|