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 57 EXPECT_EQ(0u, group_->max_vertex_uniform_vectors());
83 group_->max_vertex_uniform_vectors());
feature_info.h 87 GLint max_vertex_uniform_vectors; member in struct:gpu::gles2::FeatureInfo::Workarounds
context_group.h 102 uint32 max_vertex_uniform_vectors() const { function in class:gpu::gles2::ContextGroup
context_group.cc 240 if (feature_info_->workarounds().max_vertex_uniform_vectors) {
244 feature_info_->workarounds().max_vertex_uniform_vectors));
feature_info.cc 102 workarounds->max_vertex_uniform_vectors = 256;
156 max_vertex_uniform_vectors(0) {
    [all...]
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 152 GLint max_vertex_uniform_vectors; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc 68 max_vertex_uniform_vectors(0),
719 *params = static_state_.int_state.max_vertex_uniform_vectors;
    [all...]
gles2_implementation_unittest.cc 428 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 104 milliseconds