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

  /external/skia/gm/
bleed.cpp 88 make_red_ringed_bitmap(&fBitmapBig, 2*kMaxTextureSize, 2*kMaxTextureSize);
98 ctx->setMaxTextureSizeOverride(kMaxTextureSize);
162 static const int kMaxTextureSize = 32;
  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 44 static const GLint kMaxTextureSize = 16;
65 kMaxTextureSize, kMaxCubeMapTextureSize));
94 const GLint TextureManagerTest::kMaxTextureSize;
169 NULL, feature_info_.get(), kMaxTextureSize, kMaxCubeMapTextureSize);
191 NULL, feature_info_.get(), kMaxTextureSize, kMaxCubeMapTextureSize);
227 EXPECT_EQ(kMaxTextureSize, manager_->MaxSizeForTarget(GL_TEXTURE_2D));
249 GL_TEXTURE_2D, 0, kMaxTextureSize, kMaxTextureSize, 1));
258 GL_TEXTURE_2D, kMax2dLevels, kMaxTextureSize, 1, 1));
261 GL_TEXTURE_2D, kMax2dLevels, kMaxTextureSize, 1, 2))
    [all...]
test_helper.h 34 static const GLint kMaxTextureSize = 2048;
framebuffer_manager_unittest.cc 20 static const GLint kMaxTextureSize = 64;
29 NULL, new FeatureInfo(), kMaxTextureSize, kMaxCubemapSize),
59 const GLint FramebufferManagerTest::kMaxTextureSize;
113 static const GLint kMaxTextureSize = 64;
121 NULL, new FeatureInfo(), kMaxTextureSize, kMaxCubemapSize),
158 const GLint FramebufferInfoTest::kMaxTextureSize;
    [all...]
test_helper.cc 49 const GLint TestHelper::kMaxTextureSize;
250 .WillOnce(SetArgumentPointee<1>(kMaxTextureSize))
gles2_cmd_decoder_unittest_base.h 373 static const GLint kMaxTextureSize = 2048;
gles2_cmd_decoder_unittest_base.cc     [all...]
gles2_cmd_decoder_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 363 const int kMaxTextureSize =
367 EXPECT_GT(scrollbar_layer_->bounds().width(), kMaxTextureSize);
370 kMaxTextureSize - 1);
372 kMaxTextureSize - 1);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 313 static const GLint kMaxTextureSize = 128;
376 int_state.max_texture_size = kMaxTextureSize;
516 const GLint GLES2ImplementationTest::kMaxTextureSize;
    [all...]

Completed in 161 milliseconds