Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DGLTest.cpp29 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 …]
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
DAndroid.mk16 GLTest.cpp \
DTextureRenderer.cpp56 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(vsrc, fsrc, &mPgm)); in SetUp()
DSRGB_test.cpp167 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram( in initShaders()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp53 class GLTest : public ::testing::Test { class
56 GLTest(): in GLTest() function in android::GLTest
385 class SurfaceMediaSourceGLTest : public GLTest {
403 GLTest::SetUp(); in SetUp()
410 GLTest::TearDown(); in TearDown()