Home
last modified time | relevance | path

Searched refs:GLTest (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/tests/
DGLTest.cpp31 void GLTest::SetUp() { in SetUp()
109 void GLTest::TearDown() { in TearDown()
133 EGLint const* GLTest::getConfigAttribs() { in getConfigAttribs()
148 EGLint const* GLTest::getContextAttribs() { in getContextAttribs()
156 EGLint GLTest::getSurfaceWidth() { in getSurfaceWidth()
160 EGLint GLTest::getSurfaceHeight() { in getSurfaceHeight()
164 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, in createWindowSurface()
169 ::testing::AssertionResult GLTest::checkPixel(int x, int y, in checkPixel()
210 ::testing::AssertionResult GLTest::assertRectEq(const Rect &r1, const Rect &r2, in assertRectEq()
246 void GLTest::loadShader(GLenum shaderType, const char* pSource, in loadShader()
[all …]
DSurfaceTextureGL.h35 class SurfaceTextureGLTest : public GLTest {
40 GLTest::SetUp(); in SetUp()
59 GLTest::TearDown(); in TearDown()
DMultiTextureConsumer_test.cpp31 class MultiTextureConsumerTest : public GLTest {
36 GLTest::SetUp(); in SetUp()
47 GLTest::TearDown(); in TearDown()
DGLTest.h29 class GLTest : public ::testing::Test {
37 GLTest() : in GLTest() function
DTextureRenderer.cpp57 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(vsrc, fsrc, &mPgm)); in SetUp()
DAndroid.bp43 "GLTest.cpp",