Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_draw.c56 struct gl_array_attributes *currval = &vbo->current[current_index]; in copy_vao() local
70 if (memcmp(currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift) != 0) { in copy_vao()
71 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift); in copy_vao()
85 if (type != currval->Format.Type || in copy_vao()
86 (size >> dmul_shift) != currval->Format.Size) in copy_vao()
87 vbo_set_vertex_format(&currval->Format, size >> dmul_shift, type); in copy_vao()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py487 def check_get_current(getval, currval):
489 self.assertEqual(self.combo.current(), currval)

Completed in 3 milliseconds