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

  /external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc 55 EXPECT_EQ(0u, group_->max_varying_vectors());
80 group_->max_varying_vectors());
feature_info.h 85 GLint max_varying_vectors; member in struct:gpu::gles2::FeatureInfo::Workarounds
context_group.h 104 uint32 max_varying_vectors() const { function in class:gpu::gles2::ContextGroup
context_group.cc 234 if (feature_info_->workarounds().max_varying_vectors) {
237 static_cast<uint32>(feature_info_->workarounds().max_varying_vectors));
program_manager.h 365 uint32 max_varying_vectors);
408 uint32 max_varying_vectors() const { function in class:gpu::gles2::ProgramManager
feature_info.cc 100 workarounds->max_varying_vectors = 16;
154 max_varying_vectors(0),
program_manager.cc     [all...]
gles2_cmd_decoder.cc     [all...]
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 208 LIMIT_CASE(max_varying_vectors, GL_MAX_VARYING_VECTORS, GLint, 8);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 146 GLint max_varying_vectors; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc 65 max_varying_vectors(0),
700 *params = static_state_.int_state.max_varying_vectors;
    [all...]
gles2_implementation_unittest.cc 424 int_state.max_varying_vectors = kMaxVaryingVectors;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 498 LIMIT_CASE(max_varying_vectors, GL_MAX_VARYING_VECTORS, GLint, 15);

Completed in 155 milliseconds