Searched defs:attrib_values (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h190 std::vector<Vec4> attrib_values; member in struct:gpu::gles2::ContextState
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc2472 BSTR* attrib_values,
2477 if (!attrib_names || !name_space_id || !attrib_values || !num_attribs)
2488 attrib_values[i] = SysAllocString(
2498 BSTR* attrib_values) {
2502 if (!attrib_names || !name_space_id || !attrib_values)
2511 attrib_values[i] = SysAllocString(
2518 attrib_values[i] = NULL;
2468 get_attributes( unsigned short max_attribs, BSTR* attrib_names, short* name_space_id, BSTR* attrib_values, unsigned short* num_attribs) argument
2494 get_attributesForNames( unsigned short num_attribs, BSTR* attrib_names, short* name_space_id, BSTR* attrib_values) argument

Completed in 102 milliseconds