OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_ROTATE
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
context.h
408
OP_ROTATE
= 0x08,
468
return !(ops[depth] & ~(OP_TRANSLATE|OP_UNIFORM_SCALE|
OP_ROTATE
));
matrix.cpp
444
ops[depth] |=
OP_ROTATE
;
Completed in 207 milliseconds