HomeSort by relevance Sort by last modified time
    Searched refs:GLES2ImplementationTest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 16 TEST_F(GLES2ImplementationTest, AttachShader) {
28 TEST_F(GLES2ImplementationTest, BindBuffer) {
42 TEST_F(GLES2ImplementationTest, BindFramebuffer) {
56 TEST_F(GLES2ImplementationTest, BindRenderbuffer) {
70 TEST_F(GLES2ImplementationTest, BlendColor) {
81 TEST_F(GLES2ImplementationTest, BlendEquation) {
92 TEST_F(GLES2ImplementationTest, BlendEquationSeparate) {
103 TEST_F(GLES2ImplementationTest, BlendFunc) {
114 TEST_F(GLES2ImplementationTest, BlendFuncSeparate) {
125 TEST_F(GLES2ImplementationTest, CheckFramebufferStatus)
    [all...]
share_group.h 18 class GLES2ImplementationTest;
90 friend class gpu::gles2::GLES2ImplementationTest;
gles2_implementation_unittest.cc 358 class GLES2ImplementationTest : public testing::Test {
507 GLES2ImplementationTest() : commands_(NULL) {}
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::kTransferBufferSize
    [all...]
gles2_implementation.h 278 friend class GLES2ImplementationTest;
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 76 milliseconds