OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mScissorHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderstate/
Scissor.cpp
30
,
mScissorHeight
(0) {
48
|| width != mScissorWidth || height !=
mScissorHeight
)) {
69
mScissorHeight
= height;
86
|| height !=
mScissorHeight
) {
92
mScissorHeight
= height;
97
mScissorX = mScissorY = mScissorWidth =
mScissorHeight
= 0;
108
mEnabled, mScissorX, mScissorY, mScissorWidth,
mScissorHeight
);
Scissor.h
43
GLint
mScissorHeight
;
Completed in 39 milliseconds