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

  /external/chromium_org/gpu/command_buffer/service/
context_group.cc 48 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_,
context_group.h 103 return max_vertex_uniform_vectors_;
193 uint32 max_vertex_uniform_vectors_; member in class:gpu::gles2::ContextGroup

Completed in 252 milliseconds