Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dcontext.h411 OP_UNIFORM_SCALE = 0x02, enumerator
473 return !(ops[depth] & ~(OP_TRANSLATE|OP_UNIFORM_SCALE|OP_ROTATE)); in isRigidBody()
Dmatrix.cpp434 ops[depth] |= OP_UNIFORM_SCALE; in scale()