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

  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.h 179 return num_fixed_attribs_ != 0;
205 --num_fixed_attribs_;
208 ++num_fixed_attribs_;
268 int num_fixed_attribs_; member in class:gpu::gles2::VertexAttribManager
vertex_attrib_manager.cc 93 : num_fixed_attribs_(0),
102 : num_fixed_attribs_(0),

Completed in 98 milliseconds