Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c1171 exec->flush_call_depth++; in vbo_exec_FlushVertices()
1172 assert(exec->flush_call_depth == 1); in vbo_exec_FlushVertices()
1178 exec->flush_call_depth--; in vbo_exec_FlushVertices()
1179 assert(exec->flush_call_depth == 0); in vbo_exec_FlushVertices()
1188 exec->flush_call_depth--; in vbo_exec_FlushVertices()
1189 assert(exec->flush_call_depth == 0); in vbo_exec_FlushVertices()
H A Dvbo.h147 GLint flush_call_depth; member

Completed in 3 milliseconds