OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxScale
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libagl/
copybit.cpp
290
const GLfixed maxScaleInv = gglDivQ(0x10000, c->copybits.
maxScale
, 16);
306
else if (dsdx < maxScaleInv) xscale = c->copybits.
maxScale
;
308
else if (dtdy < maxScaleInv) yscale = c->copybits.
maxScale
;
state.cpp
106
c->copybits.
maxScale
= 0;
126
c->copybits.
maxScale
= min(32*1024-1, magLim) << 16;
/frameworks/base/include/private/opengles/
gl_context.h
611
int32_t
maxScale
;
Completed in 66 milliseconds