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

  /external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc 56 EXPECT_EQ(0u, group_->max_vertex_uniform_vectors());
82 group_->max_vertex_uniform_vectors());
feature_info.h 86 GLint max_vertex_uniform_vectors; member in struct:gpu::gles2::FeatureInfo::Workarounds
context_group.h 108 uint32 max_vertex_uniform_vectors() const { function in class:gpu::gles2::ContextGroup
context_group.cc 239 if (feature_info_->workarounds().max_vertex_uniform_vectors) {
243 feature_info_->workarounds().max_vertex_uniform_vectors));
feature_info.cc 102 workarounds->max_vertex_uniform_vectors = 256;
155 max_vertex_uniform_vectors(0) {
gles2_cmd_decoder.cc     [all...]
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 207 LIMIT_CASE(max_vertex_uniform_vectors, GL_MAX_VERTEX_UNIFORM_VECTORS, GLint, 128);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 149 GLint max_vertex_uniform_vectors; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc 68 max_vertex_uniform_vectors(0),
709 *params = static_state_.int_state.max_vertex_uniform_vectors;
    [all...]
gles2_implementation_unittest.cc 427 int_state.max_vertex_uniform_vectors = kMaxVertexUniformVectors;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 476 LIMIT_CASE(max_vertex_uniform_vectors, GL_MAX_VERTEX_UNIFORM_VECTORS, GLint, minVertexUniformComponents/4);

Completed in 702 milliseconds