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

/external/chromium_org/gpu/command_buffer/service/
H A Dtest_helper.h36 static const GLint kMaxTextureSize = 2048; member in class:gpu::gles2::TestHelper
H A Dframebuffer_manager_unittest.cc22 const GLint kMaxTextureSize = 64; member in namespace:gpu::gles2::__anon8415
39 kMaxTextureSize,
115 kMaxTextureSize,
H A Dtest_helper.cc50 const GLint TestHelper::kMaxTextureSize; member in class:gpu::gles2::TestHelper
277 .WillOnce(SetArgumentPointee<1>(kMaxTextureSize))
H A Dtexture_manager_unittest.cc48 static const GLint kMaxTextureSize = 16; member in class:gpu::gles2::TextureManagerTest
66 kMaxTextureSize,
95 const GLint TextureManagerTest::kMaxTextureSize; member in class:gpu::gles2::TextureManagerTest
174 kMaxTextureSize,
193 kMaxTextureSize,
211 kMaxTextureSize,
237 kMaxTextureSize,
276 EXPECT_EQ(kMaxTextureSize, manager_->MaxSizeForTarget(GL_TEXTURE_2D));
298 GL_TEXTURE_2D, 0, kMaxTextureSize, kMaxTextureSize,
389 static const GLint kMaxTextureSize = 16; member in class:gpu::gles2::TextureTestBase
[all...]
H A Dgles2_cmd_decoder_unittest_base.h396 static const GLint kMaxTextureSize = 2048; member in class:gpu::gles2::GLES2DecoderTestBase
H A Dgles2_cmd_decoder_unittest_base.cc1222 const GLint GLES2DecoderTestBase::kMaxTextureSize; member in class:gpu::gles2::GLES2DecoderTestBase
/external/chromium_org/third_party/skia/gm/
H A Dbleed.cpp105 make_ringed_bitmap(&fBitmapBig, 2*kMaxTextureSize, 2*kMaxTextureSize);
218 ctx->setMaxTextureSizeOverride(kMaxTextureSize);
274 static const int kMaxTextureSize = 32; member in class:BleedGM
/external/skia/gm/
H A Dbleed.cpp105 make_ringed_bitmap(&fBitmapBig, 2*kMaxTextureSize, 2*kMaxTextureSize);
218 ctx->setMaxTextureSizeOverride(kMaxTextureSize);
274 static const int kMaxTextureSize = 32; member in class:BleedGM
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc597 const int kMaxTextureSize = variable
601 EXPECT_GT(scrollbar_layer_->bounds().width(), kMaxTextureSize);
604 kMaxTextureSize - 1);
606 kMaxTextureSize - 1);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc372 static const GLint kMaxTextureSize = 128; member in class:gpu::gles2::GLES2ImplementationTest
424 int_state.max_texture_size = kMaxTextureSize;
743 const GLint GLES2ImplementationTest::kMaxTextureSize; member in class:gpu::gles2::GLES2ImplementationTest
2188 {GL_MAX_TEXTURE_SIZE, kMaxTextureSize, },

Completed in 3593 milliseconds