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

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dsp.c23 VGfloat identity_matrix[] = {1, 0, 0, 0, 1, 0, 0, 0, 1}; variable in typeref:typename:VGfloat[]
39 memcpy(object.matrix, identity_matrix, 9 * sizeof(VGfloat));
59 memcpy(object.matrix, identity_matrix, 9 * sizeof(VGfloat));

Completed in 3 milliseconds