Searched refs:attrib_0_value_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1692 Vec4 attrib_0_value_; member in class:gpu::gles2::GLES2DecoderImpl
2344 attrib_0_value_.v[0] = 0.0f;
2345 attrib_0_value_.v[1] = 0.0f;
2346 attrib_0_value_.v[2] = 0.0f;
2347 attrib_0_value_.v[3] = 1.0f;
6425 (value.v[0] != attrib_0_value_.v[0] ||
6426 value.v[1] != attrib_0_value_.v[1] ||
6427 value.v[2] != attrib_0_value_.v[2] ||
6428 value.v[3] != attrib_0_value_.v[3])))) {
6432 attrib_0_value_
[all...]

Completed in 57 milliseconds