Home
last modified time | relevance | path

Searched refs:gIdentityf (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
Dmatrix.cpp38 static const GLfloat gIdentityf[16] = { 1,0,0,0, variable
284 memcpy(m, gIdentityf, sizeof(m)); in loadIdentity()
544 memcpy(inverse, gIdentityf, sizeof(gIdentityf)); in invert()