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

  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 447 const Program::VertexAttrib* attrib_info = local
449 if (attrib_info) {
451 *size = attrib_info->size;
454 *type = attrib_info->type;
459 attrib_info->name.size()));
464 memcpy(name, attrib_info->name.c_str(), max_size);
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.cc 184 const Program::VertexAttrib* attrib_info = local
186 if (attrib_info) {
program_manager_unittest.cc 859 const Program::VertexAttrib* attrib_info = local
    [all...]
gles2_cmd_decoder.cc 6503 const Program::VertexAttrib* attrib_info = local
6553 const Program::VertexAttrib* attrib_info = local
9355 const Program::VertexAttrib* attrib_info = local
    [all...]

Completed in 199 milliseconds