Home
last modified time | relevance | path

Searched refs:kSamplersStartId (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h427 GLuint ids[2] = {kSamplersStartId, kSamplersStartId + 1}; in TEST_F()
434 expected.data[0] = kSamplersStartId; in TEST_F()
435 expected.data[1] = kSamplersStartId + 1; in TEST_F()
699 expected.data[0] = kSamplersStartId; in TEST_F()
700 expected.data[1] = kSamplersStartId + 1; in TEST_F()
703 EXPECT_EQ(kSamplersStartId, ids[0]); in TEST_F()
704 EXPECT_EQ(kSamplersStartId + 1, ids[1]); in TEST_F()
H A Dgles2_implementation_unittest.cc172 static const GLuint kSamplersStartId = 1; member in gpu::gles2::GLES2ImplementationTest
647 const GLuint GLES2ImplementationTest::kSamplersStartId; member in gpu::gles2::GLES2ImplementationTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h427 GLuint ids[2] = {kSamplersStartId, kSamplersStartId + 1}; in TEST_F()
434 expected.data[0] = kSamplersStartId; in TEST_F()
435 expected.data[1] = kSamplersStartId + 1; in TEST_F()
699 expected.data[0] = kSamplersStartId; in TEST_F()
700 expected.data[1] = kSamplersStartId + 1; in TEST_F()
703 EXPECT_EQ(kSamplersStartId, ids[0]); in TEST_F()
704 EXPECT_EQ(kSamplersStartId + 1, ids[1]); in TEST_F()
H A Dgles2_implementation_unittest.cc172 static const GLuint kSamplersStartId = 1; member in gpu::gles2::GLES2ImplementationTest
647 const GLuint GLES2ImplementationTest::kSamplersStartId; member in gpu::gles2::GLES2ImplementationTest