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

/external/chromium_org/gpu/command_buffer/service/
H A Dtest_helper.h37 static const GLint kMaxCubeMapTextureSize = 256; member in class:gpu::gles2::TestHelper
H A Dtest_helper.cc51 const GLint TestHelper::kMaxCubeMapTextureSize; member in class:gpu::gles2::TestHelper
280 .WillOnce(SetArgumentPointee<1>(kMaxCubeMapTextureSize))
H A Dtexture_manager_unittest.cc49 static const GLint kMaxCubeMapTextureSize = 8; member in class:gpu::gles2::TextureManagerTest
67 kMaxCubeMapTextureSize,
96 const GLint TextureManagerTest::kMaxCubeMapTextureSize; member in class:gpu::gles2::TextureManagerTest
175 kMaxCubeMapTextureSize,
194 kMaxCubeMapTextureSize,
212 kMaxCubeMapTextureSize,
238 kMaxCubeMapTextureSize,
277 EXPECT_EQ(kMaxCubeMapTextureSize,
279 EXPECT_EQ(kMaxCubeMapTextureSize,
281 EXPECT_EQ(kMaxCubeMapTextureSize,
390 static const GLint kMaxCubeMapTextureSize = 8; member in class:gpu::gles2::TextureTestBase
[all...]
H A Dgles2_cmd_decoder_unittest_base.h397 static const GLint kMaxCubeMapTextureSize = 256; member in class:gpu::gles2::GLES2DecoderTestBase
H A Dgles2_cmd_decoder_unittest_base.cc1223 const GLint GLES2DecoderTestBase::kMaxCubeMapTextureSize; member in class:gpu::gles2::GLES2DecoderTestBase
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc368 static const GLint kMaxCubeMapTextureSize = 64; member in class:gpu::gles2::GLES2ImplementationTest
420 int_state.max_cube_map_texture_size = kMaxCubeMapTextureSize;
739 const GLint GLES2ImplementationTest::kMaxCubeMapTextureSize; member in class:gpu::gles2::GLES2ImplementationTest
2184 {GL_MAX_CUBE_MAP_TEXTURE_SIZE, kMaxCubeMapTextureSize, },

Completed in 2770 milliseconds