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

  /external/chromium_org/gpu/command_buffer/service/
context_group.cc 154 GLint max_cube_map_texture_size = 0; local
161 &max_cube_map_texture_size)) {
171 if (feature_info_->workarounds().max_cube_map_texture_size) {
172 max_cube_map_texture_size = std::min(
173 max_cube_map_texture_size,
174 feature_info_->workarounds().max_cube_map_texture_size);
180 max_cube_map_texture_size));
feature_info.h 63 GLint max_cube_map_texture_size; member in struct:gpu::gles2::FeatureInfo::Workarounds
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 132 GLint max_cube_map_texture_size; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState

Completed in 437 milliseconds