HomeSort by relevance Sort by last modified time
    Searched full:max_cube_map_texture_size (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
context_group.cc 155 GLint max_cube_map_texture_size = 0; local
162 &max_cube_map_texture_size)) {
172 if (feature_info_->workarounds().max_cube_map_texture_size) {
173 max_cube_map_texture_size = std::min(
174 max_cube_map_texture_size,
175 feature_info_->workarounds().max_cube_map_texture_size);
181 max_cube_map_texture_size));
feature_info.h 78 GLint max_cube_map_texture_size; member in struct:gpu::gles2::FeatureInfo::Workarounds
feature_info.cc 92 workarounds->max_cube_map_texture_size = 4096;
94 workarounds->max_cube_map_texture_size = 1024;
96 workarounds->max_cube_map_texture_size = 512;
143 max_cube_map_texture_size(0) {
texture_manager.cc 869 GLint max_cube_map_texture_size)
878 max_cube_map_texture_size_(max_cube_map_texture_size),
884 max_cube_map_texture_size,
885 max_cube_map_texture_size,
886 max_cube_map_texture_size)),
    [all...]
feature_info_unittest.cc 134 EXPECT_EQ(0, info_->workarounds().max_cube_map_texture_size);
    [all...]
texture_manager.h 504 GLsizei max_cube_map_texture_size);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 140 GLint max_cube_map_texture_size; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc 59 max_cube_map_texture_size(0),
648 *params = static_state_.int_state.max_cube_map_texture_size;
    [all...]
gles2_implementation_unittest.cc 376 int_state.max_cube_map_texture_size = kMaxCubeMapTextureSize;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 328 const GLenum MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml     [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml     [all...]

Completed in 149 milliseconds