Searched defs:GLES2ImplementationTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc358 class GLES2ImplementationTest : public testing::Test { class in namespace:gpu::gles2
507 GLES2ImplementationTest() : commands_(NULL) {} function in class:gpu::gles2::GLES2ImplementationTest
621 void GLES2ImplementationTest::SetUp() {
626 void GLES2ImplementationTest::TearDown() {
631 class GLES2ImplementationManualInitTest : public GLES2ImplementationTest {
636 class GLES2ImplementationStrictSharedTest : public GLES2ImplementationTest {
734 const uint8 GLES2ImplementationTest::kInitialValue;
735 const int32 GLES2ImplementationTest::kNumCommandEntries;
736 const int32 GLES2ImplementationTest::kCommandBufferSizeBytes;
737 const size_t GLES2ImplementationTest
[all...]

Completed in 157 milliseconds