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 445 const Program::VertexAttrib* attrib_info = local
447 if (attrib_info) {
449 *size = attrib_info->size;
452 *type = attrib_info->type;
457 attrib_info->name.size()));
462 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 901 const Program::VertexAttrib* attrib_info = local
    [all...]
gles2_cmd_decoder.cc 6306 const Program::VertexAttrib* attrib_info = local
6356 const Program::VertexAttrib* attrib_info = local
8928 const Program::VertexAttrib* attrib_info = local
    [all...]

Completed in 37 milliseconds