OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLTest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_unittests.cc
15
class
GLTest
: public testing::Test {
29
TEST_F(
GLTest
, Basic) {
37
TEST_F(
GLTest
, BasicFBO) {
66
TEST_F(
GLTest
, SimpleShader) {
95
TEST_F(
GLTest
, GetString) {
/cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp
33
class
GLTest
: public ::testing::Test {
37
GLTest
():
188
TEST_F(
GLTest
, ClearColorTest) {
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
53
class
GLTest
: public ::testing::Test {
56
GLTest
():
63
ALOGV("
GLTest
::SetUp()");
167
ALOGV("
GLTest
getConfigAttribs");
387
class SurfaceMediaSourceGLTest : public
GLTest
{
398
ALOGV("SMS-
GLTest
::SetUp()");
405
GLTest
::SetUp();
412
GLTest
::TearDown();
[
all
...]
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
43
class
GLTest
: public ::testing::Test {
46
GLTest
():
382
class MultiTextureConsumerTest : public
GLTest
{
387
GLTest
::SetUp();
395
GLTest
::TearDown();
477
class SurfaceTextureGLTest : public
GLTest
{
482
GLTest
::SetUp();
498
GLTest
::TearDown();
[
all
...]
Completed in 534 milliseconds