OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_locShiftWAR
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
62
bool
m_locShiftWAR
;
80
bool needUniformLocationWAR() const { return
m_locShiftWAR
; }
GLSharedGroup.cpp
41
m_locShiftWAR
(false)
52
m_locShiftWAR
= false;
119
m_locShiftWAR
= false;
127
m_locShiftWAR
= true;
133
if (!
m_locShiftWAR
) return hostLoc;
148
if (!
m_locShiftWAR
) return appLoc;
Completed in 435 milliseconds