HomeSort by relevance Sort by last modified time
    Searched full:max_cube_map_texture_size (Results 1 - 19 of 19) 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 83 GLint max_cube_map_texture_size; member in struct:gpu::gles2::FeatureInfo::Workarounds
feature_info.cc 91 workarounds->max_cube_map_texture_size = 4096;
93 workarounds->max_cube_map_texture_size = 1024;
95 workarounds->max_cube_map_texture_size = 512;
152 max_cube_map_texture_size(0),
texture_manager.cc 905 GLint max_cube_map_texture_size,
914 max_cube_map_texture_size_(max_cube_map_texture_size),
920 max_cube_map_texture_size,
921 max_cube_map_texture_size,
922 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 489 GLsizei max_cube_map_texture_size,
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 196 LIMIT_CASE(max_cube_map_texture_size, GL_MAX_CUBE_MAP_TEXTURE_SIZE, GLint, 16);
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 444 LIMIT_CASE(max_cube_map_texture_size, GL_MAX_CUBE_MAP_TEXTURE_SIZE, GLint, 2048);
es3fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 141 GLint max_cube_map_texture_size; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc 60 max_cube_map_texture_size(0),
685 *params = static_state_.int_state.max_cube_map_texture_size;
    [all...]
gles2_implementation_unittest.cc 419 int_state.max_cube_map_texture_size = kMaxCubeMapTextureSize;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 336 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/deqp/android/cts/
com.drawelements.deqp.gles2.xml     [all...]
com.drawelements.deqp.gles3.xml 24 <Test name="max_cube_map_texture_size" />
    [all...]
es30-mustpass-2014.2.9-2014-10-22.txt 16 dEQP-GLES3.functional.implementation_limits.max_cube_map_texture_size
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml     [all...]

Completed in 459 milliseconds