Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dcontext.h413 OP_ROTATE = 0x08, enumerator
473 return !(ops[depth] & ~(OP_TRANSLATE|OP_UNIFORM_SCALE|OP_ROTATE)); in isRigidBody()
Dmatrix.cpp444 ops[depth] |= OP_ROTATE; in rotate()