Searched refs:currval (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_draw.c | 54 struct gl_array_attributes *currval = &vbo->current[shift + i]; in copy_vao() local 69 if (type != currval->Format.Type || in copy_vao() 70 memcmp(currval->Ptr, tmp, 4 * sizeof(GLfloat) * dmul) != 0) { in copy_vao() 71 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) * dmul); in copy_vao() 73 vbo_set_vertex_format(&currval->Format, size, type); in copy_vao()
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 477 def check_get_current(getval, currval): argument 479 self.assertEqual(self.combo.current(), currval)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 480 def check_get_current(getval, currval): argument 482 self.assertEqual(self.combo.current(), currval)
|