OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inSegment
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h
110
GLboolean
inSegment
;
191
inSegment
= GL_FALSE;
200
if (!
inSegment
) {
202
inSegment
= GL_TRUE;
212
if (
inSegment
&& (tEnd > tStart)) {
215
inSegment
= GL_FALSE;
224
if (
inSegment
) {
/external/mesa3d/src/mesa/swrast/
s_aalinetemp.h
110
GLboolean
inSegment
;
191
inSegment
= GL_FALSE;
200
if (!
inSegment
) {
202
inSegment
= GL_TRUE;
212
if (
inSegment
&& (tEnd > tStart)) {
215
inSegment
= GL_FALSE;
224
if (
inSegment
) {
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h
60
inline bool
inSegment
(int x, int width, int border)
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
Geometry.h
60
inline bool
inSegment
(int x, int width, int border)
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h
60
inline bool
inSegment
(int x, int width, int border)
Completed in 127 milliseconds