Searched refs:max_vertex_uniform_vectors_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.cc48 max_vertex_uniform_vectors_(0u),
203 GetIntegerv(GL_MAX_VERTEX_UNIFORM_VECTORS, &max_vertex_uniform_vectors_);
210 GetIntegerv(GL_MAX_VERTEX_UNIFORM_COMPONENTS, &max_vertex_uniform_vectors_);
211 max_vertex_uniform_vectors_ /= 4;
221 kMinVertexUniformVectors, &max_vertex_uniform_vectors_)) {
241 max_vertex_uniform_vectors_ =
242 std::min(max_vertex_uniform_vectors_,
H A Dcontext_group.h103 return max_vertex_uniform_vectors_;
193 uint32 max_vertex_uniform_vectors_; member in class:gpu::gles2::ContextGroup

Completed in 89 milliseconds