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()
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 …]
DSurfaceTextureGL.h34 class SurfaceTextureGLTest : public GLTest {
39 GLTest::SetUp(); in SetUp()
57 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.bp22 "GLTest.cpp",