Searched refs:GLTest (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | GLTest.cpp | 31 void GLTest::SetUp() { in SetUp() 113 void GLTest::TearDown() { in TearDown() 141 EGLint const* GLTest::getConfigAttribs() { in getConfigAttribs() 156 EGLint const* GLTest::getContextAttribs() { in getContextAttribs() 164 EGLint GLTest::getSurfaceWidth() { in getSurfaceWidth() 168 EGLint GLTest::getSurfaceHeight() { in getSurfaceHeight() 172 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, in createWindowSurface() 177 ::testing::AssertionResult GLTest::checkPixel(int x, int y, in checkPixel() 218 ::testing::AssertionResult GLTest::assertRectEq(const Rect &r1, const Rect &r2, in assertRectEq() 254 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 | TextureRenderer.cpp | 57 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(vsrc, fsrc, &mPgm)); in SetUp()
|
D | Android.bp | 22 "GLTest.cpp",
|