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

  /external/chromium_org/gpu/command_buffer/service/
context_group.cc 47 max_varying_vectors_(0u),
202 GetIntegerv(GL_MAX_VARYING_VECTORS, &max_varying_vectors_);
208 GetIntegerv(GL_MAX_VARYING_FLOATS, &max_varying_vectors_);
209 max_varying_vectors_ /= 4;
219 !CheckGLFeatureU(kMinVaryingVectors, &max_varying_vectors_) ||
236 max_varying_vectors_ = std::min(
237 max_varying_vectors_,
248 program_cache_, max_varying_vectors_));
context_group.h 99 return max_varying_vectors_;
192 uint32 max_varying_vectors_; member in class:gpu::gles2::ContextGroup
program_manager.h 399 return max_varying_vectors_;
427 uint32 max_varying_vectors_; member in class:gpu::gles2::ProgramManager
program_manager.cc     [all...]

Completed in 81 milliseconds