Home
last modified time | relevance | path

Searched refs:kMaxFragmentUniformVectors (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dtest_helper.h56 static const GLint kMaxFragmentUniformVectors = 16; variable
58 kMaxFragmentUniformVectors * 4;
H A Dcontext_group_unittest.cc104 EXPECT_EQ(static_cast<uint32_t>(TestHelper::kMaxFragmentUniformVectors), in TEST_F()
H A Dtest_helper.cc87 const GLint TestHelper::kMaxFragmentUniformVectors; member in gpu::gles2::TestHelper
429 .WillOnce(SetArgPointee<1>(kMaxFragmentUniformVectors)) in SetupContextGroupInitExpectations()
H A Dgles2_cmd_decoder_unittest_base.h559 static const GLint kMaxFragmentUniformVectors = 16; variable
H A Dgles2_cmd_decoder_unittest_programs.cc2020 (kMaxFragmentUniformVectors + kMaxVertexUniformVectors) * 4 - 1; in TEST_P()
H A Dgles2_cmd_decoder_unittest_base.cc1795 const GLint GLES2DecoderTestBase::kMaxFragmentUniformVectors; member in gpu::gles2::GLES2DecoderTestBase
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dtest_helper.h56 static const GLint kMaxFragmentUniformVectors = 16; variable
58 kMaxFragmentUniformVectors * 4;
H A Dcontext_group_unittest.cc104 EXPECT_EQ(static_cast<uint32_t>(TestHelper::kMaxFragmentUniformVectors), in TEST_F()
H A Dtest_helper.cc87 const GLint TestHelper::kMaxFragmentUniformVectors; member in gpu::gles2::TestHelper
429 .WillOnce(SetArgPointee<1>(kMaxFragmentUniformVectors)) in SetupContextGroupInitExpectations()
H A Dgles2_cmd_decoder_unittest_base.h559 static const GLint kMaxFragmentUniformVectors = 16; variable
H A Dgles2_cmd_decoder_unittest_programs.cc2020 (kMaxFragmentUniformVectors + kMaxVertexUniformVectors) * 4 - 1; in TEST_P()
H A Dgles2_cmd_decoder_unittest_base.cc1796 const GLint GLES2DecoderTestBase::kMaxFragmentUniformVectors; member in gpu::gles2::GLES2DecoderTestBase
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc153 static const GLint kMaxFragmentUniformVectors = 16; member in gpu::gles2::GLES2ImplementationTest
218 capabilities_.max_fragment_uniform_vectors = kMaxFragmentUniformVectors; in Initialize()
632 const GLint GLES2ImplementationTest::kMaxFragmentUniformVectors; member in gpu::gles2::GLES2ImplementationTest
2028 {GL_MAX_FRAGMENT_UNIFORM_VECTORS, kMaxFragmentUniformVectors, }, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc153 static const GLint kMaxFragmentUniformVectors = 16; member in gpu::gles2::GLES2ImplementationTest
218 capabilities_.max_fragment_uniform_vectors = kMaxFragmentUniformVectors; in Initialize()
632 const GLint GLES2ImplementationTest::kMaxFragmentUniformVectors; member in gpu::gles2::GLES2ImplementationTest
2028 {GL_MAX_FRAGMENT_UNIFORM_VECTORS, kMaxFragmentUniformVectors, }, in TEST_F()