Home
last modified time | relevance | path

Searched refs:is_vao_name_zero (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dattrib.c1285 bool is_vao_name_zero = src->VAO->Name == 0; in restore_array_attrib() local
1296 if (!is_vao_name_zero && !_mesa_IsVertexArray(src->VAO->Name)) in restore_array_attrib()
1302 if (is_vao_name_zero || !src->ArrayBufferObj || in restore_array_attrib()
1319 if (is_vao_name_zero || !src->VAO->IndexBufferObj || in restore_array_attrib()