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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL.h20 #include "GLTest.h"
34 class SurfaceTextureGLTest : public GLTest {
39 GLTest::SetUp();
57 GLTest::TearDown();
H A DGLTest.cpp17 #include "GLTest.h"
29 void GLTest::SetUp() {
111 void GLTest::TearDown() {
139 EGLint const* GLTest::getConfigAttribs() {
154 EGLint const* GLTest::getContextAttribs() {
162 EGLint GLTest::getSurfaceWidth() {
166 EGLint GLTest::getSurfaceHeight() {
170 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config,
175 ::testing::AssertionResult GLTest::checkPixel(int x, int y,
216 ::testing::AssertionResult GLTest
[all...]
H A DGLTest.h29 class GLTest : public ::testing::Test { class in namespace:android
37 GLTest() : function in class:android::GLTest
H A DMultiTextureConsumer_test.cpp20 #include "GLTest.h"
31 class MultiTextureConsumerTest : public GLTest {
36 GLTest::SetUp();
47 GLTest::TearDown();
H A DAndroid.mk16 GLTest.cpp \
H A DTextureRenderer.cpp19 #include "GLTest.h"
57 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(vsrc, fsrc, &mPgm));
H A DSRGB_test.cpp24 #include "GLTest.h"
167 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp48 class GLTest : public ::testing::Test { class in namespace:android
51 GLTest(): function in class:android::GLTest
58 ALOGV("GLTest::SetUp()");
162 ALOGV("GLTest getConfigAttribs");
380 class SurfaceMediaSourceGLTest : public GLTest {
391 ALOGV("SMS-GLTest::SetUp()");
398 GLTest::SetUp();
405 GLTest::TearDown();

Completed in 114 milliseconds