Searched refs:currval (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_save_draw.c | 54 struct gl_array_attributes *currval = &vbo->current[shift + i]; local in function:copy_vao 69 if (type != currval->Format.Type || 70 memcmp(currval->Ptr, tmp, 4 * sizeof(GLfloat) * dmul) != 0) { 71 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) * dmul); 73 vbo_set_vertex_format(&currval->Format, size, type);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_save_draw.c | 57 struct gl_array_attributes *currval = &vbo->current[current_index]; local in function:copy_vao 71 if (memcmp(currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift) != 0) { 72 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift); 86 if (type != currval->Format.Type || 87 (size >> dmul_shift) != currval->Format.Size) 88 vbo_set_vertex_format(&currval->Format, size >> dmul_shift, type);
|
Completed in 3 milliseconds