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 50 max_varying_vectors_(0u),
201 GetIntegerv(GL_MAX_VARYING_VECTORS, &max_varying_vectors_);
207 GetIntegerv(GL_MAX_VARYING_FLOATS, &max_varying_vectors_);
208 max_varying_vectors_ /= 4;
218 !CheckGLFeatureU(kMinVaryingVectors, &max_varying_vectors_) ||
235 max_varying_vectors_ = std::min(
236 max_varying_vectors_,
247 program_cache_, max_varying_vectors_));
context_group.h 105 return max_varying_vectors_;
199 uint32 max_varying_vectors_; member in class:gpu::gles2::ContextGroup
program_manager.h 409 return max_varying_vectors_;
437 uint32 max_varying_vectors_; member in class:gpu::gles2::ProgramManager
program_manager.cc     [all...]

Completed in 455 milliseconds